super_spreader 0.1.0.beta2 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c5fc69a1f1d03217e7eaeb01bcb69d532f52c90b22b3d8c8db61cdf2b365abbe
4
- data.tar.gz: de227b3cbee36f53ea682e5e08369a929e2370afa78cd9c08f689b7d087a69cd
3
+ metadata.gz: 316763599341514b964640ec4d6dbf2f7998fa94f62c8c14246ad865f65f1237
4
+ data.tar.gz: 5a2ce90de8394cb4c215a4d58c701857fe38cde941b332fdfc52bc53d74232e3
5
5
  SHA512:
6
- metadata.gz: d14ae563ce013a7d3d8797ca6b65d55f065607cbe2ad2b46fd0c67caf23199597afa487bfc5b9ca68c492550dd75f1d5033f92b438c153f236c963364bd4bd06
7
- data.tar.gz: 4b9fbbee9a9c39a3f3a3e4f3d78886604c40af78f59397e5a5ad69f175a9eaf8fc63fbc8f2901b9ba35248ab06d3ee22320262b9d754fa02732ce89861525c29
6
+ metadata.gz: f9cda364befafb73dda197682ecfe4fb0b7cc2af0ac5ac05ec29f2be00d7c33745d76ae1a75275f431f2313e33019b6e704d7dd043c445ee64965b2af31099cf
7
+ data.tar.gz: ca933c82847caf3f099f4ccd54929ecd06ea5482085c650a03f4a7dd2d672c485c41283f5971ebf36ca2e099959e861c6ea2676f40e03b23ba8eb095085a0abb
metadata CHANGED
@@ -1,283 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: super_spreader
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.beta2
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benjamin Oakes
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-07 00:00:00.000000000 Z
12
- dependencies:
13
- - !ruby/object:Gem::Dependency
14
- name: activejob
15
- requirement: !ruby/object:Gem::Requirement
16
- requirements:
17
- - - ">="
18
- - !ruby/object:Gem::Version
19
- version: '6.1'
20
- - - "<"
21
- - !ruby/object:Gem::Version
22
- version: '8.0'
23
- type: :runtime
24
- prerelease: false
25
- version_requirements: !ruby/object:Gem::Requirement
26
- requirements:
27
- - - ">="
28
- - !ruby/object:Gem::Version
29
- version: '6.1'
30
- - - "<"
31
- - !ruby/object:Gem::Version
32
- version: '8.0'
33
- - !ruby/object:Gem::Dependency
34
- name: activemodel
35
- requirement: !ruby/object:Gem::Requirement
36
- requirements:
37
- - - ">="
38
- - !ruby/object:Gem::Version
39
- version: '6.1'
40
- - - "<"
41
- - !ruby/object:Gem::Version
42
- version: '8.0'
43
- type: :runtime
44
- prerelease: false
45
- version_requirements: !ruby/object:Gem::Requirement
46
- requirements:
47
- - - ">="
48
- - !ruby/object:Gem::Version
49
- version: '6.1'
50
- - - "<"
51
- - !ruby/object:Gem::Version
52
- version: '8.0'
53
- - !ruby/object:Gem::Dependency
54
- name: activerecord
55
- requirement: !ruby/object:Gem::Requirement
56
- requirements:
57
- - - ">="
58
- - !ruby/object:Gem::Version
59
- version: '6.1'
60
- - - "<"
61
- - !ruby/object:Gem::Version
62
- version: '8.0'
63
- type: :runtime
64
- prerelease: false
65
- version_requirements: !ruby/object:Gem::Requirement
66
- requirements:
67
- - - ">="
68
- - !ruby/object:Gem::Version
69
- version: '6.1'
70
- - - "<"
71
- - !ruby/object:Gem::Version
72
- version: '8.0'
73
- - !ruby/object:Gem::Dependency
74
- name: activesupport
75
- requirement: !ruby/object:Gem::Requirement
76
- requirements:
77
- - - ">="
78
- - !ruby/object:Gem::Version
79
- version: '6.1'
80
- - - "<"
81
- - !ruby/object:Gem::Version
82
- version: '8.0'
83
- type: :runtime
84
- prerelease: false
85
- version_requirements: !ruby/object:Gem::Requirement
86
- requirements:
87
- - - ">="
88
- - !ruby/object:Gem::Version
89
- version: '6.1'
90
- - - "<"
91
- - !ruby/object:Gem::Version
92
- version: '8.0'
93
- - !ruby/object:Gem::Dependency
94
- name: redis
95
- requirement: !ruby/object:Gem::Requirement
96
- requirements:
97
- - - ">="
98
- - !ruby/object:Gem::Version
99
- version: '4.8'
100
- - - "<"
101
- - !ruby/object:Gem::Version
102
- version: '6.0'
103
- type: :runtime
104
- prerelease: false
105
- version_requirements: !ruby/object:Gem::Requirement
106
- requirements:
107
- - - ">="
108
- - !ruby/object:Gem::Version
109
- version: '4.8'
110
- - - "<"
111
- - !ruby/object:Gem::Version
112
- version: '6.0'
113
- - !ruby/object:Gem::Dependency
114
- name: bundler
115
- requirement: !ruby/object:Gem::Requirement
116
- requirements:
117
- - - ">="
118
- - !ruby/object:Gem::Version
119
- version: '0'
120
- type: :development
121
- prerelease: false
122
- version_requirements: !ruby/object:Gem::Requirement
123
- requirements:
124
- - - ">="
125
- - !ruby/object:Gem::Version
126
- version: '0'
127
- - !ruby/object:Gem::Dependency
128
- name: factory_bot
129
- requirement: !ruby/object:Gem::Requirement
130
- requirements:
131
- - - ">="
132
- - !ruby/object:Gem::Version
133
- version: '0'
134
- type: :development
135
- prerelease: false
136
- version_requirements: !ruby/object:Gem::Requirement
137
- requirements:
138
- - - ">="
139
- - !ruby/object:Gem::Version
140
- version: '0'
141
- - !ruby/object:Gem::Dependency
142
- name: guard
143
- requirement: !ruby/object:Gem::Requirement
144
- requirements:
145
- - - ">="
146
- - !ruby/object:Gem::Version
147
- version: '0'
148
- type: :development
149
- prerelease: false
150
- version_requirements: !ruby/object:Gem::Requirement
151
- requirements:
152
- - - ">="
153
- - !ruby/object:Gem::Version
154
- version: '0'
155
- - !ruby/object:Gem::Dependency
156
- name: guard-rspec
157
- requirement: !ruby/object:Gem::Requirement
158
- requirements:
159
- - - ">="
160
- - !ruby/object:Gem::Version
161
- version: '0'
162
- type: :development
163
- prerelease: false
164
- version_requirements: !ruby/object:Gem::Requirement
165
- requirements:
166
- - - ">="
167
- - !ruby/object:Gem::Version
168
- version: '0'
169
- - !ruby/object:Gem::Dependency
170
- name: pry
171
- requirement: !ruby/object:Gem::Requirement
172
- requirements:
173
- - - ">="
174
- - !ruby/object:Gem::Version
175
- version: '0'
176
- type: :development
177
- prerelease: false
178
- version_requirements: !ruby/object:Gem::Requirement
179
- requirements:
180
- - - ">="
181
- - !ruby/object:Gem::Version
182
- version: '0'
183
- - !ruby/object:Gem::Dependency
184
- name: rake
185
- requirement: !ruby/object:Gem::Requirement
186
- requirements:
187
- - - ">="
188
- - !ruby/object:Gem::Version
189
- version: '0'
190
- type: :development
191
- prerelease: false
192
- version_requirements: !ruby/object:Gem::Requirement
193
- requirements:
194
- - - ">="
195
- - !ruby/object:Gem::Version
196
- version: '0'
197
- - !ruby/object:Gem::Dependency
198
- name: rspec
199
- requirement: !ruby/object:Gem::Requirement
200
- requirements:
201
- - - ">="
202
- - !ruby/object:Gem::Version
203
- version: '0'
204
- type: :development
205
- prerelease: false
206
- version_requirements: !ruby/object:Gem::Requirement
207
- requirements:
208
- - - ">="
209
- - !ruby/object:Gem::Version
210
- version: '0'
211
- - !ruby/object:Gem::Dependency
212
- name: rspec-rails
213
- requirement: !ruby/object:Gem::Requirement
214
- requirements:
215
- - - ">="
216
- - !ruby/object:Gem::Version
217
- version: '0'
218
- type: :development
219
- prerelease: false
220
- version_requirements: !ruby/object:Gem::Requirement
221
- requirements:
222
- - - ">="
223
- - !ruby/object:Gem::Version
224
- version: '0'
225
- - !ruby/object:Gem::Dependency
226
- name: rspec_junit_formatter
227
- requirement: !ruby/object:Gem::Requirement
228
- requirements:
229
- - - ">="
230
- - !ruby/object:Gem::Version
231
- version: '0'
232
- type: :development
233
- prerelease: false
234
- version_requirements: !ruby/object:Gem::Requirement
235
- requirements:
236
- - - ">="
237
- - !ruby/object:Gem::Version
238
- version: '0'
239
- - !ruby/object:Gem::Dependency
240
- name: sqlite3
241
- requirement: !ruby/object:Gem::Requirement
242
- requirements:
243
- - - ">="
244
- - !ruby/object:Gem::Version
245
- version: '0'
246
- type: :development
247
- prerelease: false
248
- version_requirements: !ruby/object:Gem::Requirement
249
- requirements:
250
- - - ">="
251
- - !ruby/object:Gem::Version
252
- version: '0'
253
- - !ruby/object:Gem::Dependency
254
- name: standard
255
- requirement: !ruby/object:Gem::Requirement
256
- requirements:
257
- - - ">="
258
- - !ruby/object:Gem::Version
259
- version: '0'
260
- type: :development
261
- prerelease: false
262
- version_requirements: !ruby/object:Gem::Requirement
263
- requirements:
264
- - - ">="
265
- - !ruby/object:Gem::Version
266
- version: '0'
267
- - !ruby/object:Gem::Dependency
268
- name: yard
269
- requirement: !ruby/object:Gem::Requirement
270
- requirements:
271
- - - ">="
272
- - !ruby/object:Gem::Version
273
- version: '0'
274
- type: :development
275
- prerelease: false
276
- version_requirements: !ruby/object:Gem::Requirement
277
- requirements:
278
- - - ">="
279
- - !ruby/object:Gem::Version
280
- version: '0'
11
+ date: 2023-01-19 00:00:00.000000000 Z
12
+ dependencies: []
281
13
  description: Provides tools for managing resource-efficient backfills of large datasets
282
14
  via ActiveJob
283
15
  email:
@@ -285,40 +17,10 @@ email:
285
17
  executables: []
286
18
  extensions: []
287
19
  extra_rdoc_files: []
288
- files:
289
- - ".circleci/config.yml"
290
- - ".github/CODEOWNERS"
291
- - ".gitignore"
292
- - ".rspec"
293
- - ".ruby-version"
294
- - ".travis.yml"
295
- - CHANGELOG.md
296
- - CONTRIBUTING.md
297
- - Gemfile
298
- - Gemfile.lock
299
- - Guardfile
300
- - LICENSE.txt
301
- - README.md
302
- - Rakefile
303
- - bin/console
304
- - bin/setup
305
- - lib/super_spreader.rb
306
- - lib/super_spreader/batch_helper.rb
307
- - lib/super_spreader/peak_schedule.rb
308
- - lib/super_spreader/redis_model.rb
309
- - lib/super_spreader/scheduler_config.rb
310
- - lib/super_spreader/scheduler_job.rb
311
- - lib/super_spreader/spread_tracker.rb
312
- - lib/super_spreader/spreader.rb
313
- - lib/super_spreader/stop_signal.rb
314
- - lib/super_spreader/version.rb
315
- - super_spreader.gemspec
20
+ files: []
316
21
  homepage: https://github.com/doximity/super_spreader
317
22
  licenses: []
318
- metadata:
319
- homepage_uri: https://github.com/doximity/super_spreader
320
- source_code_uri: https://github.com/doximity/super_spreader
321
- changelog_uri: https://github.com/doximity/super_spreader/blob/main/CHANGELOG.md
23
+ metadata: {}
322
24
  post_install_message:
323
25
  rdoc_options: []
324
26
  require_paths:
@@ -330,11 +32,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
330
32
  version: '0'
331
33
  required_rubygems_version: !ruby/object:Gem::Requirement
332
34
  requirements:
333
- - - ">"
35
+ - - ">="
334
36
  - !ruby/object:Gem::Version
335
- version: 1.3.1
37
+ version: '0'
336
38
  requirements: []
337
- rubygems_version: 3.4.10
39
+ rubygems_version: 3.0.3.1
338
40
  signing_key:
339
41
  specification_version: 4
340
42
  summary: ActiveJob-based backfill orchestration library
data/.circleci/config.yml DELETED
@@ -1,145 +0,0 @@
1
- version: 2.1
2
-
3
- orbs:
4
- gem: doximity/gem-publisher@0
5
-
6
- executors:
7
- ruby_3_0:
8
- resource_class: small
9
- docker:
10
- - image: cimg/ruby:3.0
11
- environment:
12
- BUNDLE_VERSION: '~> 2.4.3'
13
- - image: redis:6.2
14
-
15
- ruby_3_1:
16
- resource_class: small
17
- docker:
18
- - image: cimg/ruby:3.1
19
- environment:
20
- BUNDLE_VERSION: '~> 2.4.3'
21
- - image: redis:6.2
22
-
23
- ruby_3_2:
24
- resource_class: small
25
- docker:
26
- - image: cimg/ruby:3.2
27
- environment:
28
- BUNDLE_VERSION: '~> 2.4.3'
29
- - image: redis:6.2
30
-
31
- # yaml anchor filters
32
- master_only: &master_only
33
- filters:
34
- branches:
35
- only: master
36
- tags:
37
- ignore: /.*/
38
- pr_only: &pr_only
39
- filters:
40
- branches:
41
- ignore: master
42
- tags:
43
- ignore: /.*/
44
- version_tags_only: &version_tags_only
45
- filters:
46
- branches:
47
- ignore: /.*/
48
- tags:
49
- only: /^v.*/
50
-
51
- jobs:
52
- build:
53
- parameters:
54
- executor:
55
- type: string
56
- default: ruby_3_2
57
- executor: "<< parameters.executor >>"
58
- steps:
59
- - checkout
60
- - run:
61
- name: Install Bundler specific version
62
- command: |
63
- gem install bundler --version "${BUNDLE_VERSION}" --force
64
- - restore_cache:
65
- keys:
66
- - v1-bundle-<< parameters.executor >>-{{ checksum "Gemfile.lock" }}
67
- - run:
68
- name: Install Ruby Dependencies
69
- command: bundle check --path=vendor/bundle || bundle install
70
- - save_cache:
71
- key: v1-bundle-<< parameters.executor >>-{{ checksum "Gemfile.lock" }}
72
- paths:
73
- - vendor/bundle
74
- - run:
75
- name: Run Tests
76
- command: bundle exec rspec --format RspecJunitFormatter --out tmp/results.xml --format progress
77
- - store_test_results:
78
- path: tmp/results.xml
79
-
80
- workflows:
81
- trunk:
82
- jobs:
83
- - build:
84
- <<: *master_only
85
- matrix:
86
- parameters:
87
- executor: [ruby_3_0, ruby_3_1, ruby_3_2]
88
- - gem/build:
89
- <<: *master_only
90
- executor: ruby_3_2
91
- name: gem-build
92
- requires:
93
- - build
94
-
95
- pull-requests:
96
- jobs:
97
- - build:
98
- <<: *pr_only
99
- matrix:
100
- parameters:
101
- executor: [ruby_3_0, ruby_3_1, ruby_3_2]
102
- - gem/build:
103
- <<: *pr_only
104
- executor: ruby_3_2
105
- name: gem-build
106
- vendor-cache: false
107
- requires:
108
- - build
109
- - pre-release-approval:
110
- <<: *pr_only
111
- type: approval
112
- requires:
113
- - gem-build
114
- - gem/publish:
115
- <<: *pr_only
116
- name: gem-publish
117
- to_rubygems: false
118
- to_nexus: true
119
- pre_release: true
120
- requires:
121
- - pre-release-approval
122
- context: artifact_publishing
123
-
124
- final-release:
125
- jobs:
126
- - build:
127
- <<: *version_tags_only
128
- matrix:
129
- parameters:
130
- executor: [ruby_3_0, ruby_3_1, ruby_3_2]
131
- - gem/build:
132
- <<: *version_tags_only
133
- executor: ruby_3_2
134
- name: gem-build
135
- vendor-cache: false
136
- requires:
137
- - build
138
- - gem/publish:
139
- <<: *version_tags_only
140
- name: gem-publish
141
- to_rubygems: true
142
- pre_release: false
143
- requires:
144
- - gem-build
145
- context: artifact_publishing
data/.github/CODEOWNERS DELETED
@@ -1,3 +0,0 @@
1
-
2
- # Infra Automation
3
- /.circleci @doximity/infra_automation_reviewers
data/.gitignore DELETED
@@ -1,15 +0,0 @@
1
- /.bundle/
2
- /.yardoc
3
- /_yardoc/
4
- /coverage/
5
- /doc/
6
- /pkg/
7
- /spec/reports/
8
- /tmp/
9
- /vendor/
10
-
11
- # rspec failure tracking
12
- .rspec_status
13
-
14
- # Redis
15
- dump.rdb
data/.rspec DELETED
@@ -1,3 +0,0 @@
1
- --format documentation
2
- --color
3
- --require spec_helper
data/.ruby-version DELETED
@@ -1 +0,0 @@
1
- 3.2.2
data/.travis.yml DELETED
@@ -1,7 +0,0 @@
1
- ---
2
- sudo: false
3
- language: ruby
4
- cache: bundler
5
- rvm:
6
- - 2.6.8
7
- before_install: gem install bundler -v 1.17.2
data/CHANGELOG.md DELETED
@@ -1,6 +0,0 @@
1
- Changelog
2
- =========
3
-
4
- ## 0.1.0.beta2
5
-
6
- * First external release
data/CONTRIBUTING.md DELETED
@@ -1,30 +0,0 @@
1
- # Contributing to Doximity
2
-
3
- We welcome contributions to this repository. Feel free to submit issues for bugs you encounter and pull requests for code and documentation contributions.
4
- In order to prevent licensing issues, Doximity Inc. (“Doximity”, “we”, “us”) requires all contributors to agree to an Individual Contributor License Agreement (“CLA”), which is reproduced below. By submitting your contributions to us, you agree that you have read and are bound by the CLA. If you do not agree with the CLA, you may not submit contributions.
5
-
6
- ## Doximity Individual Contributor License Agreement
7
-
8
- This license is for your protection as a Contributor as well as the protection of Doximity; it does not change your rights to use your own Contributions for any other purpose.
9
-
10
- You accept and agree to the following terms and conditions for Your present and future Contributions submitted to Doximity. Except for the license granted herein to Doximity and recipients of software distributed by Doximity, You reserve all right, titles, and interests in and to Your Contributions.
11
-
12
- ### Definitions
13
-
14
- "You" (or "Your" or the “Contributor”) shall mean the copyright owner or legal entity authorized by the copyright owner that is making this Agreement with Doximity. For legal entities, the entity making a Contribution and all other entities that control, are controlled by, or are under common control with that entity are considered to be a single Contributor. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
15
-
16
- 1. "Contribution" shall mean the code, documentation, or any original work of authorship, including any modifications or additions to an existing work, that is intentionally submitted by You to Doximity for inclusion in, or documentation of, any of the products owned or managed by Doximity (the "Work"). For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to Doximity or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, Doximity for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by You as "Not a Contribution."
17
-
18
- 2. Grant of Copyright License. Subject to the terms and conditions of this Agreement, You hereby grant to Doximity and to recipients of software distributed by Doximity a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, sublicense, and distribute Your Contributions and such derivative works.
19
-
20
- 3. Grant of Patent License. Subject to the terms and conditions of this Agreement, You hereby grant to Doximity and to recipients of software distributed by Doximity a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by You that are necessarily infringed by Your Contribution(s) alone or by a combination of Your Contribution(s) with the Work to which such Contribution(s) was submitted. If any entity institutes patent litigation against You or any other entity (including a cross-claim or counterclaim in a lawsuit) alleging that your Contribution, or the Work to which you have contributed, constitutes a direct or contributory patent infringement, then any patent licenses granted to that entity under this Agreement for that Contribution or Work shall terminate as of the date such litigation is filed.
21
-
22
- 4. You represent that You are legally entitled to grant the above license. If your employer(s) has rights to intellectual property that you create that includes your Contributions, you represent that you have received permission to make Contributions on behalf of that employer, that your employer has waived such rights for your Contributions to Doximity, or that your employer has executed a separate Corporate CLA with Doximity.
23
-
24
- 5. You represent that each of Your Contributions is Your original creation (see section 7 for submissions on behalf of others). You represent that Your Contribution submissions include complete details of any third-party license or other restriction (including, but not limited to, related patents and trademarks) of which you are personally aware and which are associated with any part of Your Contributions.
25
-
26
- 6. You are not expected to provide support for Your Contributions, except to the extent You desire to provide support. You may provide support for free, for a fee, or not at all. Unless required by applicable law or agreed to in writing, You provide Your Contributions on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE.
27
-
28
- 7. Should You wish to submit work that is not Your original creation, You may submit it to Doximity separately from any Contribution, identifying the complete details of its source and of any license or other restriction (including, but not limited to, related patents, trademarks, and license agreements) of which you are personally aware, and conspicuously marking the work as "Submitted on behalf of a third-party: [named here]".
29
-
30
- 8. You agree to notify Doximity of any facts or circumstances of which you become aware that would make these representations inaccurate in any respect.
data/Gemfile DELETED
@@ -1,6 +0,0 @@
1
- source "https://rubygems.org"
2
-
3
- git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
4
-
5
- # Specify your gem's dependencies in super_spreader.gemspec
6
- gemspec