-
Notifications
You must be signed in to change notification settings - Fork 2
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
Bump django from 3.2.13 to 3.2.15 in /backend #296
Merged
Merged
Conversation
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
Bumps [django](https://github.com/django/django) from 3.2.13 to 3.2.15. - [Release notes](https://github.com/django/django/releases) - [Commits](django/django@3.2.13...3.2.15) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
JeronimoMendes
approved these changes
Oct 19, 2022
JeronimoMendes
added a commit
that referenced
this pull request
Nov 1, 2022
* Add resolution field to question (#243) * Add resolution field * Add resolution field to serializer * Adapt endpoint * Add resolution to submission page * Remove print * Add resource system (#251) * Create `Resource` model * Create `Resource` serializer * Create POST endpoint * Add DELETE endpoint * Add permission class * Fix overall windows unresponsiveness (#253) * Added some Font responsiveness to the Landing page * Deleted redudant information * Created Responsive Functions * Altered the Navbar and LandingPage margin structure * Revisioned Margin structure of Navbar * Restructured HomePage Icons Dims * Made settings page height responsive * Finalise Settings page restructure * Finalised Login page Restructuring * Regsiter Page responsiveness restructuring * Made Final Adjustements * Readjust the max fontsize of the homebuttons * Made Font size more reposnive in Exams * Fixed the maxWidth parameter to correct unaligned arrows in ExamPage * Implement questions report system (#252) * Report model created * Report model created (maybe functional) * Noob mistakes solved * Fix some errors * Acess blocked for non-admins Non-admins can't access nor delete reports, only create them * Small changes * Removed unused import * Bump django from 3.2.13 to 3.2.14 in /backend (#256) Bumps [django](https://github.com/django/django) from 3.2.13 to 3.2.14. - [Release notes](https://github.com/django/django/releases) - [Commits](django/django@3.2.13...3.2.14) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump pillow from 9.1.0 to 9.1.1 in /backend (#231) Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.1.0 to 9.1.1. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@9.1.0...9.1.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump terser from 5.13.1 to 5.14.2 in /frontend (#257) Bumps [terser](https://github.com/terser/terser) from 5.13.1 to 5.14.2. - [Release notes](https://github.com/terser/terser/releases) - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/commits) --- updated-dependencies: - dependency-name: terser dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump django from 3.2.13 to 3.2.15 in /backend (#270) * Add issue templates * Bump django from 3.2.13 to 3.2.15 in /backend Bumps [django](https://github.com/django/django) from 3.2.13 to 3.2.15. - [Release notes](https://github.com/django/django/releases) - [Commits](django/django@3.2.13...3.2.15) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Jerónimo Mendes <39437433+JeronimoMendes@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Add Makefile (#273) * Add issue templates * Update lint.yml * Add Makefile * Add Reports Page (#269) * Initial Enabling of ReportsPage * Changes made to the initial example * GetReports Backend initialised * Removal of console log * Default Collumn widths * Added Expanded Information per Report, made a Component for each report in the table * Serialized Foreign Key retrieving only one of the properties * Added Delete Icon * Delete Report Backend Added * Fixed Number Comparison * Added Erro Type Filtering * Added all filtering functionality * Styles the Dropdown according to new MUI5 Documentatio, simplification of style overrides * Enable hrefs to question page * Change table data display * Made only those with body show expandable icon * Separeted the ReportTable Component into 2 tider components * Created a button to alert what Question has more reports * Fixed Select in GenExamPage * Fixed Select in LeaderBoardPage * Added Corrections Co-authored-by: Jerónimo Mendes <jeronimo.m.mendes@gmail.com> * Implement question page (#271) * Enable Question page * Add grid layout * Create new box component * Fetch Question * Add information panel * Add resolution box * Add resources panel * Create math block component * Added Basic Structure for Comment Section, css missing * Finnished Comment Section * Finished Reply Area * Make delete only a option for mods or authors * Fixing wrong Mod User expression * Responsive Fonts added with new Hooks * Made Chat and Comment Components, for factorization * Change Comment POST body * Deleted has_upvoted and has_downvoted * Pass context * Add user serializer to comment serializer * Fix typo * Connect to backend * Update on comment deletion * Update comments on comment submission * Fix typo * Fixed Horizontal Overflow due to navbar * Made TextField reset after submission * Added prop to question so that it can be unresponsive when it is not necessary * Fixed Grid Structure inconsistencies * Report Button Added * Generic Structure of the Dialog is set * Added Submission And Form * Selected Report Type CSS * Connected With Backend * Verifications and Notifications added * Fixed Verifications inconsistencies, tidier code * Small changes to responsiveness * Made the Textfield smaller and Submit button's size static * Fixed Missing Box and Missing Question ID * Enable hrefs to question page * Added Profanity control * Asked Improvements * Allow for date to be shown in each comment * Address review comments * Added Sorting capabilities to the questionArray * Transfered the Sorting functionalities to the question page * Changed the Styling of the Branch to MUIv5 * Changed Box Styling * Fixed Visual Bug in Styling of Comments * Reduced Redunduncies and made the requested changes * Reduced More styling Redundancies and added responsive Icons * Added more responsive icons * Removed Sneaky Console Logs from previous PR * Fixed ESlint bug * Missing Bracket from Commit Merge * Fix eslint * Fix code style issues with Prettier Co-authored-by: Miguel Dinis de Sousa <miguel.dinis.s@tecnico.ulisboa.pt> Co-authored-by: Miguel Dinis <80652363+LordOfTheNeverThere@users.noreply.github.com> Co-authored-by: Lint Action <lint-action@samuelmeuli.com> * Fix node modules problem * Read env variables from .env file * Fix App.js and Navbar Unresponsiveness (#280) * Made Navbar minimally responsive for Mobile * Fixed Homepage Bug (Uncontrolled Width) added Box Component * Disabled Margins near root * Finding a workaround for the absence of global margins * Added Mobile Viewport restriction * making HomePage tidier and more responsive * More responsive changes * Missing Swipeble Drawer Functionality added * Made Swipeble Drawer occur in Mobile while no user is logged in * Added Detective SVG to the Drawer * Made changes to the Drawers text along with two new components to systematize our UI * Adjust AboutPage to 0 margin * Add min to heigfht of logo on the drawer * Converted About Page to MUIv5 styling * Added few new typography components and made some alterations to the previous ones * Used the new Components on the AboutPage tiding up styling also * Fixed Some Typography inconsistencies added padding * Finished AboutUs Restyling and Responsiveness * Made Navbar minimally responsive for Mobile * Fixed Homepage Bug (Uncontrolled Width) added Box Component * Disabled Margins near root * Finding a workaround for the absence of global margins * Added Mobile Viewport restriction * making HomePage tidier and more responsive * More responsive changes * Missing Swipeble Drawer Functionality added * Made Swipeble Drawer occur in Mobile while no user is logged in * Added Detective SVG to the Drawer * Made changes to the Drawers text along with two new components to systematize our UI * Adjust AboutPage to 0 margin * Add min to heigfht of logo on the drawer * Converted About Page to MUIv5 styling * Added few new typography components and made some alterations to the previous ones * Used the new Components on the AboutPage tiding up styling also * Fixed Some Typography inconsistencies added padding * Finished AboutUs Restyling and Responsiveness * Conflicts Collateral Damage solved * Reports Page No margin correction * Question Page no Margin Correction * Added the systematic typographies to question page * Correct Margin in Results Page * Correct Exam Page Margin * Renable Mobile Warning Page Functionality * Correct Margin Exam Page * Correct Leaderboard margin * Correct Margin Gen Exam Page * Correct Margins Landing Page * Fix import typo * Add default email backend * Bump oauthlib from 3.1.1 to 3.2.1 in /backend (#287) Bumps [oauthlib](https://github.com/oauthlib/oauthlib) from 3.1.1 to 3.2.1. - [Release notes](https://github.com/oauthlib/oauthlib/releases) - [Changelog](https://github.com/oauthlib/oauthlib/blob/master/CHANGELOG.rst) - [Commits](oauthlib/oauthlib@v3.1.1...v3.2.1) --- updated-dependencies: - dependency-name: oauthlib dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Deprecate `django.conf.urls.url` and remove unused urls (#288) * Deprecation solved * Unused urls removed * Bump django from 3.2.13 to 3.2.15 in /backend (#296) Bumps [django](https://github.com/django/django) from 3.2.13 to 3.2.15. - [Release notes](https://github.com/django/django/releases) - [Commits](django/django@3.2.13...3.2.15) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix allowed hosts (#299) * Fix settings to allow list of allowed hosts * Update .env.example * Bump version Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Miguel Dinis <80652363+LordOfTheNeverThere@users.noreply.github.com> Co-authored-by: afonsofsdomingues <92863313+afonsofsdomingues@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Miguel Dinis de Sousa <miguel.dinis.s@tecnico.ulisboa.pt> Co-authored-by: Lint Action <lint-action@samuelmeuli.com> Co-authored-by: pearsettings44 <jose.a.pereira03@gmail.com>
JeronimoMendes
added a commit
that referenced
this pull request
Nov 1, 2022
* Add resolution field to question (#243) * Add resolution field * Add resolution field to serializer * Adapt endpoint * Add resolution to submission page * Remove print * Add resource system (#251) * Create `Resource` model * Create `Resource` serializer * Create POST endpoint * Add DELETE endpoint * Add permission class * Fix overall windows unresponsiveness (#253) * Added some Font responsiveness to the Landing page * Deleted redudant information * Created Responsive Functions * Altered the Navbar and LandingPage margin structure * Revisioned Margin structure of Navbar * Restructured HomePage Icons Dims * Made settings page height responsive * Finalise Settings page restructure * Finalised Login page Restructuring * Regsiter Page responsiveness restructuring * Made Final Adjustements * Readjust the max fontsize of the homebuttons * Made Font size more reposnive in Exams * Fixed the maxWidth parameter to correct unaligned arrows in ExamPage * Implement questions report system (#252) * Report model created * Report model created (maybe functional) * Noob mistakes solved * Fix some errors * Acess blocked for non-admins Non-admins can't access nor delete reports, only create them * Small changes * Removed unused import * Bump django from 3.2.13 to 3.2.14 in /backend (#256) Bumps [django](https://github.com/django/django) from 3.2.13 to 3.2.14. - [Release notes](https://github.com/django/django/releases) - [Commits](django/django@3.2.13...3.2.14) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump pillow from 9.1.0 to 9.1.1 in /backend (#231) Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.1.0 to 9.1.1. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@9.1.0...9.1.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump terser from 5.13.1 to 5.14.2 in /frontend (#257) Bumps [terser](https://github.com/terser/terser) from 5.13.1 to 5.14.2. - [Release notes](https://github.com/terser/terser/releases) - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/commits) --- updated-dependencies: - dependency-name: terser dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump django from 3.2.13 to 3.2.15 in /backend (#270) * Add issue templates * Bump django from 3.2.13 to 3.2.15 in /backend Bumps [django](https://github.com/django/django) from 3.2.13 to 3.2.15. - [Release notes](https://github.com/django/django/releases) - [Commits](django/django@3.2.13...3.2.15) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Jerónimo Mendes <39437433+JeronimoMendes@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Add Makefile (#273) * Add issue templates * Update lint.yml * Add Makefile * Add Reports Page (#269) * Initial Enabling of ReportsPage * Changes made to the initial example * GetReports Backend initialised * Removal of console log * Default Collumn widths * Added Expanded Information per Report, made a Component for each report in the table * Serialized Foreign Key retrieving only one of the properties * Added Delete Icon * Delete Report Backend Added * Fixed Number Comparison * Added Erro Type Filtering * Added all filtering functionality * Styles the Dropdown according to new MUI5 Documentatio, simplification of style overrides * Enable hrefs to question page * Change table data display * Made only those with body show expandable icon * Separeted the ReportTable Component into 2 tider components * Created a button to alert what Question has more reports * Fixed Select in GenExamPage * Fixed Select in LeaderBoardPage * Added Corrections Co-authored-by: Jerónimo Mendes <jeronimo.m.mendes@gmail.com> * Implement question page (#271) * Enable Question page * Add grid layout * Create new box component * Fetch Question * Add information panel * Add resolution box * Add resources panel * Create math block component * Added Basic Structure for Comment Section, css missing * Finnished Comment Section * Finished Reply Area * Make delete only a option for mods or authors * Fixing wrong Mod User expression * Responsive Fonts added with new Hooks * Made Chat and Comment Components, for factorization * Change Comment POST body * Deleted has_upvoted and has_downvoted * Pass context * Add user serializer to comment serializer * Fix typo * Connect to backend * Update on comment deletion * Update comments on comment submission * Fix typo * Fixed Horizontal Overflow due to navbar * Made TextField reset after submission * Added prop to question so that it can be unresponsive when it is not necessary * Fixed Grid Structure inconsistencies * Report Button Added * Generic Structure of the Dialog is set * Added Submission And Form * Selected Report Type CSS * Connected With Backend * Verifications and Notifications added * Fixed Verifications inconsistencies, tidier code * Small changes to responsiveness * Made the Textfield smaller and Submit button's size static * Fixed Missing Box and Missing Question ID * Enable hrefs to question page * Added Profanity control * Asked Improvements * Allow for date to be shown in each comment * Address review comments * Added Sorting capabilities to the questionArray * Transfered the Sorting functionalities to the question page * Changed the Styling of the Branch to MUIv5 * Changed Box Styling * Fixed Visual Bug in Styling of Comments * Reduced Redunduncies and made the requested changes * Reduced More styling Redundancies and added responsive Icons * Added more responsive icons * Removed Sneaky Console Logs from previous PR * Fixed ESlint bug * Missing Bracket from Commit Merge * Fix eslint * Fix code style issues with Prettier Co-authored-by: Miguel Dinis de Sousa <miguel.dinis.s@tecnico.ulisboa.pt> Co-authored-by: Miguel Dinis <80652363+LordOfTheNeverThere@users.noreply.github.com> Co-authored-by: Lint Action <lint-action@samuelmeuli.com> * Fix node modules problem * Read env variables from .env file * Fix App.js and Navbar Unresponsiveness (#280) * Made Navbar minimally responsive for Mobile * Fixed Homepage Bug (Uncontrolled Width) added Box Component * Disabled Margins near root * Finding a workaround for the absence of global margins * Added Mobile Viewport restriction * making HomePage tidier and more responsive * More responsive changes * Missing Swipeble Drawer Functionality added * Made Swipeble Drawer occur in Mobile while no user is logged in * Added Detective SVG to the Drawer * Made changes to the Drawers text along with two new components to systematize our UI * Adjust AboutPage to 0 margin * Add min to heigfht of logo on the drawer * Converted About Page to MUIv5 styling * Added few new typography components and made some alterations to the previous ones * Used the new Components on the AboutPage tiding up styling also * Fixed Some Typography inconsistencies added padding * Finished AboutUs Restyling and Responsiveness * Made Navbar minimally responsive for Mobile * Fixed Homepage Bug (Uncontrolled Width) added Box Component * Disabled Margins near root * Finding a workaround for the absence of global margins * Added Mobile Viewport restriction * making HomePage tidier and more responsive * More responsive changes * Missing Swipeble Drawer Functionality added * Made Swipeble Drawer occur in Mobile while no user is logged in * Added Detective SVG to the Drawer * Made changes to the Drawers text along with two new components to systematize our UI * Adjust AboutPage to 0 margin * Add min to heigfht of logo on the drawer * Converted About Page to MUIv5 styling * Added few new typography components and made some alterations to the previous ones * Used the new Components on the AboutPage tiding up styling also * Fixed Some Typography inconsistencies added padding * Finished AboutUs Restyling and Responsiveness * Conflicts Collateral Damage solved * Reports Page No margin correction * Question Page no Margin Correction * Added the systematic typographies to question page * Correct Margin in Results Page * Correct Exam Page Margin * Renable Mobile Warning Page Functionality * Correct Margin Exam Page * Correct Leaderboard margin * Correct Margin Gen Exam Page * Correct Margins Landing Page * Fix import typo * Add default email backend * Bump oauthlib from 3.1.1 to 3.2.1 in /backend (#287) Bumps [oauthlib](https://github.com/oauthlib/oauthlib) from 3.1.1 to 3.2.1. - [Release notes](https://github.com/oauthlib/oauthlib/releases) - [Changelog](https://github.com/oauthlib/oauthlib/blob/master/CHANGELOG.rst) - [Commits](oauthlib/oauthlib@v3.1.1...v3.2.1) --- updated-dependencies: - dependency-name: oauthlib dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Deprecate `django.conf.urls.url` and remove unused urls (#288) * Deprecation solved * Unused urls removed * Bump django from 3.2.13 to 3.2.15 in /backend (#296) Bumps [django](https://github.com/django/django) from 3.2.13 to 3.2.15. - [Release notes](https://github.com/django/django/releases) - [Commits](django/django@3.2.13...3.2.15) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix allowed hosts (#299) * Fix settings to allow list of allowed hosts * Update .env.example * Bump version * Fix python version Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Miguel Dinis <80652363+LordOfTheNeverThere@users.noreply.github.com> Co-authored-by: afonsofsdomingues <92863313+afonsofsdomingues@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Miguel Dinis de Sousa <miguel.dinis.s@tecnico.ulisboa.pt> Co-authored-by: Lint Action <lint-action@samuelmeuli.com> Co-authored-by: pearsettings44 <jose.a.pereira03@gmail.com>
afonsofsdomingues
added a commit
that referenced
this pull request
Nov 15, 2022
commit 62dedf4 Author: Jerónimo Mendes <39437433+JeronimoMendes@users.noreply.github.com> Date: Sun Nov 13 14:49:32 2022 +0000 Create achievements system (#298) * Setup testing * Setup factories * Remove restart from frontend and redis container * Disable required fields * Change fields to not be required * Add commands to start celery * Add commands to restart celery * Add default image to achievements * Create achievements classes * Change str representation of Achievement * Create tasks to apply exam achievemetns * Fix syntax * Create achievement for number of correct answers * Fix sintax * Fix Python version * Setup testing and fix version conflicts * Update pytest.ini * Create test-backend.yml (#297) * Update test-backend.yml * Update test-backend.yml * Update test-backend.yml * Update test-backend.yml * Change factories file location * Add more tests and add documentation * Remove log * Test number of exams achievement * Test number of correct answers commit f14e1af Author: Jerónimo Mendes <jeronimo.m.mendes@gmail.com> Date: Tue Nov 1 02:30:51 2022 +0000 Bump version commit a43b997 Author: Jerónimo Mendes <39437433+JeronimoMendes@users.noreply.github.com> Date: Tue Nov 1 02:20:35 2022 +0000 Fix allowed hosts (#299) * Fix settings to allow list of allowed hosts * Update .env.example commit 86ea057 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed Oct 19 22:50:42 2022 +0100 Bump django from 3.2.13 to 3.2.15 in /backend (#296) Bumps [django](https://github.com/django/django) from 3.2.13 to 3.2.15. - [Release notes](https://github.com/django/django/releases) - [Commits](django/django@3.2.13...3.2.15) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
afonsofsdomingues
added a commit
that referenced
this pull request
Nov 15, 2022
commit 16df119 Merge: 2c883cc f14e1af Author: Jerónimo Mendes <jeronimo.m.mendes@gmail.com> Date: Sun Nov 13 14:50:11 2022 +0000 Merge remote-tracking branch 'origin/develop' into create-questions-groups commit f14e1af Author: Jerónimo Mendes <jeronimo.m.mendes@gmail.com> Date: Tue Nov 1 02:30:51 2022 +0000 Bump version commit a43b997 Author: Jerónimo Mendes <39437433+JeronimoMendes@users.noreply.github.com> Date: Tue Nov 1 02:20:35 2022 +0000 Fix allowed hosts (#299) * Fix settings to allow list of allowed hosts * Update .env.example commit 2c883cc Author: Jerónimo Mendes <jeronimo.m.mendes@gmail.com> Date: Sun Oct 23 00:43:04 2022 +0100 Refactor Question post endpoint commit 431b82b Author: Jerónimo Mendes <jeronimo.m.mendes@gmail.com> Date: Sun Oct 23 00:28:01 2022 +0100 Create fetch and create serializers commit ee3bdba Author: Jerónimo Mendes <jeronimo.m.mendes@gmail.com> Date: Sun Oct 23 00:27:12 2022 +0100 Add groups to urls commit b179e39 Author: Jerónimo Mendes <jeronimo.m.mendes@gmail.com> Date: Sun Oct 23 00:26:51 2022 +0100 Add QuestionGroups to admin commit 6ab2c08 Author: Jerónimo Mendes <jeronimo.m.mendes@gmail.com> Date: Sat Oct 22 09:30:21 2022 +0100 Something commit 86ea057 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed Oct 19 22:50:42 2022 +0100 Bump django from 3.2.13 to 3.2.15 in /backend (#296) Bumps [django](https://github.com/django/django) from 3.2.13 to 3.2.15. - [Release notes](https://github.com/django/django/releases) - [Commits](django/django@3.2.13...3.2.15) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit bb14239 Author: Jerónimo Mendes <jeronimo.m.mendes@gmail.com> Date: Thu Sep 15 17:36:40 2022 +0100 Create `Group` model commit ed9b43c Author: Jerónimo Mendes <jeronimo.m.mendes@gmail.com> Date: Thu Sep 15 17:00:23 2022 +0100 Setup factories commit cc97bb6 Author: Jerónimo Mendes <jeronimo.m.mendes@gmail.com> Date: Wed Sep 14 20:51:05 2022 +0100 Setup testing
afonsofsdomingues
added a commit
that referenced
this pull request
Nov 26, 2022
commit 0df6e1d Author: Jerónimo Mendes <jeronimo.m.mendes@gmail.com> Date: Tue Nov 22 00:47:11 2022 +0000 Move exam creation logic to serializer commit 575fab7 Author: Jerónimo Mendes <jeronimo.m.mendes@gmail.com> Date: Tue Nov 22 00:31:00 2022 +0000 Add Exam tests commit f9e41ee Author: Jerónimo Mendes <jeronimo.m.mendes@gmail.com> Date: Mon Nov 21 00:25:56 2022 +0000 Add more Question tests and fix permission bug commit 4ebf776 Author: Jerónimo Mendes <jeronimo.m.mendes@gmail.com> Date: Mon Nov 21 00:13:28 2022 +0000 Add more Question tests commit bbaf406 Author: Jerónimo Mendes <jeronimo.m.mendes@gmail.com> Date: Sun Nov 20 19:31:51 2022 +0000 Fix achievements test commit 8e70ec0 Author: afonsofsdomingues <afonso.silva.domingues@tecnico.ulisboa.pt> Date: Sun Nov 20 19:08:43 2022 +0000 Correct test question and question models commit 6c85671 Author: Jerónimo Mendes <jeronimo.m.mendes@gmail.com> Date: Sun Nov 20 17:46:30 2022 +0000 Add db shell command commit 2e36d10 Author: Jerónimo Mendes <jeronimo.m.mendes@gmail.com> Date: Sat Nov 19 23:12:31 2022 +0000 Change Makefile commit e87127a Author: Jerónimo Mendes <jeronimo.m.mendes@gmail.com> Date: Sat Nov 19 19:30:08 2022 +0000 Remove debug logs commit ae47de8 Merge: f11f65c 62dedf4 Author: Jerónimo Mendes <jeronimo.m.mendes@gmail.com> Date: Sat Nov 19 19:29:15 2022 +0000 Fix tests commit f11f65c Author: afonsofsdomingues <afonso.silva.domingues@tecnico.ulisboa.pt> Date: Fri Nov 18 16:11:33 2022 +0000 QuestionGroup model corrections and fill in the blank creation test elaboration commit 8cc1fba Author: Jerónimo Mendes <39437433+JeronimoMendes@users.noreply.github.com> Date: Wed Nov 16 00:08:52 2022 +0000 Update test-backend.yml commit c9c83c6 Author: Jerónimo Mendes <39437433+JeronimoMendes@users.noreply.github.com> Date: Wed Nov 16 00:05:00 2022 +0000 Update test-backend.yml commit b8fb16b Author: afonsofsdomingues <afonso.silva.domingues@tecnico.ulisboa.pt> Date: Tue Nov 15 23:34:04 2022 +0000 Squashed commit of the following: commit 16df119 Merge: 2c883cc f14e1af Author: Jerónimo Mendes <jeronimo.m.mendes@gmail.com> Date: Sun Nov 13 14:50:11 2022 +0000 Merge remote-tracking branch 'origin/develop' into create-questions-groups commit f14e1af Author: Jerónimo Mendes <jeronimo.m.mendes@gmail.com> Date: Tue Nov 1 02:30:51 2022 +0000 Bump version commit a43b997 Author: Jerónimo Mendes <39437433+JeronimoMendes@users.noreply.github.com> Date: Tue Nov 1 02:20:35 2022 +0000 Fix allowed hosts (#299) * Fix settings to allow list of allowed hosts * Update .env.example commit 2c883cc Author: Jerónimo Mendes <jeronimo.m.mendes@gmail.com> Date: Sun Oct 23 00:43:04 2022 +0100 Refactor Question post endpoint commit 431b82b Author: Jerónimo Mendes <jeronimo.m.mendes@gmail.com> Date: Sun Oct 23 00:28:01 2022 +0100 Create fetch and create serializers commit ee3bdba Author: Jerónimo Mendes <jeronimo.m.mendes@gmail.com> Date: Sun Oct 23 00:27:12 2022 +0100 Add groups to urls commit b179e39 Author: Jerónimo Mendes <jeronimo.m.mendes@gmail.com> Date: Sun Oct 23 00:26:51 2022 +0100 Add QuestionGroups to admin commit 6ab2c08 Author: Jerónimo Mendes <jeronimo.m.mendes@gmail.com> Date: Sat Oct 22 09:30:21 2022 +0100 Something commit 86ea057 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed Oct 19 22:50:42 2022 +0100 Bump django from 3.2.13 to 3.2.15 in /backend (#296) Bumps [django](https://github.com/django/django) from 3.2.13 to 3.2.15. - [Release notes](https://github.com/django/django/releases) - [Commits](django/django@3.2.13...3.2.15) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit bb14239 Author: Jerónimo Mendes <jeronimo.m.mendes@gmail.com> Date: Thu Sep 15 17:36:40 2022 +0100 Create `Group` model commit ed9b43c Author: Jerónimo Mendes <jeronimo.m.mendes@gmail.com> Date: Thu Sep 15 17:00:23 2022 +0100 Setup factories commit cc97bb6 Author: Jerónimo Mendes <jeronimo.m.mendes@gmail.com> Date: Wed Sep 14 20:51:05 2022 +0100 Setup testing commit 25c270c Author: afonsofsdomingues <afonso.silva.domingues@tecnico.ulisboa.pt> Date: Tue Nov 15 23:21:53 2022 +0000 Squashed commit of the following: commit 62dedf4 Author: Jerónimo Mendes <39437433+JeronimoMendes@users.noreply.github.com> Date: Sun Nov 13 14:49:32 2022 +0000 Create achievements system (#298) * Setup testing * Setup factories * Remove restart from frontend and redis container * Disable required fields * Change fields to not be required * Add commands to start celery * Add commands to restart celery * Add default image to achievements * Create achievements classes * Change str representation of Achievement * Create tasks to apply exam achievemetns * Fix syntax * Create achievement for number of correct answers * Fix sintax * Fix Python version * Setup testing and fix version conflicts * Update pytest.ini * Create test-backend.yml (#297) * Update test-backend.yml * Update test-backend.yml * Update test-backend.yml * Update test-backend.yml * Change factories file location * Add more tests and add documentation * Remove log * Test number of exams achievement * Test number of correct answers commit f14e1af Author: Jerónimo Mendes <jeronimo.m.mendes@gmail.com> Date: Tue Nov 1 02:30:51 2022 +0000 Bump version commit a43b997 Author: Jerónimo Mendes <39437433+JeronimoMendes@users.noreply.github.com> Date: Tue Nov 1 02:20:35 2022 +0000 Fix allowed hosts (#299) * Fix settings to allow list of allowed hosts * Update .env.example commit 86ea057 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed Oct 19 22:50:42 2022 +0100 Bump django from 3.2.13 to 3.2.15 in /backend (#296) Bumps [django](https://github.com/django/django) from 3.2.13 to 3.2.15. - [Release notes](https://github.com/django/django/releases) - [Commits](django/django@3.2.13...3.2.15) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit daebafb Author: afonsofsdomingues <afonso.silva.domingues@tecnico.ulisboa.pt> Date: Tue Nov 15 23:21:19 2022 +0000 QuestionGroup Serializing done during question creation commit ec3b262 Author: afonsofsdomingues <afonso.silva.domingues@tecnico.ulisboa.pt> Date: Mon Nov 14 22:43:18 2022 +0000 QuestionGroup created commit 83d330a Author: afonsofsdomingues <afonso.silva.domingues@tecnico.ulisboa.pt> Date: Sat Nov 12 01:03:06 2022 +0000 Admin page changes and view bugs corrected commit 28689d7 Author: afonsofsdomingues <afonso.silva.domingues@tecnico.ulisboa.pt> Date: Fri Nov 11 23:44:09 2022 +0000 Urls and admin site added commit b63c7c4 Author: afonsofsdomingues <afonso.silva.domingues@tecnico.ulisboa.pt> Date: Fri Nov 11 00:03:56 2022 +0000 Methods placed incorrectly fixed commit 75941b5 Author: afonsofsdomingues <afonso.silva.domingues@tecnico.ulisboa.pt> Date: Thu Nov 10 23:56:04 2022 +0000 Small refactoring changes, Models, Views and Serializers
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
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.
Bumps django from 3.2.13 to 3.2.15.
Commits
653a7bd
[3.2.x] Bumped version for 3.2.15 release.b3e4494
[3.2.x] Fixed CVE-2022-36359 -- Escaped filename in Content-Disposition header.cb7fbac
[3.2.x] Fixed collation tests on MySQL 8.0.30+.840d009
[3.2.x] Fixed inspectdb and schema tests on MariaDB 10.6+.a5eba20
Adjusted release notes for 3.2.15.ad104fb
[3.2.x] Added stub release notes for 3.2.15 release.22916c8
[3.2.x] Fixed RelatedGeoModelTest.test08_defer_only() on MySQL 8+ with MyISAM...e1cfbe5
[3.2.x] Added CVE-2022-34265 to security archive.605cf0d
[3.2.x] Post-release version bump.746e88c
[3.2.x] Bumped version for 3.2.14 release.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.