bearcat 1.4.13 → 1.5.0.beta2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (64) hide show
  1. checksums.yaml +4 -4
  2. data/bearcat.gemspec +9 -3
  3. data/lib/bearcat/client/account_reports.rb +6 -14
  4. data/lib/bearcat/client/accounts.rb +20 -56
  5. data/lib/bearcat/client/analytics.rb +4 -7
  6. data/lib/bearcat/client/assignment_groups.rb +7 -19
  7. data/lib/bearcat/client/assignments.rb +15 -39
  8. data/lib/bearcat/client/blueprint_courses.rb +14 -20
  9. data/lib/bearcat/client/calendar_events.rb +9 -17
  10. data/lib/bearcat/client/canvas_files.rb +0 -2
  11. data/lib/bearcat/client/conferences.rb +3 -8
  12. data/lib/bearcat/client/conversations.rb +3 -8
  13. data/lib/bearcat/client/courses.rb +15 -45
  14. data/lib/bearcat/client/custom_gradebook_columns.rb +11 -25
  15. data/lib/bearcat/client/discussions.rb +11 -37
  16. data/lib/bearcat/client/enrollments.rb +9 -29
  17. data/lib/bearcat/client/external_tools.rb +9 -36
  18. data/lib/bearcat/client/file_helper.rb +2 -2
  19. data/lib/bearcat/client/files.rb +2 -4
  20. data/lib/bearcat/client/folders.rb +13 -59
  21. data/lib/bearcat/client/group_categories.rb +8 -17
  22. data/lib/bearcat/client/group_memberships.rb +6 -14
  23. data/lib/bearcat/client/groups.rb +9 -24
  24. data/lib/bearcat/client/module_items.rb +9 -17
  25. data/lib/bearcat/client/modules.rb +10 -20
  26. data/lib/bearcat/client/outcome_groups.rb +2 -4
  27. data/lib/bearcat/client/outcomes.rb +4 -7
  28. data/lib/bearcat/client/pages.rb +8 -23
  29. data/lib/bearcat/client/progresses.rb +2 -3
  30. data/lib/bearcat/client/quizzes.rb +15 -35
  31. data/lib/bearcat/client/reports.rb +8 -19
  32. data/lib/bearcat/client/roles.rb +1 -1
  33. data/lib/bearcat/client/rubric.rb +8 -20
  34. data/lib/bearcat/client/rubric_assessment.rb +5 -11
  35. data/lib/bearcat/client/rubric_association.rb +6 -12
  36. data/lib/bearcat/client/search.rb +2 -4
  37. data/lib/bearcat/client/sections.rb +11 -26
  38. data/lib/bearcat/client/submissions.rb +13 -36
  39. data/lib/bearcat/client/tabs.rb +4 -7
  40. data/lib/bearcat/client/users.rb +17 -44
  41. data/lib/bearcat/client.rb +72 -44
  42. data/lib/bearcat/client_module.rb +101 -0
  43. data/lib/bearcat/rate_limiting/redis_script.rb +164 -0
  44. data/lib/bearcat/rate_limiting.rb +70 -0
  45. data/lib/bearcat/spec_helpers.rb +62 -31
  46. data/lib/bearcat/version.rb +1 -1
  47. data/lib/bearcat.rb +8 -21
  48. data/lib/catalogcat/api_array.rb +18 -0
  49. data/lib/catalogcat/client/catalogs.rb +21 -0
  50. data/lib/catalogcat/client/certificates.rb +9 -0
  51. data/lib/catalogcat/client/courses.rb +25 -0
  52. data/lib/catalogcat/client/orders.rb +9 -0
  53. data/lib/catalogcat/client.rb +39 -0
  54. data/lib/catalogcat/version.rb +3 -0
  55. data/lib/catalogcat.rb +14 -0
  56. data/spec/bearcat/client/canvas_files_spec.rb +1 -2
  57. data/spec/bearcat/client/content_migrations_spec.rb +1 -1
  58. data/spec/bearcat/client/courses_spec.rb +2 -4
  59. data/spec/bearcat/client_spec.rb +1 -4
  60. data/spec/bearcat/rate_limiting_spec.rb +62 -0
  61. data/spec/bearcat/stub_bearcat_spec.rb +15 -0
  62. data/spec/helper.rb +1 -0
  63. metadata +195 -180
  64. /data/spec/bearcat/{group_memberships_spec.rb → client/group_memberships_spec.rb} +0 -0
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bearcat
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.13
4
+ version: 1.5.0.beta2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Mills, Jake Sorce
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-27 00:00:00.000000000 Z
11
+ date: 2023-03-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -81,47 +81,47 @@ dependencies:
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
83
  - !ruby/object:Gem::Dependency
