Skip to content

v2.1.0#34

Merged
Bhupesh-V merged 7 commits intomasterfrom
dev
Jan 22, 2020
Merged

v2.1.0#34
Bhupesh-V merged 7 commits intomasterfrom
dev

Conversation

@Bhupesh-V
Copy link
Copy Markdown
Contributor

v2.1.0

Added

  • Custom Input can now be provided for judging programs.
  • E-mail API.
  • Swagger Docs at /api.
  • Token Authentication.

Removed

  • Old documentation end-point /api-docs.

- Custom Input can now be provided for judging programs.
- Wrote JudgeSerializer
- minor adjustments
- Possibe Fix #10
- API for Website Feedback
- official API Docs at /api
- wrote PlagiarismSerializer
- update dependencies
- Add Token Auth
- removed old docs
- remove requires.io badge
- improved email api
@pep8speaks
Copy link
Copy Markdown

pep8speaks commented Jan 22, 2020

Hello @Bhupesh-V! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 20:80: E501 line too long (96 > 79 characters)
Line 37:80: E501 line too long (88 > 79 characters)
Line 76:80: E501 line too long (89 > 79 characters)

Line 232:80: E501 line too long (82 > 79 characters)
Line 324:80: E501 line too long (87 > 79 characters)

Line 18:80: E501 line too long (83 > 79 characters)

Comment last updated at 2020-01-22 08:07:00 UTC

@ghost
Copy link
Copy Markdown

ghost commented Jan 22, 2020

DeepCode's analysis on #cb5025 found:

  • 0 critical issues. ⚠️ 0 warnings and 1 minor issue. ✔️ 2 issues were fixed.

💬 This comment has been generated by the DeepCode bot, installed by the owner of the repository. The DeepCode bot protects your repository by detecting and commenting on security vulnerabilities or other critical issues.


☺️ If you want to provide feedback on our bot, here is how to contact us.

@codecov
Copy link
Copy Markdown

codecov bot commented Jan 22, 2020

Codecov Report

Merging #34 into master will decrease coverage by 3.6%.
The diff coverage is 49.35%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #34      +/-   ##
==========================================
- Coverage    65.8%   62.19%   -3.61%     
==========================================
  Files          20       21       +1     
  Lines         500      619     +119     
==========================================
+ Hits          329      385      +56     
- Misses        171      234      +63
Impacted Files Coverage Δ
app/urls.py 100% <ø> (ø) ⬆️
codeclassroom/urls.py 88.88% <ø> (ø) ⬆️
api/urls.py 100% <100%> (ø) ⬆️
app/serializers.py 90.62% <100%> (+2.31%) ⬆️
utilities/codesim.py 29.41% <100%> (ø) ⬆️
utilities/email.py 18.91% <18.91%> (ø)
utilities/judge.py 14.81% <22.22%> (-1.19%) ⬇️
codeclassroom/settings.py 82.85% <45.45%> (-17.15%) ⬇️
api/views.py 55.67% <50%> (-3.12%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e31e6ca...cb50259. Read the comment docs.

@lgtm-com
Copy link
Copy Markdown

lgtm-com bot commented Jan 22, 2020

This pull request introduces 1 alert and fixes 1 when merging c824621 into e31e6ca - view on LGTM.com

new alerts:

  • 1 for Unused import

fixed alerts:

  • 1 for Unused import

- update FROM_EMAIL
- linting fixes
@Bhupesh-V Bhupesh-V merged commit e412315 into master Jan 22, 2020
@Bhupesh-V Bhupesh-V deleted the dev branch January 22, 2020 08:10
@lgtm-com
Copy link
Copy Markdown

lgtm-com bot commented Jan 22, 2020

This pull request fixes 1 alert when merging cb50259 into e31e6ca - view on LGTM.com

fixed alerts:

  • 1 for Unused import

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants