Commit Graph

115 Commits

Author SHA1 Message Date
Ethan Nguyen
5d4613b44f
fix(profile): use isinstance instead of type 2021-11-18 14:30:41 -06:00
Ethan Nguyen
23cda5d64d
feat(profile): limit GPA to reasonable values
GPA must be 0 <= GPA <= 5
2021-11-18 14:16:29 -06:00
Ethan Nguyen
f7a2dd1768
build(deps): bump dependencies 2021-11-18 14:11:32 -06:00
Ethan Nguyen
8ed87dd89d
fix(destinations): makemigrations
Generates migrations for a29abe4803
2021-11-09 14:54:29 -06:00
Ethan Nguyen
a29abe4803
feat(destinations): sort colleges on user list page 2021-11-09 14:24:52 -06:00
Ethan Nguyen
4c5bceaa6d
build(deps): bump dependencies 2021-11-07 14:47:14 -06:00
Shreyas Mayya
5551d2e11c fix: appease testing suite 2021-11-07 15:42:00 -05:00
Shreyas Mayya
46120a18f3 feat: add GPA view, editing, tests 2021-11-07 15:42:00 -05:00
Ethan Nguyen
6eb0a331ed
build(deps): bump dependencies 2021-10-04 22:46:49 -05:00
dependabot[bot]
6bb3b21211 build(deps): bump social-auth-app-django from 4.0.0 to 5.0.0
Bumps [social-auth-app-django](https://github.com/python-social-auth/social-app-django) from 4.0.0 to 5.0.0.
- [Release notes](https://github.com/python-social-auth/social-app-django/releases)
- [Changelog](https://github.com/python-social-auth/social-app-django/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python-social-auth/social-app-django/compare/4.0.0...5.0.0)

---
updated-dependencies:
- dependency-name: social-auth-app-django
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-22 10:38:55 -04:00
Ethan Nguyen
e9634602b7
feat(authentication): add GPA to admin 2021-08-04 10:08:29 -04:00
Ethan Nguyen
d12e28f9c3
fix(authentication): use first_name in django admin 2021-08-04 10:08:17 -04:00
dependabot[bot]
1d231bee48 build(deps): bump django from 3.2.5 to 3.2.6
Bumps [django](https://github.com/django/django) from 3.2.5 to 3.2.6.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/commits)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-02 11:04:04 -04:00
dependabot[bot]
7f6a21a024 build(deps): bump ipython from 7.25.0 to 7.26.0
Bumps [ipython](https://github.com/ipython/ipython) from 7.25.0 to 7.26.0.
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](https://github.com/ipython/ipython/compare/7.25.0...7.26.0)

---
updated-dependencies:
- dependency-name: ipython
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-02 10:55:58 -04:00
Ethan Nguyen
11234a520b
feat(authentication): add ability to lock login 2021-07-30 18:37:22 -04:00
Ethan Nguyen
10508eb5d4
feat(profile): add JS confirmation when publishing profile 2021-07-30 18:18:02 -04:00
Ethan Nguyen
f5b8211b48
fix: update copyright notice, add ToS 2021-07-30 18:16:34 -04:00
dependabot[bot]
a74695978d build(deps-dev): bump isort from 5.9.2 to 5.9.3
Bumps [isort](https://github.com/pycqa/isort) from 5.9.2 to 5.9.3.
- [Release notes](https://github.com/pycqa/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pycqa/isort/compare/5.9.2...5.9.3)

---
updated-dependencies:
- dependency-name: isort
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-30 13:42:20 -04:00
dependabot[bot]
cb07808581 build(deps-dev): bump pylint from 2.9.5 to 2.9.6
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.9.5 to 2.9.6.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.9.5...v2.9.6)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-30 11:56:51 -04:00
Shreyas Mayya
fe1ab0a8c3 feat: add nickname field 2021-07-30 08:54:31 -04:00
Ethan Nguyen
a7e57d34a4
test(profile): add tests for 21555de816 2021-07-25 23:09:45 -04:00
Ethan Nguyen
21555de816
feat(profile): auto select attending college if attending ED
If a student adds an early decision application and reports
that they were accepted, then set their "college attending"
to the college that was just added.
2021-07-25 22:49:06 -04:00
dependabot[bot]
15190b2b66 build(deps-dev): bump pylint from 2.9.3 to 2.9.5
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.9.3 to 2.9.5.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.9.3...v2.9.5)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-21 08:51:01 -04:00
dependabot[bot]
727dbdb3b4 build(deps): bump whitenoise from 5.2.0 to 5.3.0
Bumps [whitenoise](https://github.com/evansd/whitenoise) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/evansd/whitenoise/releases)
- [Changelog](https://github.com/evansd/whitenoise/blob/master/docs/changelog.rst)
- [Commits](https://github.com/evansd/whitenoise/compare/v5.2.0...v5.3.0)

---
updated-dependencies:
- dependency-name: whitenoise
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-19 09:12:01 -04:00
dependabot[bot]
7976ab22b5 build(deps-dev): bump isort from 5.9.1 to 5.9.2
Bumps [isort](https://github.com/pycqa/isort) from 5.9.1 to 5.9.2.
- [Release notes](https://github.com/pycqa/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pycqa/isort/compare/5.9.1...5.9.2)

---
updated-dependencies:
- dependency-name: isort
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-14 20:59:34 -04:00
dependabot[bot]
a27aa45b25 build(deps-dev): bump pylint from 2.8.3 to 2.9.3
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.8.3 to 2.9.3.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.8.3...v2.9.3)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-01 11:51:23 -04:00
dependabot[bot]
f9f328ddb3 build(deps): bump django from 3.2.4 to 3.2.5
Bumps [django](https://github.com/django/django) from 3.2.4 to 3.2.5.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.2.4...3.2.5)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-01 11:07:20 -04:00
dependabot[bot]
1e1770409d build(deps): bump ipython from 7.24.1 to 7.25.0
Bumps [ipython](https://github.com/ipython/ipython) from 7.24.1 to 7.25.0.
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](https://github.com/ipython/ipython/compare/7.24.1...7.25.0)

---
updated-dependencies:
- dependency-name: ipython
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-01 11:00:23 -04:00
dependabot[bot]
81ef1e0585 build(deps): bump psycopg2 from 2.8.6 to 2.9.1
Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.8.6 to 2.9.1.
- [Release notes](https://github.com/psycopg/psycopg2/releases)
- [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS)
- [Commits](https://github.com/psycopg/psycopg2/commits)

---
updated-dependencies:
- dependency-name: psycopg2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-01 10:54:48 -04:00
dependabot[bot]
91e00b26d8 build(deps-dev): bump mypy from 0.902 to 0.910
Bumps [mypy](https://github.com/python/mypy) from 0.902 to 0.910.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.902...v0.910)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-23 08:36:22 -04:00
dependabot[bot]
4159c402f3 build(deps-dev): bump isort from 5.8.0 to 5.9.1
Bumps [isort](https://github.com/pycqa/isort) from 5.8.0 to 5.9.1.
- [Release notes](https://github.com/pycqa/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pycqa/isort/compare/5.8.0...5.9.1)

---
updated-dependencies:
- dependency-name: isort
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-22 18:34:35 -04:00
dependabot[bot]
65d711c4fa build(deps): bump django-crispy-forms from 1.11.2 to 1.12.0
Bumps [django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms) from 1.11.2 to 1.12.0.
- [Release notes](https://github.com/django-crispy-forms/django-crispy-forms/releases)
- [Changelog](https://github.com/django-crispy-forms/django-crispy-forms/blob/main/CHANGELOG.md)
- [Commits](https://github.com/django-crispy-forms/django-crispy-forms/compare/1.11.2...1.12.0)

---
updated-dependencies:
- dependency-name: django-crispy-forms
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-14 22:17:04 -04:00
dependabot[bot]
a27d0ce21b build(deps-dev): bump mypy from 0.901 to 0.902
Bumps [mypy](https://github.com/python/mypy) from 0.901 to 0.902.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.901...v0.902)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-11 22:24:01 -04:00
dependabot[bot]
c5542633c6 build(deps-dev): bump mypy from 0.812 to 0.901
Bumps [mypy](https://github.com/python/mypy) from 0.812 to 0.901.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.812...v0.901)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-09 21:52:54 -04:00
dependabot[bot]
b831280ccd build(deps): bump ipython from 7.24.0 to 7.24.1
Bumps [ipython](https://github.com/ipython/ipython) from 7.24.0 to 7.24.1.
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](https://github.com/ipython/ipython/compare/7.24.0...7.24.1)

---
updated-dependencies:
- dependency-name: ipython
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-03 12:39:18 -04:00
dependabot[bot]
0efa3614a7 build(deps): bump django from 3.2.3 to 3.2.4
Bumps [django](https://github.com/django/django) from 3.2.3 to 3.2.4.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.2.3...3.2.4)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-02 10:48:24 -04:00
dependabot[bot]
b2d908be7f build(deps-dev): bump pylint from 2.8.2 to 2.8.3
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.8.2 to 2.8.3.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Changelog](https://github.com/PyCQA/pylint/blob/master/ChangeLog)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.8.2...v2.8.3)

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-01 09:59:19 -04:00
dependabot[bot]
e4169be9a1 build(deps): bump ipython from 7.23.1 to 7.24.0
Bumps [ipython](https://github.com/ipython/ipython) from 7.23.1 to 7.24.0.
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](https://github.com/ipython/ipython/compare/7.23.1...7.24.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-31 14:33:56 -04:00
dependabot[bot]
a8236e1701 build(deps): bump crispy-bootstrap5 from 0.3.1 to 0.4
Bumps [crispy-bootstrap5](https://github.com/django-crispy-forms/crispy-bootstrap5) from 0.3.1 to 0.4.
- [Release notes](https://github.com/django-crispy-forms/crispy-bootstrap5/releases)
- [Changelog](https://github.com/django-crispy-forms/crispy-bootstrap5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/django-crispy-forms/crispy-bootstrap5/compare/0.3.1...0.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-29 20:32:29 -04:00
Ethan Nguyen
f7973711b1
build(deps): bump dependencies 2021-05-22 18:47:03 -04:00
Ethan Nguyen
4619d90fcb
chore(dependabot): enable dependabot 2021-05-13 08:56:21 -04:00
Ethan Nguyen
6632a961dd
build(deps): bump dependencies 2021-05-13 08:38:40 -04:00
Ethan Nguyen
bc8878f68e
build(deps-dev): bump black and flake8 2021-05-11 12:08:31 -04:00
Ethan Nguyen
40900fe9ad
build(deps): bump dependencies 2021-05-06 23:03:38 -04:00
Ethan Nguyen
efc7786916
feat(destinations): add count attending to college list 2021-05-05 23:39:27 -04:00
Ethan Nguyen
52d3276f45
build(deps): bump dependencies 2021-05-05 17:27:55 -04:00
Ethan Nguyen
a504da5186
build(deps): bump dependencies 2021-05-04 08:38:56 -04:00
Ethan Nguyen
8f6d0b9d72
build(deps): bump dependencies 2021-05-01 23:42:49 -04:00
Ethan Nguyen
82899f28eb
chore: add secret.py imports to settings/__init__.py
Ref. 4a17da5704
2021-05-01 22:25:56 -04:00
Ethan Nguyen
4a17da5704
style: add type hints 2021-04-30 23:12:52 -04:00