-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes MAT-1151 flag=none test plan - Login to canvas and grab token for RCS session - Make API call to /api/announcements - Use something for search_term that would cause URI error, like 80% > Verify search results are as expected, no error returned Change-Id: Ia97d30dc67bb400bc6ace4a6ac7054c3e28b05c0 Reviewed-on: https://gerrit.instructure.com/c/canvas-rce-api/+/309209 Tested-by: Service Cloud Jenkins <[email protected]> Reviewed-by: Deyvison Penha <[email protected]> QA-Review: Deyvison Penha <[email protected]> Product-Review: Allison Howell <[email protected]>
- Loading branch information
1 parent
0a8a30e
commit 9b7c82a
Showing
4 changed files
with
36 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,37 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [1.24] | ||
|
||
Fix malformed URI error for search | ||
|
||
## [1.23] | ||
|
||
Response for files list includes file category | ||
|
||
## [1.21] | ||
|
||
Rename Buttons & Icon text to Icon Maker | ||
|
||
## [1.20] | ||
|
||
### Added | ||
|
||
- Responses from the documents API now include the file's media_entry_id. This ID corresponds to a Canvas MediaObject. | ||
- The files API now accepts query params that communicate to Canvas the "replaced by" chain context | ||
|
||
## [1.19] | ||
|
||
### Added | ||
|
||
- A changelog to make changes more clear | ||
|
||
### Changed | ||
- The canvas-rce-api Docker image now uses Node 16 and NPM 8 | ||
|
||
- The canvas-rce-api Docker image now uses Node 16 and NPM 8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters