coalescing_panda 4.1.25 → 4.1.26
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 284da41a7de4f62b9d5d393a53e738a4dc608f56
|
4
|
+
data.tar.gz: ed71674f34d5f7f899e08ebc3c11c2aa870d4245
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 95e90404fd2a4318f9a7660cda340611ed2af57bc2990fc461539d075294c20ee4fff777417ddfd05ff4cbb3911dc8177f0052a66ffbf056cfee4e154682c6d4
|
7
|
+
data.tar.gz: 8500ceba7178fa75921624ce3657303074832dd0253eff44090d6adb18f83812e99efa24374c38987a35e6759b75fb47d06d6ff4f1d7bbf0ff44b54f32279391
|
@@ -73,7 +73,7 @@ class CoalescingPanda::Workers::CourseMiner
|
|
73
73
|
collection = api_client.course_sections(course.canvas_course_id).all_pages!
|
74
74
|
sync_sections(collection)
|
75
75
|
when :users
|
76
|
-
collection = api_client.list_course_users(course.canvas_course_id, {'
|
76
|
+
collection = api_client.list_course_users(course.canvas_course_id, {'enrollment_state' => ['completed', 'active', 'invited']}).all_pages!
|
77
77
|
sync_users(collection)
|
78
78
|
when :enrollments
|
79
79
|
collection = api_client.course_enrollments(course.canvas_course_id, {'state' => ['completed', 'active', 'invited']}).all_pages!
|