84
- name: activesupport
84
+ name: sidekiq
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
- - - ">="
87
+ - - "<"
88
88
  - !ruby/object:Gem::Version
89
- version: '0'
90
- type: :runtime
89
+ version: '7.0'
90
+ type: :development
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
- - - ">="
94
+ - - "<"
95
95
  - !ruby/object:Gem::Version
96
- version: '0'
96
+ version: '7.0'
97
97
  - !ruby/object:Gem::Dependency
98
- name: footrest
98
+ name: activesupport
99
99
  requirement: !ruby/object:Gem::Requirement
100
100
  requirements:
101
101
  - - ">="
102
102
  - !ruby/object:Gem::Version
103
- version: 0.2.2
103
+ version: '0'
104
104
  type: :runtime
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
108
  - - ">="
109
109
  - !ruby/object:Gem::Version
110
- version: 0.2.2
110
+ version: '0'
111
111
  - !ruby/object:Gem::Dependency
112
- name: paul_walker
112
+ name: footrest
113
113
  requirement: !ruby/object:Gem::Requirement
114
114
  requirements:
115
- - - "~>"
115
+ - - ">="
116
116
  - !ruby/object:Gem::Version
117
- version: 0.1.1
117
+ version: 0.2.2
118
118
  type: :runtime
119
119
  prerelease: false
120
120
  version_requirements: !ruby/object:Gem::Requirement
121
121
  requirements:
122
- - - "~>"
122
+ - - ">="
123
123
  - !ruby/object:Gem::Version
124
- version: 0.1.1
124
+ version: 0.2.2
125
125
  description: Ruby interface for interacting with the canvas API
126
126
  email:
127
127
  - nathanm@instructure.com, jake@instructure.com
@@ -178,8 +178,19 @@ files:
178
178
  - lib/bearcat/client/submissions.rb
179
179
  - lib/bearcat/client/tabs.rb
180
180
  - lib/bearcat/client/users.rb
181
+ - lib/bearcat/client_module.rb
182
+ - lib/bearcat/rate_limiting.rb
183
+ - lib/bearcat/rate_limiting/redis_script.rb
181
184
  - lib/bearcat/spec_helpers.rb
182
185
  - lib/bearcat/version.rb
186
+ - lib/catalogcat.rb
187
+ - lib/catalogcat/api_array.rb
188
+ - lib/catalogcat/client.rb
189
+ - lib/catalogcat/client/catalogs.rb
190
+ - lib/catalogcat/client/certificates.rb
191
+ - lib/catalogcat/client/courses.rb
192
+ - lib/catalogcat/client/orders.rb
193
+ - lib/catalogcat/version.rb
183
194
  - spec/bearcat/api_array_spec.rb
184
195
  - spec/bearcat/client/accounts_spec.rb
185
196
  - spec/bearcat/client/analytics_spec.rb
@@ -202,6 +213,7 @@ files:
202
213
  - spec/bearcat/client/graph_ql_spec.rb
203
214
  - spec/bearcat/client/group_categories_spec.rb
204
215
  - spec/bearcat/client/group_membership_spec.rb
216
+ - spec/bearcat/client/group_memberships_spec.rb
205
217
  - spec/bearcat/client/groups_spec.rb
206
218
  - spec/bearcat/client/learning_outcomes_spec.rb
207
219
  - spec/bearcat/client/module_items_spec.rb
@@ -221,7 +233,8 @@ files:
221
233
  - spec/bearcat/client/submissions_spec.rb
222
234
  - spec/bearcat/client/users_spec.rb
223
235
  - spec/bearcat/client_spec.rb
224
- - spec/bearcat/group_memberships_spec.rb
236
+ - spec/bearcat/rate_limiting_spec.rb
237
+ - spec/bearcat/stub_bearcat_spec.rb
225
238
  - spec/bearcat_spec.rb
226
239
  - spec/fixtures/access_token.json
227
240
  - spec/fixtures/account_admin_create.json
@@ -368,10 +381,10 @@ files:
368
381
  - spec/fixtures/user_page_views.json
369
382
  - spec/fixtures/user_profile.json
370
383
  - spec/helper.rb
371
- homepage:
384
+ homepage:
372
385
  licenses: []
373
386
  metadata: {}
374
- post_install_message:
387
+ post_install_message:
375
388
  rdoc_options: []
376
389
  require_paths:
377
390
  - lib
@@ -382,200 +395,202 @@ required_ruby_version: !ruby/object:Gem::Requirement
382
395
  version: '0'
383
396
  required_rubygems_version: !ruby/object:Gem::Requirement
384
397
  requirements:
385
- - - ">="
398
+ - - ">"
386
399
  - !ruby/object:Gem::Version
387
- version: '0'
400
+ version: 1.3.1
388
401
  requirements: []
389
402
  rubygems_version: 3.1.6
390
- signing_key:
403
+ signing_key:
391
404
  specification_version: 4
392
405
  summary: Canvas API
393
406
  test_files:
394
407
  - spec/bearcat_spec.rb
408
+ - spec/helper.rb
395
409
  - spec/bearcat/client_spec.rb
396
- - spec/bearcat/group_memberships_spec.rb
397
410
  - spec/bearcat/api_array_spec.rb
398
- - spec/bearcat/client/canvas_files_spec.rb
399
- - spec/bearcat/client/folders_spec.rb
400
- - spec/bearcat/client/conferences_spec.rb
401
- - spec/bearcat/client/conversations_spec.rb
411
+ - spec/bearcat/client/external_tools_spec.rb
412
+ - spec/bearcat/client/groups_spec.rb
413
+ - spec/bearcat/client/outcomes_spec.rb
414
+ - spec/bearcat/client/submissions_spec.rb
415
+ - spec/bearcat/client/sections_spec.rb
416
+ - spec/bearcat/client/blueprint_courses_spec.rb
402
417
  - spec/bearcat/client/outcome_groups_spec.rb
403
- - spec/bearcat/client/assignment_groups_spec.rb
404
- - spec/bearcat/client/assignments_spec.rb
405
- - spec/bearcat/client/rubric_association_spec.rb
406
- - spec/bearcat/client/o_auth2_spec.rb
418
+ - spec/bearcat/client/quizzes_spec.rb
419
+ - spec/bearcat/client/conferences_spec.rb
407
420
  - spec/bearcat/client/search_spec.rb
408
- - spec/bearcat/client/calendar_events_spec.rb
409
- - spec/bearcat/client/pages_spec.rb
410
- - spec/bearcat/client/modules_spec.rb
411
- - spec/bearcat/client/discussions_spec.rb
412
- - spec/bearcat/client/files_spec.rb
413
- - spec/bearcat/client/roles_spec.rb
414
- - spec/bearcat/client/graph_ql_spec.rb
421
+ - spec/bearcat/client/reports_spec.rb
415
422
  - spec/bearcat/client/group_categories_spec.rb
416
- - spec/bearcat/client/rubric_assessment_spec.rb
417
- - spec/bearcat/client/blueprint_courses_spec.rb
418
- - spec/bearcat/client/submissions_spec.rb
419
- - spec/bearcat/client/module_items_spec.rb
420
423
  - spec/bearcat/client/content_migrations_spec.rb
421
- - spec/bearcat/client/custom_gradebook_columns_spec.rb
422
- - spec/bearcat/client/enrollments_spec.rb
424
+ - spec/bearcat/client/assignments_spec.rb
425
+ - spec/bearcat/client/group_membership_spec.rb
423
426
  - spec/bearcat/client/analytics_spec.rb
424
- - spec/bearcat/client/content_exports_spec.rb
425
- - spec/bearcat/client/external_tools_spec.rb
427
+ - spec/bearcat/client/module_items_spec.rb
428
+ - spec/bearcat/client/modules_spec.rb
429
+ - spec/bearcat/client/rubric_association_spec.rb
430
+ - spec/bearcat/client/roles_spec.rb
431
+ - spec/bearcat/client/rubric_assessment_spec.rb
432
+ - spec/bearcat/client/folders_spec.rb
426
433
  - spec/bearcat/client/rubric_spec.rb
434
+ - spec/bearcat/client/files_spec.rb
427
435
  - spec/bearcat/client/accounts_spec.rb
428
- - spec/bearcat/client/learning_outcomes_spec.rb
429
- - spec/bearcat/client/outcomes_spec.rb
436
+ - spec/bearcat/client/canvas_files_spec.rb
437
+ - spec/bearcat/client/pages_spec.rb
438
+ - spec/bearcat/client/content_exports_spec.rb
439
+ - spec/bearcat/client/graph_ql_spec.rb
440
+ - spec/bearcat/client/o_auth2_spec.rb
430
441
  - spec/bearcat/client/courses_spec.rb
431
- - spec/bearcat/client/reports_spec.rb
442
+ - spec/bearcat/client/custom_gradebook_columns_spec.rb
443
+ - spec/bearcat/client/enrollments_spec.rb
444
+ - spec/bearcat/client/conversations_spec.rb
445
+ - spec/bearcat/client/learning_outcomes_spec.rb
446
+ - spec/bearcat/client/group_memberships_spec.rb
432
447
  - spec/bearcat/client/users_spec.rb
433
- - spec/bearcat/client/sections_spec.rb
434
- - spec/bearcat/client/group_membership_spec.rb
435
- - spec/bearcat/client/groups_spec.rb
436
- - spec/bearcat/client/quizzes_spec.rb
437
- - spec/helper.rb
438
- - spec/fixtures/account_grading_standards.json
439
- - spec/fixtures/add_custom_user_data.json
448
+ - spec/bearcat/client/calendar_events_spec.rb
449
+ - spec/bearcat/client/assignment_groups_spec.rb
450
+ - spec/bearcat/client/discussions_spec.rb
451
+ - spec/bearcat/rate_limiting_spec.rb
452
+ - spec/bearcat/stub_bearcat_spec.rb
453
+ - spec/fixtures/add_user.json
454
+ - spec/fixtures/calendar_event.json
440
455
  - spec/fixtures/assignment_group.json
441
- - spec/fixtures/account_groups.json
442
- - spec/fixtures/update_outcome.json
443
- - spec/fixtures/section_enrollments.json
444
- - spec/fixtures/outcome_groups.json
445
- - spec/fixtures/assignments.json
446
- - spec/fixtures/course_files.json
447
- - spec/fixtures/assignment_section_override.json
448
- - spec/fixtures/delete_course.json
456
+ - spec/fixtures/outcome_result.json
457
+ - spec/fixtures/pages.json
458
+ - spec/fixtures/course_grading_standards.json
459
+ - spec/fixtures/user_avatars.json
460
+ - spec/fixtures/account_user.json
449
461
  - spec/fixtures/course_folder.json
450
- - spec/fixtures/ok.json
451
- - spec/fixtures/account_sub_accounts.json
452
- - spec/fixtures/course_sections.json
453
- - spec/fixtures/merge_user.json
454
- - spec/fixtures/bearcat.jpg
455
- - spec/fixtures/create_group_discussion.json
456
- - spec/fixtures/course_enrollments.json
457
- - spec/fixtures/account_users.json
458
- - spec/fixtures/no_custom_data.json
459
- - spec/fixtures/communication_channels.json
462
+ - spec/fixtures/rubric_association.json
463
+ - spec/fixtures/outcome_group_import.json
460
464
  - spec/fixtures/edited_group_category.json
461
- - spec/fixtures/rubric_assessment.json
462
- - spec/fixtures/paged_body.json
463
- - spec/fixtures/canvas_files/upload_success.json
464
- - spec/fixtures/canvas_files/declare_file.json
465
- - spec/fixtures/account_reports.json
466
- - spec/fixtures/outcomes.json
467
- - spec/fixtures/search_find_recipients.json
468
- - spec/fixtures/content_migration_files/upload_success.json
469
- - spec/fixtures/content_migration_files/content_migration.json
470
- - spec/fixtures/content_migration_files/response.json
471
- - spec/fixtures/created_assignment.json
472
- - spec/fixtures/course_conferences.json
473
- - spec/fixtures/create_outcome_in_group.json
474
- - spec/fixtures/delete_custom_data_scope.json
465
+ - spec/fixtures/course_copy.json
466
+ - spec/fixtures/single_account.json
467
+ - spec/fixtures/module.json
468
+ - spec/fixtures/blueprint_update_assocations_success.json
469
+ - spec/fixtures/account_admin_create.json
470
+ - spec/fixtures/cc.imscc
471
+ - spec/fixtures/discussion_topics.json
472
+ - spec/fixtures/account_sub_accounts.json
475
473
  - spec/fixtures/created_group_category.json
476
- - spec/fixtures/created_course.json
477
- - spec/fixtures/assignment_groups.json
478
- - spec/fixtures/section.json
479
- - spec/fixtures/create_section.json
480
474
  - spec/fixtures/user_page_views.json
481
- - spec/fixtures/account_admin_create.json
482
- - spec/fixtures/assignment.json
483
- - spec/fixtures/calendar_event.json
484
- - spec/fixtures/blueprint_subscriptions.json
485
- - spec/fixtures/blueprint_update_assocations_success.json
486
- - spec/fixtures/course.json
487
- - spec/fixtures/rubric_association.json
488
- - spec/fixtures/external_tools.json
475
+ - spec/fixtures/delete_custom_data_scope.json
476
+ - spec/fixtures/file.csv
477
+ - spec/fixtures/dashboard.json
478
+ - spec/fixtures/submissions/submission.json
479
+ - spec/fixtures/create_course_discussion.json
489
480
  - spec/fixtures/conversation.json
490
- - spec/fixtures/external_tool.json
491
- - spec/fixtures/course_students.json
492
- - spec/fixtures/updated_course.json
493
- - spec/fixtures/discussion_topics.json
494
- - spec/fixtures/user_enrollments.json
495
- - spec/fixtures/account_roles.json
496
- - spec/fixtures/add_user.json
497
- - spec/fixtures/discussion_entry_replies.json
498
- - spec/fixtures/report_history.json
481
+ - spec/fixtures/communication_channels.json
482
+ - spec/fixtures/account_users.json
483
+ - spec/fixtures/accounts.json
484
+ - spec/fixtures/deleted_group.json
485
+ - spec/fixtures/course_files.json
486
+ - spec/fixtures/group_membership.json
487
+ - spec/fixtures/content_migration_files/upload_success.json
488
+ - spec/fixtures/content_migration_files/response.json
489
+ - spec/fixtures/content_migration_files/content_migration.json
490
+ - spec/fixtures/outcome_subgroup.json
499
491
  - spec/fixtures/gradebook_history.json
500
- - spec/fixtures/account_sis_imports.json
492
+ - spec/fixtures/custom_gradebook_columns/custom_gradebook_columns.json
493
+ - spec/fixtures/custom_gradebook_columns/gradebook_column_progress.json
494
+ - spec/fixtures/custom_gradebook_columns/column_data.json
495
+ - spec/fixtures/custom_gradebook_columns/custom_gradebook_column.json
501
496
  - spec/fixtures/update_section.json
502
- - spec/fixtures/conclude_enrollment.json
503
- - spec/fixtures/start_report.json
504
- - spec/fixtures/custom_data.json
505
- - spec/fixtures/rubric.json
506
- - spec/fixtures/account_role.json
507
- - spec/fixtures/update_outcome_group.json
508
- - spec/fixtures/module_item.json
509
- - spec/fixtures/report_status.json
510
- - spec/fixtures/enroll_student.json
511
- - spec/fixtures/group_category.json
512
- - spec/fixtures/delete_group_category.json
513
- - spec/fixtures/dashboard.json
514
- - spec/fixtures/edited_group.json
515
- - spec/fixtures/department_level_participation.json
516
- - spec/fixtures/outcome_result.json
517
- - spec/fixtures/file.csv
518
- - spec/fixtures/course_copy.json
519
497
  - spec/fixtures/user_logins.json
520
- - spec/fixtures/module_item_sequence.json
521
- - spec/fixtures/enrollment_terms.json
522
- - spec/fixtures/blueprint_migration.json
523
- - spec/fixtures/cc.imscc
524
- - spec/fixtures/user_profile.json
525
- - spec/fixtures/create_course_discussion.json
526
- - spec/fixtures/custom_food_data.json
527
- - spec/fixtures/created_module.json
498
+ - spec/fixtures/paged_body.json
499
+ - spec/fixtures/outcomes.json
500
+ - spec/fixtures/discussion_entry_replies.json
528
501
  - spec/fixtures/course_groups.json
529
- - spec/fixtures/reactivate_enrollment.json
530
- - spec/fixtures/blueprint_template.json
531
- - spec/fixtures/account_courses.json
532
- - spec/fixtures/calendar_events.json
533
- - spec/fixtures/submissions/submission.json
502
+ - spec/fixtures/account_reports_start_result.json
503
+ - spec/fixtures/no_custom_data.json
504
+ - spec/fixtures/bearcat.jpg
505
+ - spec/fixtures/report_list.json
506
+ - spec/fixtures/graph_ql_scores.json
534
507
  - spec/fixtures/link_unlink_outcome.json
535
- - spec/fixtures/account_reports_index.json
536
- - spec/fixtures/module_items.json
537
- - spec/fixtures/access_token.json
538
- - spec/fixtures/progress.json
539
- - spec/fixtures/module.json
540
- - spec/fixtures/group_categories.json
541
- - spec/fixtures/course_folders.json
542
- - spec/fixtures/department_level_statistics.json
543
- - spec/fixtures/account_admin_delete.json
544
- - spec/fixtures/account_reports_result_success.json
545
- - spec/fixtures/deleted_conversation.json
508
+ - spec/fixtures/group_category_groups.json
509
+ - spec/fixtures/ok.json
510
+ - spec/fixtures/add_custom_user_data.json
511
+ - spec/fixtures/report_status.json
512
+ - spec/fixtures/account_role.json
513
+ - spec/fixtures/account_roles.json
514
+ - spec/fixtures/user_enrollments.json
515
+ - spec/fixtures/course_enrollments.json
546
516
  - spec/fixtures/learning_outcome.json
547
- - spec/fixtures/user_details.json
548
- - spec/fixtures/outcome_group_import.json
549
- - spec/fixtures/modules.json
550
- - spec/fixtures/group.json
551
- - spec/fixtures/outcome_subgroup.json
517
+ - spec/fixtures/module_items.json
518
+ - spec/fixtures/department_level_participation.json
519
+ - spec/fixtures/group_category.json
520
+ - spec/fixtures/section_enrollments.json
521
+ - spec/fixtures/create_group_discussion.json
522
+ - spec/fixtures/user_profile.json
523
+ - spec/fixtures/external_tools.json
524
+ - spec/fixtures/create_section.json
525
+ - spec/fixtures/assignment_groups.json
552
526
  - spec/fixtures/outcome_subgroups.json
553
- - spec/fixtures/delete_section.json
554
- - spec/fixtures/account_user.json
555
- - spec/fixtures/accounts.json
527
+ - spec/fixtures/updated_course.json
528
+ - spec/fixtures/account_sis_imports.json
556
529
  - spec/fixtures/account_admins.json
557
- - spec/fixtures/report_list.json
558
- - spec/fixtures/group_membership.json
559
- - spec/fixtures/quizzes/course_quizzes.json
560
- - spec/fixtures/quizzes/course_quiz_questions.json
561
- - spec/fixtures/quizzes/quiz_assignment_override.json
562
- - spec/fixtures/quizzes/quiz_extension.json
563
- - spec/fixtures/quizzes/course_quiz.json
530
+ - spec/fixtures/department_level_statistics.json
531
+ - spec/fixtures/course_folders.json
532
+ - spec/fixtures/account_admin_delete.json
564
533
  - spec/fixtures/content_export.json
565
- - spec/fixtures/created_group.json
566
- - spec/fixtures/pages.json
534
+ - spec/fixtures/enroll_student.json
535
+ - spec/fixtures/external_tool.json
567
536
  - spec/fixtures/discussion_entries.json
568
- - spec/fixtures/single_account.json
569
- - spec/fixtures/group_category_groups.json
537
+ - spec/fixtures/assignment.json
538
+ - spec/fixtures/report_history.json
539
+ - spec/fixtures/edited_group.json
540
+ - spec/fixtures/account_reports_index.json
541
+ - spec/fixtures/created_module.json
542
+ - spec/fixtures/account_reports.json
543
+ - spec/fixtures/quizzes/quiz_extension.json
544
+ - spec/fixtures/quizzes/quiz_assignment_override.json
545
+ - spec/fixtures/quizzes/course_quiz.json
546
+ - spec/fixtures/quizzes/course_quizzes.json
547
+ - spec/fixtures/quizzes/course_quiz_questions.json
548
+ - spec/fixtures/course.json
549
+ - spec/fixtures/search_find_recipients.json
550
+ - spec/fixtures/reactivate_enrollment.json
551
+ - spec/fixtures/enrollment_terms.json
570
552
  - spec/fixtures/created_group_membership.json
571
- - spec/fixtures/user_avatars.json
572
- - spec/fixtures/graph_ql_scores.json
573
- - spec/fixtures/custom_gradebook_columns/gradebook_column_progress.json
574
- - spec/fixtures/custom_gradebook_columns/custom_gradebook_column.json
575
- - spec/fixtures/custom_gradebook_columns/custom_gradebook_columns.json
576
- - spec/fixtures/custom_gradebook_columns/column_data.json
577
- - spec/fixtures/account_reports_start_result.json
578
- - spec/fixtures/course_grading_standards.json
553
+ - spec/fixtures/rubric.json
554
+ - spec/fixtures/merge_user.json
555
+ - spec/fixtures/section.json
556
+ - spec/fixtures/blueprint_migration.json
557
+ - spec/fixtures/blueprint_subscriptions.json
558
+ - spec/fixtures/create_outcome_in_group.json
559
+ - spec/fixtures/assignments.json
560
+ - spec/fixtures/group_categories.json
561
+ - spec/fixtures/blueprint_template.json
562
+ - spec/fixtures/delete_section.json
563
+ - spec/fixtures/update_outcome_group.json
579
564
  - spec/fixtures/group_conferences.json
565
+ - spec/fixtures/created_group.json
566
+ - spec/fixtures/outcome_groups.json
567
+ - spec/fixtures/progress.json
568
+ - spec/fixtures/delete_course.json
569
+ - spec/fixtures/canvas_files/upload_success.json
570
+ - spec/fixtures/canvas_files/declare_file.json
571
+ - spec/fixtures/account_grading_standards.json
572
+ - spec/fixtures/course_sections.json
573
+ - spec/fixtures/course_conferences.json
574
+ - spec/fixtures/user_details.json
575
+ - spec/fixtures/module_item_sequence.json
576
+ - spec/fixtures/custom_food_data.json
577
+ - spec/fixtures/update_outcome.json
580
578
  - spec/fixtures/discussion_topic.json
581
- - spec/fixtures/deleted_group.json
579
+ - spec/fixtures/group.json
580
+ - spec/fixtures/assignment_section_override.json
581
+ - spec/fixtures/account_reports_result_success.json
582
+ - spec/fixtures/rubric_assessment.json
583
+ - spec/fixtures/calendar_events.json
584
+ - spec/fixtures/deleted_conversation.json
585
+ - spec/fixtures/created_assignment.json
586
+ - spec/fixtures/start_report.json
587
+ - spec/fixtures/conclude_enrollment.json
588
+ - spec/fixtures/custom_data.json
589
+ - spec/fixtures/created_course.json
590
+ - spec/fixtures/account_groups.json
591
+ - spec/fixtures/modules.json
592
+ - spec/fixtures/course_students.json
593
+ - spec/fixtures/access_token.json
594
+ - spec/fixtures/delete_group_category.json
595
+ - spec/fixtures/module_item.json
596
+ - spec/fixtures/account_courses.json