departure 6.7.0 → 6.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/test.yml +3 -12
  3. data/.gitignore +1 -0
  4. data/.rubocop.yml +1 -1
  5. data/Appraisals +2 -22
  6. data/CHANGELOG.md +10 -0
  7. data/Gemfile +5 -1
  8. data/Gemfile.lock +31 -22
  9. data/README.md +8 -0
  10. data/Rakefile +8 -0
  11. data/bin/rails +24 -0
  12. data/departure.gemspec +2 -2
  13. data/gemfiles/rails_6_1.gemfile.lock +31 -29
  14. data/gemfiles/rails_7_0.gemfile.lock +31 -29
  15. data/gemfiles/rails_7_1.gemfile +1 -1
  16. data/gemfiles/rails_7_1.gemfile.lock +47 -47
  17. data/gemfiles/{rails_6_0.gemfile → rails_7_2.gemfile} +2 -2
  18. data/gemfiles/rails_7_2.gemfile.lock +276 -0
  19. data/lib/active_record/connection_adapters/patch_connection_handling.rb +18 -0
  20. data/lib/active_record/connection_adapters/percona_adapter.rb +1 -35
  21. data/lib/active_record/connection_adapters/rails_7_2_departure_adapter.rb +215 -0
  22. data/lib/departure/command.rb +6 -2
  23. data/lib/departure/configuration.rb +2 -1
  24. data/lib/departure/rails_adapter.rb +106 -0
  25. data/lib/departure/rails_patches/active_record_migrator_with_advisory_lock_patch.rb +25 -0
  26. data/lib/departure/runner.rb +16 -4
  27. data/lib/departure/version.rb +1 -1
  28. data/lib/departure.rb +2 -5
  29. data/lib/lhm/column_with_sql.rb +1 -8
  30. data/test_database.rb +2 -6
  31. metadata +14 -17
  32. data/gemfiles/rails_6_0.gemfile.lock +0 -238
  33. data/gemfiles/ruby_2.7_rails_6_0.gemfile +0 -11
  34. data/gemfiles/ruby_2.7_rails_6_0.gemfile.lock +0 -239
  35. data/gemfiles/ruby_2.7_rails_6_1.gemfile +0 -11
  36. data/gemfiles/ruby_2.7_rails_6_1.gemfile.lock +0 -242
  37. data/gemfiles/ruby_2.7_rails_7_0.gemfile +0 -11
  38. data/gemfiles/ruby_2.7_rails_7_0.gemfile.lock +0 -241
  39. data/gemfiles/ruby_2.7_rails_7_1.gemfile +0 -11
  40. data/gemfiles/ruby_2.7_rails_7_1.gemfile.lock +0 -275
@@ -1,275 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- departure (6.7.0)
5
- activerecord (>= 6.0.0, < 7.2.0, != 7.0.0)
6
- mysql2 (>= 0.4.0, < 0.6.0)
7
- railties (>= 6.0.0, < 7.2.0, != 7.0.0)
8
-
9
- GEM
10
- remote: https://rubygems.org/
11
- specs:
12
- actioncable (7.1.3)
13
- actionpack (= 7.1.3)
14
- activesupport (= 7.1.3)
15
- nio4r (~> 2.0)
16
- websocket-driver (>= 0.6.1)
17
- zeitwerk (~> 2.6)
18
- actionmailbox (7.1.3)
19
- actionpack (= 7.1.3)
20
- activejob (= 7.1.3)
21
- activerecord (= 7.1.3)
22
- activestorage (= 7.1.3)
23
- activesupport (= 7.1.3)
24
- mail (>= 2.7.1)
25
- net-imap
26
- net-pop
27
- net-smtp
28
- actionmailer (7.1.3)
29
- actionpack (= 7.1.3)
30
- actionview (= 7.1.3)
31
- activejob (= 7.1.3)
32
- activesupport (= 7.1.3)
33
- mail (~> 2.5, >= 2.5.4)
34
- net-imap
35
- net-pop
36
- net-smtp
37
- rails-dom-testing (~> 2.2)
38
- actionpack (7.1.3)
39
- actionview (= 7.1.3)
40
- activesupport (= 7.1.3)
41
- nokogiri (>= 1.8.5)
42
- racc
43
- rack (>= 2.2.4)
44
- rack-session (>= 1.0.1)
45
- rack-test (>= 0.6.3)
46
- rails-dom-testing (~> 2.2)
47
- rails-html-sanitizer (~> 1.6)
48
- actiontext (7.1.3)
49
- actionpack (= 7.1.3)
50
- activerecord (= 7.1.3)
51
- activestorage (= 7.1.3)
52
- activesupport (= 7.1.3)
53
- globalid (>= 0.6.0)
54
- nokogiri (>= 1.8.5)
55
- actionview (7.1.3)
56
- activesupport (= 7.1.3)
57
- builder (~> 3.1)
58
- erubi (~> 1.11)
59
- rails-dom-testing (~> 2.2)
60
- rails-html-sanitizer (~> 1.6)
61
- activejob (7.1.3)
62
- activesupport (= 7.1.3)
63
- globalid (>= 0.3.6)
64
- activemodel (7.1.3)
65
- activesupport (= 7.1.3)
66
- activerecord (7.1.3)
67
- activemodel (= 7.1.3)
68
- activesupport (= 7.1.3)
69
- timeout (>= 0.4.0)
70
- activestorage (7.1.3)
71
- actionpack (= 7.1.3)
72
- activejob (= 7.1.3)
73
- activerecord (= 7.1.3)
74
- activesupport (= 7.1.3)
75
- marcel (~> 1.0)
76
- activesupport (7.1.3)
77
- base64
78
- bigdecimal
79
- concurrent-ruby (~> 1.0, >= 1.0.2)
80
- connection_pool (>= 2.2.5)
81
- drb
82
- i18n (>= 1.6, < 2)
83
- minitest (>= 5.1)
84
- mutex_m
85
- tzinfo (~> 2.0)
86
- appraisal (2.4.1)
87
- bundler
88
- rake
89
- thor (>= 0.14.0)
90
- ast (2.4.2)
91
- base64 (0.2.0)
92
- bigdecimal (3.1.6)
93
- builder (3.2.4)
94
- byebug (11.1.3)
95
- climate_control (0.0.4)
96
- activesupport (>= 3.0)
97
- codeclimate-test-reporter (1.0.9)
98
- simplecov (<= 0.13)
99
- coderay (1.1.3)
100
- concurrent-ruby (1.2.3)
101
- connection_pool (2.4.1)
102
- crass (1.0.6)
103
- date (3.3.4)
104
- diff-lcs (1.5.1)
105
- docile (1.1.5)
106
- drb (2.2.0)
107
- ruby2_keywords
108
- erubi (1.12.0)
109
- globalid (1.2.1)
110
- activesupport (>= 6.1)
111
- i18n (1.14.1)
112
- concurrent-ruby (~> 1.0)
113
- io-console (0.7.2)
114
- irb (1.11.2)
115
- rdoc
116
- reline (>= 0.4.2)
117
- json (2.7.1)
118
- language_server-protocol (3.17.0.3)
119
- loofah (2.22.0)
120
- crass (~> 1.0.2)
121
- nokogiri (>= 1.12.0)
122
- mail (2.8.1)
123
- mini_mime (>= 0.1.1)
124
- net-imap
125
- net-pop
126
- net-smtp
127
- marcel (1.0.2)
128
- method_source (1.0.0)
129
- mini_mime (1.1.5)
130
- minitest (5.22.2)
131
- mutex_m (0.2.0)
132
- mysql2 (0.5.6)
133
- net-imap (0.4.10)
134
- date
135
- net-protocol
136
- net-pop (0.1.2)
137
- net-protocol
138
- net-protocol (0.2.2)
139
- timeout
140
- net-smtp (0.4.0.1)
141
- net-protocol
142
- nio4r (2.7.0)
143
- nokogiri (1.15.5-arm64-darwin)
144
- racc (~> 1.4)
145
- nokogiri (1.15.5-x86_64-linux)
146
- racc (~> 1.4)
147
- parallel (1.24.0)
148
- parser (3.3.0.5)
149
- ast (~> 2.4.1)
150
- racc
151
- pry (0.14.2)
152
- coderay (~> 1.1)
153
- method_source (~> 1.0)
154
- pry-byebug (3.10.1)
155
- byebug (~> 11.0)
156
- pry (>= 0.13, < 0.15)
157
- psych (5.1.2)
158
- stringio
159
- racc (1.7.3)
160
- rack (3.0.9)
161
- rack-session (2.0.0)
162
- rack (>= 3.0.0)
163
- rack-test (2.1.0)
164
- rack (>= 1.3)
165
- rackup (2.1.0)
166
- rack (>= 3)
167
- webrick (~> 1.8)
168
- rails (7.1.3)
169
- actioncable (= 7.1.3)
170
- actionmailbox (= 7.1.3)
171
- actionmailer (= 7.1.3)
172
- actionpack (= 7.1.3)
173
- actiontext (= 7.1.3)
174
- actionview (= 7.1.3)
175
- activejob (= 7.1.3)
176
- activemodel (= 7.1.3)
177
- activerecord (= 7.1.3)
178
- activestorage (= 7.1.3)
179
- activesupport (= 7.1.3)
180
- bundler (>= 1.15.0)
181
- railties (= 7.1.3)
182
- rails-dom-testing (2.2.0)
183
- activesupport (>= 5.0.0)
184
- minitest
185
- nokogiri (>= 1.6)
186
- rails-html-sanitizer (1.6.0)
187
- loofah (~> 2.21)
188
- nokogiri (~> 1.14)
189
- railties (7.1.3)
190
- actionpack (= 7.1.3)
191
- activesupport (= 7.1.3)
192
- irb
193
- rackup (>= 1.0.0)
194
- rake (>= 12.2)
195
- thor (~> 1.0, >= 1.2.2)
196
- zeitwerk (~> 2.6)
197
- rainbow (3.1.1)
198
- rake (13.1.0)
199
- rdoc (6.6.2)
200
- psych (>= 4.0.0)
201
- regexp_parser (2.9.0)
202
- reline (0.4.2)
203
- io-console (~> 0.5)
204
- rexml (3.2.6)
205
- rspec (3.13.0)
206
- rspec-core (~> 3.13.0)
207
- rspec-expectations (~> 3.13.0)
208
- rspec-mocks (~> 3.13.0)
209
- rspec-core (3.13.0)
210
- rspec-support (~> 3.13.0)
211
- rspec-expectations (3.13.0)
212
- diff-lcs (>= 1.2.0, < 2.0)
213
- rspec-support (~> 3.13.0)
214
- rspec-its (1.3.0)
215
- rspec-core (>= 3.0.0)
216
- rspec-expectations (>= 3.0.0)
217
- rspec-mocks (3.13.0)
218
- diff-lcs (>= 1.2.0, < 2.0)
219
- rspec-support (~> 3.13.0)
220
- rspec-support (3.13.0)
221
- rubocop (1.60.2)
222
- json (~> 2.3)
223
- language_server-protocol (>= 3.17.0)
224
- parallel (~> 1.10)
225
- parser (>= 3.3.0.2)
226
- rainbow (>= 2.2.2, < 4.0)
227
- regexp_parser (>= 1.8, < 3.0)
228
- rexml (>= 3.2.5, < 4.0)
229
- rubocop-ast (>= 1.30.0, < 2.0)
230
- ruby-progressbar (~> 1.7)
231
- unicode-display_width (>= 2.4.0, < 3.0)
232
- rubocop-ast (1.30.0)
233
- parser (>= 3.2.1.0)
234
- rubocop-performance (1.20.2)
235
- rubocop (>= 1.48.1, < 2.0)
236
- rubocop-ast (>= 1.30.0, < 2.0)
237
- ruby-progressbar (1.13.0)
238
- ruby2_keywords (0.0.5)
239
- simplecov (0.13.0)
240
- docile (~> 1.1.0)
241
- json (>= 1.8, < 3)
242
- simplecov-html (~> 0.10.0)
243
- simplecov-html (0.10.2)
244
- stringio (3.1.0)
245
- thor (1.3.0)
246
- timeout (0.4.1)
247
- tzinfo (2.0.6)
248
- concurrent-ruby (~> 1.0)
249
- unicode-display_width (2.5.0)
250
- webrick (1.8.1)
251
- websocket-driver (0.7.6)
252
- websocket-extensions (>= 0.1.0)
253
- websocket-extensions (0.1.5)
254
- zeitwerk (2.6.13)
255
-
256
- PLATFORMS
257
- arm64-darwin-23
258
- x86_64-linux
259
-
260
- DEPENDENCIES
261
- appraisal (~> 2.4.1)
262
- climate_control (~> 0.0.3)
263
- codeclimate-test-reporter (~> 1.0.3)
264
- departure!
265
- nokogiri (< 1.16)
266
- pry-byebug
267
- rails (= 7.1.3)
268
- rake (>= 10.0)
269
- rspec (~> 3.4, >= 3.4.0)
270
- rspec-its (~> 1.2)
271
- rubocop (~> 1.60.2)
272
- rubocop-performance (~> 1.20.2)
273
-
274
- BUNDLED WITH
275
- 2.4.22