Skip to content
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

Transition to API version 0.0.4 #6944

Merged
merged 22 commits into from
Oct 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
c647baf
[API] Add getProjectID to candidatesrow model
spell00 Sep 1, 2020
ee86f35
[API] Adding UserProjectMatch to candidates endpoint
spell00 Sep 1, 2020
fb96496
[API] Candidates are now filtered by allowed project ids
spell00 Sep 1, 2020
a10ae36
initial commit of transition to api v0.0.4
spell00 Sep 1, 2020
72ee8e8
initial commit of transition to api v0.0.4
spell00 Sep 1, 2020
3293105
[API] changes version in new spec document and removes other errors
spell00 Sep 1, 2020
eb2020d
[API] correct travis errors
spell00 Sep 1, 2020
caaa771
[API] adds v0.0.4 in the supported versions of the /candidate dicom e…
spell00 Sep 1, 2020
06452c8
[API] Removed version allowed in candidate visit added by mistake
spell00 Sep 4, 2020
8d80df6
Remove new newlines at end of files
spell00 Sep 16, 2020
a2bb672
Remove new newlines at end of files
spell00 Sep 16, 2020
e4e5061
Announce of the new version of the API in CHANGELOG.md
spell00 Sep 18, 2020
da77b59
Repairs errors introduced by mistake during rebase
spell00 Sep 18, 2020
3a53e8b
Restore a line remove by mistake
spell00 Sep 18, 2020
3dc3d7d
Changes v0.0.4 to v0.0.4-dev
spell00 Oct 6, 2020
5302c0c
New version v0.0.4-dev in CHANGELOG.md
spell00 Oct 6, 2020
1323272
2020-09-01-NewApiVersion_0.0.4
spell00 Oct 6, 2020
62fa4c9
The visit endpoint is modified for investigation and problem with cre…
spell00 Oct 7, 2020
7cfc1df
Remove API v0.0.2 from supported versions
spell00 Oct 20, 2020
a72735a
Remove test for wrong PR
spell00 Oct 20, 2020
dd37eb7
Removed the line saying "Removed 0.0.2 since session requires a proje…
spell00 Oct 20, 2020
d461679
Chaning the name of API doc LorisRESTAPI_v0.0.3.md to LorisRESTAPI.md
spell00 Oct 20, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ requesting a new account and will be displayed in the User Accounts module (PR #
### Modules
#### Issue Tracker
- Readability of comments and history was improved. (PR #6138)
#### API
- Creation of a new version of the API under development (v0.0.4-dev) (PR #6944)
- Deletion of support for the oldest version of the API (v0.0.2) (PR #6844)
#### Candidate Parameters
- Consents may now be grouped in UI of consent tab (PR #6042, PR #6044)
### Clean Up
Expand Down Expand Up @@ -120,4 +123,4 @@ be used by projects having custom modules not in LORIS. (PR #5913)
- The tool `phpstan` has been added to our automated test suite. (PR #4928)
- Config files for static analysis have been moved to the `test/` directory. (PR #5871)
- Dashboard was refactored to turn panels into module widgets. (PR #5896)
- Add CSSGrid component type (PR #6090)
- Add CSSGrid component type (PR #6090)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see why this is highlighted as a change, it looks like both lines are exactly the same

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know what changed but copy-pasting the line seems to propose a change.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's impossible to commit the suggestion though, it says this suggestion is invalid because no changes were made to the code

Loading