issues
search
dry-rb
/
dry-transaction
Business transaction DSL
http://dry-rb.org/gems/dry-transaction
MIT License
469
stars
55
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Hash as last argument leads to unnecessary object creation
#151
sfdcdoug
opened
1 month ago
0
Around step does not work correctly
#150
vitaliiorlov
closed
11 months ago
1
Update gemspec to use dry-matcher 1.0
#149
santiagodoldan
closed
11 months ago
2
Bump dry-matcher to 1.0
#148
santiagodoldan
closed
9 months ago
6
Remove ruby version check from callable.rb
#147
RicardoTrindade
opened
1 year ago
0
Match multiple step names with `ResultMatcher` on failure
#146
TastyPi
opened
1 year ago
0
Fix passing keyword parameters to wrapped step
#145
TastyPi
closed
1 year ago
1
Keyword parameters not passed to wrapped step
#144
TastyPi
closed
1 year ago
1
Update injecting-operations.html.md
#143
krisleech
opened
1 year ago
0
Fix after zeitwerkify
#142
kzaitsev
closed
2 years ago
0
Remove notice about future of dry-transaction
#141
cllns
closed
2 years ago
1
Argument Error when using keyword args in matcher block
#139
paul
closed
2 years ago
3
Allow matching by class instead of just step_name
#138
andrepcg
opened
2 years ago
1
Fix deprecation warning for cases with empty hash-like args
#137
bestwebua
closed
3 years ago
2
Re-allow Hash-like parameters to be passed to steps
#136
trammel
closed
3 years ago
5
Ruby 3.0.0 - ArgumentError: wrong number of arguments (given 2, expected 1)
#135
MatUrbanski
closed
3 years ago
1
Resolve ruby 2.7 deprecation warnings
#134
robbl-as
closed
3 years ago
4
Restore required ruby 2.1.0
#133
hoverjet
closed
4 years ago
1
Warning: Using the last argument as keyword parameters is deprecated
#132
rinaldifonseca
closed
3 years ago
5
[docsite] update warning section on the index page
#131
solnic
closed
4 years ago
0
[docsite] add info about the plans of discontinuation of the development
#130
solnic
closed
4 years ago
0
Custom step adapters documentation bug
#129
graudeejs
opened
4 years ago
1
CI: Use 2.4.7, 2.5.6, 2.6.4
#128
olleolleolle
closed
5 years ago
0
Plans for 1.0.0
#127
timriley
closed
4 years ago
26
Use results from previous steps without carrying them forward
#126
SpyMachine
closed
5 years ago
1
Nested transactions with step arguments fail with ArgumentError
#125
wintersolutions
opened
5 years ago
1
Nested transactions with step arguments fail with ArgumentError
#124
wintersolutions
opened
5 years ago
0
Unexpected results with inheritance
#123
dnagir
opened
5 years ago
0
Run specs in TruffleRuby in Travis CI
#122
deepj
closed
5 years ago
1
CI: Use latest Rubies
#121
olleolleolle
closed
5 years ago
0
Fix Ruby 2.6 warning
#120
ndemonner
closed
5 years ago
1
[WIP] Allow steps to take inputs from any output
#119
waiting-for-dev
closed
5 years ago
13
Travis: Update CI matrix
#118
olleolleolle
closed
5 years ago
0
Object dependency injection
#117
Hugo-Hache
opened
5 years ago
0
Best way to pass new parameters to the next step
#116
cmavromoustakos
closed
5 years ago
1
Documentation improvement
#115
thibpoullain
opened
5 years ago
3
around steps and Dry::Transaction::Operation don't get along
#114
dmaze
opened
5 years ago
1
Allow running a transaction from a particular step
#113
timriley
closed
5 years ago
2
Dry::Transaction::InvalidResultError: step must return a Result object
#112
cristicatalan
closed
6 years ago
7
Question: Operation input validation
#111
flvrone
closed
6 years ago
2
Documentation typo?
#110
flvrone
closed
5 years ago
1
Allow replacement of internal steps
#109
timriley
closed
6 years ago
2
Simplify Step attribute names and use keyword args in initializer
#108
timriley
closed
6 years ago
0
Replace local operation with injected
#107
GustavoCaso
closed
6 years ago
2
Keep original failed step in presence of around
#106
flash-gordon
closed
6 years ago
5
Unwrapping failure in around step to fix matching
#105
Hugo-Hache
closed
6 years ago
2
Replace Left/Right with Failure/Success
#104
Morozzzko
closed
6 years ago
2
Change Either to Result in Check step adapter
#103
pashagray
closed
6 years ago
4
Use of deprecated Either mixin
#102
pashagray
closed
6 years ago
1
Support usage alongside dry-auto_inject
#101
timriley
opened
6 years ago
3
Next