canvas_sync 0.17.24 → 0.17.26.beta1
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.
- checksums.yaml +4 -4
- data/lib/canvas_sync/job_batches/chain_builder.rb +39 -6
- data/lib/canvas_sync/jobs/begin_sync_chain_job.rb +9 -1
- data/lib/canvas_sync/jobs/sync_terms_job.rb +1 -17
- data/lib/canvas_sync/jobs/term_batches_job.rb +23 -0
- data/lib/canvas_sync/version.rb +1 -1
- data/lib/canvas_sync.rb +21 -8
- data/spec/canvas_sync/processors/provisioning_report_processor_spec.rb +8 -1
- data/spec/dummy/log/test.log +21765 -0
- data/spec/support/fixtures/reports/xlist.csv +1 -1
- metadata +5 -4
@@ -1,2 +1,2 @@
|
|
1
1
|
canvas_xlist_course_id,xlist_course_id,canvas_section_id,section_id,status,canvas_nonxlist_course_id,nonxlist_course_id
|
2
|
-
|
2
|
+
2,sis_course_1,2,sis_section_2,active,3,sis_course_3
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: canvas_sync
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.17.
|
4
|
+
version: 0.17.26.beta1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nate Collings
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-12-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -476,6 +476,7 @@ files:
|
|
476
476
|
- lib/canvas_sync/jobs/sync_simple_table_job.rb
|
477
477
|
- lib/canvas_sync/jobs/sync_submissions_job.rb
|
478
478
|
- lib/canvas_sync/jobs/sync_terms_job.rb
|
479
|
+
- lib/canvas_sync/jobs/term_batches_job.rb
|
479
480
|
- lib/canvas_sync/misc_helper.rb
|
480
481
|
- lib/canvas_sync/processors/assignment_groups_processor.rb
|
481
482
|
- lib/canvas_sync/processors/assignments_processor.rb
|
@@ -683,9 +684,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
683
684
|
version: '0'
|
684
685
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
685
686
|
requirements:
|
686
|
-
- - "
|
687
|
+
- - ">"
|
687
688
|
- !ruby/object:Gem::Version
|
688
|
-
version:
|
689
|
+
version: 1.3.1
|
689
690
|
requirements: []
|
690
691
|
rubygems_version: 3.0.3
|
691
692
|
signing_key:
|