From 05606901929650afe1a3d7804af6a11cf828501d Mon Sep 17 00:00:00 2001 From: CDC-IITDH <76999613+CDC-IITDH@users.noreply.github.com> Date: Sun, 24 Oct 2021 21:00:30 +0530 Subject: [PATCH 1/7] Update admin.py --- CDC_Backend/APIs/admin.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CDC_Backend/APIs/admin.py b/CDC_Backend/APIs/admin.py index bc5b427..4c26bd9 100644 --- a/CDC_Backend/APIs/admin.py +++ b/CDC_Backend/APIs/admin.py @@ -3,10 +3,7 @@ from .models import * admin.site.register(User) admin.site.register(Student) -admin.site.register(PR) -admin.site.register(Company) +admin.site.register(Admin) admin.site.register(Placement) -admin.site.register(Internship) admin.site.register(PlacementApplication) -admin.site.register(InternshipApplication) admin.site.register(PrePlacementOffer) From ff94cd71f8975808b08fa98930f0e4f3fcad26fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Oct 2021 15:19:49 +0000 Subject: [PATCH 2/7] Bump google-auth from 2.0.0 to 2.3.0 Bumps [google-auth](https://github.com/googleapis/google-auth-library-python) from 2.0.0 to 2.3.0. - [Release notes](https://github.com/googleapis/google-auth-library-python/releases) - [Changelog](https://github.com/googleapis/google-auth-library-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-auth-library-python/compare/v2.0.0...v2.3.0) --- updated-dependencies: - dependency-name: google-auth dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | Bin 1382 -> 693 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/requirements.txt b/requirements.txt index 505b327c5aef46f285bd72aa4cc82de8f61a6695..32161913f1c07014252a13353d88e25f17cd34a0 100644 GIT binary patch literal 693 zcmYk4OLE&V42Jib(NW0J!*-H|cG>n2kVr|iDS`p1vE{3E(IfQ=1?V=@CEg!?;P=m8 zkQPUF9)@0@bX!-DGNCiW(CK&G*VP2mYBQow!*J4_KC#PEcC+J@rfYTE=y&$5K*nat zX>{|llg%n1ZQ$M0l5}kJ8;8&%!3M+7@JQ}wuF61$5t3CqdGVj6$LAHof=>?ld{OxH*<#AaAl8ZR@FG4ou znPKf6=~l{$0t@2et%5zTvQ{sxoC&;AFPgc8!~|#kA=Wivn4R^kDUX#@56?s4c(qej zk??T{?L{I#fNlowp)?Y0wrPUV3f4ug6FuaaB{fdAU=}Hg>6kDsoj5*9)&VKBFMV0K zSWLB{*}dhm=A~ymybFxk>6TZPwESdCZpzeTzjj`}Oz8?6CEo9(-*i`3$vuR*ErImq zBTy=o{33OgaVuA3jm0{m3yZRkY(sJwzU7x7-`l&fFGsw{cidOUdFZ6w`K9cgAeMu+ I{0VjS2MF%UxBvhE literal 1382 zcmZ{k-Ex~y41{&vnLY}c;3Q3Z(YxOEAuwQS2LlB>j`Q$Izm+(}?o7vX{3mI5wbJ3^ zy|Bp|+uLZh?d&_R2fMRJPHvy=lPNwE?a8S;z9IIN^WgE4jM9ElJ(JU0OTJKqpv=c5 zs|I5RW5-c^WA~h#jGS*m6q}F=GAqYRIEvrj#3zqu*1U z$}BurxQa?+=&S5t8LR~w3)^zUklBfv))AHe#0ecg$S+`TKoy!i3t!ZQ&{8yWw9;P4 zm5V2;Dv-r9@o%^#A5{P3dT;AXs*X00KRcIlr6&Jx_6Ta`Gb!9j{Z1;w?dal`r$TAw zJ~e1fP6ks<>EGV8Gun>b;%seaclqUtZQTKR)q~u+vjtAfXp}DHh$mEO&pNtIieu0A zFlmC}fhO^d6S0HGI^V4t{Mb{?B)pRD7Q{EZ&|y!X2Q-vmW%#P8yb=+g^1pCG$xmuV zW>k@JM$@V&?adJs-GD84imD6M$K4s6RsO`5R_th+Mfj4K20FNa)T5`t4`C@oJtnLR zJQFJNzf9WSxHkjUDVnh@J(^GMbWC2lgtunvzI2P5isZbmxn|r773rRa*P8inuw(Lp zuKLZDZ|X7TCxy=*)eI&$UmZ2LR;MR0TiKt?@0_pqPgTV}#GXm7P~(2fi!E_wNm=v~&yF)Yx?k}03{2{@fkKQ;IWyM+4eJff IJsK>30K4DHNdN!< From 06fd2433c662ad03b177d2e4b7ffe67570511bc4 Mon Sep 17 00:00:00 2001 From: CDC-IITDH <76999613+CDC-IITDH@users.noreply.github.com> Date: Mon, 25 Oct 2021 21:49:51 +0530 Subject: [PATCH 3/7] Create greetings.yml --- .github/workflows/greetings.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/greetings.yml diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml new file mode 100644 index 0000000..3dd3fc7 --- /dev/null +++ b/.github/workflows/greetings.yml @@ -0,0 +1,16 @@ +name: Greetings + +on: [pull_request, issues] + +jobs: + greeting: + runs-on: ubuntu-latest + permissions: + issues: write + pull-requests: write + steps: + - uses: actions/first-interaction@v1 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + issue-message: 'Hey! Thanks for Contributing to CDC Placement Backend Repository' + pr-message: 'Congratulations! You have made your First PR. Well Done!! Your PR will be reviewed soon. ' From 89f2ea7e53718dab5c983fed3ef82fa624d99e64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Oct 2021 15:29:18 +0000 Subject: [PATCH 4/7] Bump astroid from 2.8.3 to 2.8.4 Bumps [astroid](https://github.com/PyCQA/astroid) from 2.8.3 to 2.8.4. - [Release notes](https://github.com/PyCQA/astroid/releases) - [Changelog](https://github.com/PyCQA/astroid/blob/main/ChangeLog) - [Commits](https://github.com/PyCQA/astroid/compare/v2.8.3...v2.8.4) --- updated-dependencies: - dependency-name: astroid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3216191..135f8a3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ asgiref==3.4.1 -astroid==2.8.3 +astroid==2.8.4 cachetools==4.2.4 certifi==2021.10.8 chardet==4.0.0 From 919ed8bd31a25833d7ff0c1562c025a9c861765c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Oct 2021 15:29:22 +0000 Subject: [PATCH 5/7] Bump google-auth from 2.3.0 to 2.3.1 Bumps [google-auth](https://github.com/googleapis/google-auth-library-python) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/googleapis/google-auth-library-python/releases) - [Changelog](https://github.com/googleapis/google-auth-library-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-auth-library-python/compare/v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: google-auth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3216191..b93d5fb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ django-compat==1.0.15 django-cors-headers==3.10.0 django-db-logger==0.1.10 djangorestframework==3.12.4 -google-auth==2.3.0 +google-auth==2.3.1 idna==3.3 isort==5.9.3 jsonfield==3.1.0 From cf872e82585b2f02ebc24a83ddd1cc2d63ab924c Mon Sep 17 00:00:00 2001 From: CDC-IITDH <76999613+CDC-IITDH@users.noreply.github.com> Date: Wed, 27 Oct 2021 11:18:17 +0530 Subject: [PATCH 6/7] Delete greetings.yml --- .github/workflows/greetings.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/greetings.yml diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml deleted file mode 100644 index 3dd3fc7..0000000 --- a/.github/workflows/greetings.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Greetings - -on: [pull_request, issues] - -jobs: - greeting: - runs-on: ubuntu-latest - permissions: - issues: write - pull-requests: write - steps: - - uses: actions/first-interaction@v1 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - issue-message: 'Hey! Thanks for Contributing to CDC Placement Backend Repository' - pr-message: 'Congratulations! You have made your First PR. Well Done!! Your PR will be reviewed soon. ' From 8db24ed5b9b13f25d167f5e87630ce98eb1668e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Oct 2021 15:20:35 +0000 Subject: [PATCH 7/7] Bump google-auth from 2.3.1 to 2.3.2 Bumps [google-auth](https://github.com/googleapis/google-auth-library-python) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/googleapis/google-auth-library-python/releases) - [Changelog](https://github.com/googleapis/google-auth-library-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-auth-library-python/compare/v2.3.1...v2.3.2) --- updated-dependencies: - dependency-name: google-auth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3f1ef89..4b11d00 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ django-compat==1.0.15 django-cors-headers==3.10.0 django-db-logger==0.1.10 djangorestframework==3.12.4 -google-auth==2.3.1 +google-auth==2.3.2 idna==3.3 isort==5.9.3 jsonfield==3.1.0