-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v3.3.0 #666
Release v3.3.0 #666
Commits on May 1, 2023
-
Allow PaginatedList to use metadata for pagination (#614)
* Update `PaginatedList` Based on #605, `PaginatedList` could not process requests which return pagination info in the response body. This update checks for `Link` headers before checking the `meta` property in the response body. * Update based on review * Update pag list test with no header no next meta to run properly. Update changelog. --------- Co-authored-by: Matthew Emond <me@ucf.edu>
Configuration menu - View commit details
-
Copy full SHA for 0d03d35 - Browse repository at this point
Copy the full SHA 0d03d35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cf11eb - Browse repository at this point
Copy the full SHA 6cf11ebView commit details
Commits on May 4, 2023
-
* Begin adding coverage for New Quizzes (WIP) * Finish New Quizzes endpoints
Configuration menu - View commit details
-
Copy full SHA for 2c8be50 - Browse repository at this point
Copy the full SHA 2c8be50View commit details
Commits on May 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 44c61ca - Browse repository at this point
Copy the full SHA 44c61caView commit details
Commits on May 18, 2023
-
Course Create Discussion Attach Files #621 (#622)
* Fix issue where Course.create_discussion_topic doesn't accept attachment files * Add file tests for create_discussion_topic
Configuration menu - View commit details
-
Copy full SHA for 4cfa822 - Browse repository at this point
Copy the full SHA 4cfa822View commit details
Commits on May 24, 2023
-
Delete method for course and group pages (#624)
* method delete group and course pages, update tests * format fix * Add Caitlin to authors. Add contribution to changelog. Formwatting tweaks. --------- Co-authored-by: Matthew Emond <me@ucf.edu>
Configuration menu - View commit details
-
Copy full SHA for c5ffcbf - Browse repository at this point
Copy the full SHA c5ffcbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f4362b - Browse repository at this point
Copy the full SHA 7f4362bView commit details
Commits on May 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a908207 - Browse repository at this point
Copy the full SHA a908207View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b78446 - Browse repository at this point
Copy the full SHA 7b78446View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb77dd9 - Browse repository at this point
Copy the full SHA cb77dd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02d42cb - Browse repository at this point
Copy the full SHA 02d42cbView commit details
Commits on May 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1196b01 - Browse repository at this point
Copy the full SHA 1196b01View commit details
Commits on May 12, 2024
-
Improve
PaginatedList
docs (#654)* Improve `PaginatedList` docstring Include details for each parameter used in PaginatedList. * Improve `PaginatedList` docstring Include details for each parameter used in PaginatedList. * Remove class docstring addition --------- Co-authored-by: Matthew Emond <me@ucf.edu>
Configuration menu - View commit details
-
Copy full SHA for c1e8556 - Browse repository at this point
Copy the full SHA c1e8556View commit details -
Use
new_quizzes
andgraphql
keywords (#653)* Use `new_quizzes` and `graphql` keywords Based on #612 and as an issue in #619, this adds the `new_quizzes` and `graphql` keyword endpoints in the requester module. Methods which specify these locations will have the correct URL supplied by the library in the `_url` parameter for the requester. Calls from the `canvas`, `course`, and `new_quizzes` modules have been updated to use they keywords rather than a formatted URL string. All tests passing. * Better variable checks Rearrange to check for `_url` first, then assign the request url more explicitely. * fix silly typos --------- Co-authored-by: Matthew Emond <me@ucf.edu>
Configuration menu - View commit details
-
Copy full SHA for 4b4fbd8 - Browse repository at this point
Copy the full SHA 4b4fbd8View commit details
Commits on Aug 24, 2024
-
Fixes #663 - New Quizzes URL not considered in paginated_list (#664)
* Fixes #663 - New Quizzes URL not considered in paginated_list * Flake8 error line length * Reformatted by black
Configuration menu - View commit details
-
Copy full SHA for 06f83f1 - Browse repository at this point
Copy the full SHA 06f83f1View commit details
Commits on Aug 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 89a9c63 - Browse repository at this point
Copy the full SHA 89a9c63View commit details -
Configuration menu - View commit details
-
Copy full SHA for e03ae0f - Browse repository at this point
Copy the full SHA e03ae0fView commit details