-
Notifications
You must be signed in to change notification settings - Fork 76
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
Api improvements #373
Open
matihope
wants to merge
36
commits into
sio2project:master
Choose a base branch
from
matihope:api_improvements
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+612
−17
Open
Api improvements #373
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
4c56b19
Add api_issue_md
matihope 1f21272
Add contest_list
matihope 1c63db0
Merge branch 'sio2project:master' into api_improvements
matihope d6e0b02
Round listing might work, not tested yet, cuz gotta go hit the gym
matihope 87583eb
Add round_list, problem_list
matihope 42929bb
Improve problem_list
matihope a852fa9
Add problem statement extension to api response
matihope 28c1c3e
Do not show invisible problems
matihope 7699811
Fix None extension in GetContestProblems
fmkra cf35bc7
Rename statement_ext to statement_extension
matihope b20d4d2
Merge with remote
matihope 4a84e6e
Prepare for initial PR without tests
matihope 3069447
Rm a redundant file
matihope cb08e99
Add rate limiting
matihope d18af57
Start writing tests
matihope 374ed9c
Merge branch 'master' of github.com:matihope/oioioi
matihope 48cfb4f
Merge branch 'master' into api_improvements
matihope 6db7e0d
Add submission list
matihope e7d8cec
Add stuff
matihope 487baf6
Fix stuff
matihope 2833c98
Better fix stuff
matihope 237a94c
Even better fix stuff
matihope 1c35b78
Fix getProblemSubmission
matihope 20e26f8
Add stuff (like code)
matihope 736f2b7
Update stuff
matihope cc2b53d
Fix stuff
matihope 8255bbf
Rename stuff
matihope 116d207
Add UnsafeApiAllowed permission class
matihope 2e9cd2b
Really add...
matihope b76176d
Rename endpoint: problem_submissions -> problem_submission_list
matihope e525cf0
Update test TODO list
matihope 7623080
Write some tests
matihope bc72119
Finish writing tests for the endpoints
matihope 30f5c3a
Restore contests/tests/tests.py formatting.
matihope 65ea3fe
Fix APIRoundList test
matihope 12a4029
Fix APIRoundList test better
matihope File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove comment + add