Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / serradura/u-case issues and pull requests
#133 - Update CI
Pull Request -
State: closed - Opened by tomascco about 1 year ago
#132 - respond_to? renamed into utils.rb to avoid overriding default one
Pull Request -
State: closed - Opened by brunolarouche about 2 years ago
- 3 comments
#131 - DRAFT: Plans for the next major version (v5)
Issue -
State: open - Opened by serradura over 2 years ago
Labels: enhancement, help wanted
#130 - Upgrade ruby version to 2.6.9
Pull Request -
State: closed - Opened by haroldofurtado over 2 years ago
#129 - Ruby 3.1 compatibility
Pull Request -
State: closed - Opened by rodrigomanhaes about 3 years ago
#128 - Replace Travis CI by Github Action
Pull Request -
State: closed - Opened by serradura over 3 years ago
#127 - Add `#keys`, `#fetch` and `#fetch_values` to `Micro::Case::Result`
Pull Request -
State: open - Opened by tomascco over 3 years ago
#126 - [4.5.1] Avoid on unknown after matching on exception
Pull Request -
State: closed - Opened by serradura over 3 years ago
Labels: bug
#125 - [4.5.0] Require newer kind version
Pull Request -
State: closed - Opened by serradura over 3 years ago
Labels: enhancement
#124 - [4.4.0] Optimize micro/case/with_activemodel_validation
Pull Request -
State: closed - Opened by serradura over 3 years ago
Labels: enhancement
#123 - Change the dependency versions
Pull Request -
State: closed - Opened by serradura almost 4 years ago
Labels: enhancement
#122 - fixing typo on README
Pull Request -
State: closed - Opened by willdowglas about 4 years ago
#121 - Refactors #then to allow passing symbols as well
Pull Request -
State: closed - Opened by tiagofsilva about 4 years ago
- 1 comment
Labels: enhancement
#120 - Fix tests to be Ruby 3.0.0 compatible
Pull Request -
State: closed - Opened by mfbmina about 4 years ago
#119 - Test against ActiveRecord 6.1.0
Pull Request -
State: closed - Opened by tomascco about 4 years ago
#118 - Micro::Case#then(:method_name)
Issue -
State: closed - Opened by tiagofsilva about 4 years ago
- 1 comment
Labels: enhancement
#117 - QUESTION: Navigating a flow
Issue -
State: closed - Opened by joshRpowell about 4 years ago
- 2 comments
Labels: question
#116 - Fix the output when calling cases with a block
Pull Request -
State: closed - Opened by serradura about 4 years ago
Labels: bug
#115 - Expose Micro::Case.new
Pull Request -
State: closed - Opened by serradura over 4 years ago
- 1 comment
Labels: enhancement
#114 - Add `Micro::Case.Try`
Pull Request -
State: closed - Opened by MatheusRich over 4 years ago
- 1 comment
Labels: enhancement, hacktoberfest-accepted
#113 - [4.2.1] Fix the inspect methods output
Pull Request -
State: closed - Opened by serradura over 4 years ago
Labels: bug
#112 - [4.2.0] Add Micro::Case#transaction
Pull Request -
State: closed - Opened by serradura over 4 years ago
Labels: enhancement
#111 - Differ the inspect of instances from classes
Pull Request -
State: closed - Opened by serradura over 4 years ago
Labels: enhancement
#110 - Fix the inspect of Micro::Case with an inner flow
Pull Request -
State: closed - Opened by serradura over 4 years ago
Labels: bug
#109 - Update examples and benchmarks
Pull Request -
State: closed - Opened by serradura over 4 years ago
Labels: documentation
#108 - Micro::Case#transaction
Issue -
State: closed - Opened by serradura over 4 years ago
Labels: enhancement
#107 - Add Micro::Case::Result::Wrapper#unknown
Pull Request -
State: closed - Opened by serradura over 4 years ago
Labels: enhancement
#106 - Allow DI in the static flow definition
Pull Request -
State: closed - Opened by serradura over 4 years ago
Labels: enhancement
#105 - Test the make it work, right, fast approach + validations
Pull Request -
State: closed - Opened by serradura over 4 years ago
#104 - Test the make it work, right and fast approach
Pull Request -
State: closed - Opened by serradura over 4 years ago
Labels: bug
#103 - Ensure that the KDD is possible
Pull Request -
State: closed - Opened by serradura over 4 years ago
#102 - Allow calling use cases or flows using blocks
Pull Request -
State: closed - Opened by serradura over 4 years ago
Labels: enhancement
#101 - Remove __result private method
Pull Request -
State: closed - Opened by serradura over 4 years ago
#100 - Make Micro::Case.new a private class method
Pull Request -
State: closed - Opened by serradura over 4 years ago
Labels: enhancement
#99 - Refactor micro case
Pull Request -
State: closed - Opened by serradura over 4 years ago
#98 - Allow calling a use case/flow inside of another use case
Pull Request -
State: closed - Opened by serradura over 4 years ago
Labels: enhancement
#97 - Remove the attributes diff extension
Pull Request -
State: closed - Opened by serradura over 4 years ago
Labels: enhancement
#96 - Fix inner flows when they are defined with an array
Pull Request -
State: closed - Opened by serradura over 4 years ago
Labels: bug, enhancement
#95 - Update README (Ruby version badge and branch references)
Pull Request -
State: closed - Opened by serradura over 4 years ago
Labels: documentation
#94 - Change Micro::Case::Utils resources that handle hashes
Pull Request -
State: closed - Opened by serradura over 4 years ago
#93 - improve #inspect methods
Pull Request -
State: closed - Opened by tomascco over 4 years ago
Labels: enhancement, hacktoberfest-accepted
#92 - Class/Case with an inner flow has a strange behavior when it receives an array of cases
Issue -
State: closed - Opened by serradura over 4 years ago
Labels: bug, enhancement
#91 - Improve the inspect output
Issue -
State: closed - Opened by serradura over 4 years ago
Labels: enhancement, good first issue
#90 - Add new Micro::Case::Config (enable_attributes_accept = true)
Issue -
State: open - Opened by serradura over 4 years ago
Labels: enhancement
#89 - Allow calling a case inside of another one
Issue -
State: closed - Opened by serradura over 4 years ago
Labels: enhancement
#88 - Micro::Case::Result#on - Enable pattern matching of result type and data for Ruby >= 2.2.0
Issue -
State: closed - Opened by serradura over 4 years ago
- 1 comment
Labels: enhancement, good first issue
#87 - Add `Micro::Case#Check`
Pull Request -
State: closed - Opened by MatheusRich over 4 years ago
- 1 comment
Labels: enhancement, hacktoberfest-accepted
#86 - [4.0.0]
Pull Request -
State: closed - Opened by serradura over 4 years ago
Labels: documentation, enhancement
#85 - Add Micro::Case::Result#on_unknown hook
Pull Request -
State: closed - Opened by tomascco over 4 years ago
Labels: enhancement
#84 - Improve the benchmarks
Pull Request -
State: closed - Opened by serradura over 4 years ago
Labels: documentation
#83 - Add Micro::Case::Result#to_sym
Pull Request -
State: closed - Opened by tomascco over 4 years ago
#82 - Add Micro::Case::Result#to_sym
Issue -
State: closed - Opened by serradura over 4 years ago
Labels: enhancement, good first issue
#81 - Enable branch coverage on Ruby > 2.5
Pull Request -
State: closed - Opened by MatheusRich over 4 years ago
#80 - Bump version to 3.1.0
Pull Request -
State: closed - Opened by serradura over 4 years ago
#79 - Improve test coverage
Pull Request -
State: closed - Opened by serradura over 4 years ago
Labels: enhancement
#78 - Fix simplecov version for Ruby 2.4
Pull Request -
State: closed - Opened by serradura over 4 years ago
#77 - Freeze Micro::Case::Result#data
Pull Request -
State: closed - Opened by serradura over 4 years ago
Labels: enhancement
#76 - Update examples about Flow Composition
Pull Request -
State: closed - Opened by mtayllan over 4 years ago
- 1 comment
Labels: documentation
#75 - Fix CI and Refactor Micro::Case::Result
Pull Request -
State: closed - Opened by serradura over 4 years ago
#74 - Update README's
Pull Request -
State: closed - Opened by MatheusRich over 4 years ago
#73 - Update examples about Flow Composition
Pull Request -
State: closed - Opened by mtayllan over 4 years ago
#72 - Adicionar documentação e exemplo sobre uso do Micro::Case #apply
Issue -
State: closed - Opened by mrbongiolo over 4 years ago
Labels: documentation
#71 - Added Micro::Case #apply as an alias for #method
Pull Request -
State: closed - Opened by mrbongiolo over 4 years ago
Labels: enhancement
#70 - [3.0.0] Add final adjustments
Pull Request -
State: closed - Opened by serradura over 4 years ago
Labels: enhancement
#69 - [3.0.0.rc9] Change internal steps api
Pull Request -
State: closed - Opened by serradura over 4 years ago
Labels: enhancement
#68 - [3.0.0.rc8] Use double splat operator in internal steps that receive a method instance [NEW FEATURE]
Pull Request -
State: closed - Opened by serradura over 4 years ago
Labels: bug, enhancement
#67 - [3.0.0.rc7] Fix internal steps when transitions are disabled
Pull Request -
State: closed - Opened by serradura over 4 years ago
Labels: bug
#66 - [3.0.0.rc6] Improve Micro::Case internal steps [NEW FEATURE]
Pull Request -
State: closed - Opened by serradura over 4 years ago
Labels: enhancement
#65 - [pt-BR] Aprimorar documentação
Issue -
State: closed - Opened by serradura over 4 years ago
- 1 comment
Labels: documentation
#64 - Bump version to 3.0.0.rc5
Pull Request -
State: closed - Opened by serradura over 4 years ago
#63 - Improve the usage of the method then [NEW FEATURES]
Pull Request -
State: closed - Opened by serradura over 4 years ago
Labels: enhancement
#62 - MyCase.call(hash) { |on| on.success {} }
Issue -
State: closed - Opened by serradura over 4 years ago
- 2 comments
Labels: enhancement
#61 - Improve Micro::Case internal steps [NEW FEATURE]
Issue -
State: closed - Opened by serradura over 4 years ago
Labels: enhancement
#60 - New Micro::Case::Result methods to make it quack like a hash.
Pull Request -
State: closed - Opened by tomascco over 4 years ago
Labels: enhancement
#59 - Add more methods to Micro::Case::Result quack like a Hash
Issue -
State: closed - Opened by serradura over 4 years ago
- 1 comment
Labels: enhancement, good first issue
#58 - Translate README to pt-BR
Pull Request -
State: closed - Opened by serradura over 4 years ago
Labels: documentation
#57 - [ISSUE-39] Micro::Cases.map()
Pull Request -
State: closed - Opened by agramms over 4 years ago
- 1 comment
Labels: enhancement
#56 - [3.0.0.rc4] Add a new feature: use cases with internal steps using its private methods
Pull Request -
State: closed - Opened by serradura over 4 years ago
Labels: enhancement
#55 - Normalize the name of all the private methods
Issue -
State: closed - Opened by serradura over 4 years ago
Labels: enhancement, good first issue
#54 - Remove Micro::Case#call (Breaking Change)
Issue -
State: closed - Opened by serradura over 4 years ago
Labels: enhancement
#53 - Rename branch master to main
Issue -
State: closed - Opened by serradura over 4 years ago
- 1 comment
#52 - [3.0.0.rc3]
Pull Request -
State: closed - Opened by serradura over 4 years ago
Labels: enhancement
#51 - Create a configuration object to disable/enable the different gems features
Issue -
State: closed - Opened by serradura over 4 years ago
Labels: enhancement
#50 - (BREAKING CHANGE) Allow a success result have access to its use case
Issue -
State: closed - Opened by serradura over 4 years ago
Labels: enhancement
#49 - [3.0.0.rc2]
Pull Request -
State: closed - Opened by serradura over 4 years ago
Labels: enhancement
#48 - Improve Micro::Case#call! invalid result error messages
Issue -
State: closed - Opened by serradura over 4 years ago
Labels: enhancement
#47 - Add a config to disable the u-case safe features
Issue -
State: open - Opened by serradura over 4 years ago
Labels: enhancement
#46 - Deprecate u-case/with_validation.rb
Issue -
State: closed - Opened by serradura over 4 years ago
Labels: enhancement
#45 - Add a feature toggle to disable all of the verifications to optimize the performance in production
Issue -
State: open - Opened by serradura over 4 years ago
- 2 comments
Labels: enhancement
#44 - Micro::Cases.flow(db_transaction: true)
Issue -
State: open - Opened by serradura over 4 years ago
- 9 comments
Labels: enhancement
#43 - Update docs
Issue -
State: closed - Opened by serradura over 4 years ago
Labels: documentation
#39 - Micro::Cases.map()
Issue -
State: closed - Opened by serradura over 4 years ago
Labels: enhancement, good first issue
#38 - Allow dependency injection in static flows
Issue -
State: closed - Opened by serradura over 4 years ago
Labels: enhancement
#30 - Register Kind.of.Micro::Case and Kind.of.Micro::Case::Result
Issue -
State: closed - Opened by serradura almost 5 years ago
Labels: enhancement
#29 - Require u-attributes ~> 2.0 as a dependency
Issue -
State: closed - Opened by serradura almost 5 years ago
Labels: enhancement
#26 - Micro::Case::Result#on_exception
Issue -
State: closed - Opened by serradura almost 5 years ago
Labels: enhancement, good first issue
#25 - Micro::Case::Result#on_unknow
Issue -
State: closed - Opened by serradura almost 5 years ago
Labels: enhancement, good first issue
#24 - Raise an error if somebody tries to inherit a Micro::Case class that has an inner flow
Issue -
State: closed - Opened by serradura almost 5 years ago
Labels: enhancement
#22 - Micro::Case contracts
Issue -
State: open - Opened by serradura almost 5 years ago
Labels: enhancement
#21 - Allow only two ways to define a flow
Issue -
State: closed - Opened by serradura almost 5 years ago
Labels: enhancement