aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump to 3.5.7developGalen Guyer2022-08-251-1/+1
|
* Merge pull request #345 from mroley1/developGalen Guyer2022-08-251-0/+4
|\ | | | | added catch for intro members w/o profile in nav
| * facied up nav user profile logicmroley12022-08-251-1/+5
| |
| * added catch for intro members w/o profile in navmroley12022-08-241-1/+1
| |
* | Merge pull request #346 from galenguyer/host-redirectGalen Guyer2022-08-251-1/+12
|\ \ | |/ |/| Redirect to the configured host before OIDC if incorrect
| * Redirect to the configured host before OIDC if incorrecthost-redirectGalen Guyer2022-08-251-1/+12
|/
* Bump to 3.5.6Max Meinhold2022-08-231-1/+1
|
* Merge pull request #342 from jabbate19/prMax Meinhold2022-08-231-1/+3
|\ | | | | Add PR to EBoard Tags
| * Add PR to EBoard TagsJoe Abbate2022-08-231-1/+3
|/
* Merge pull request #336 from ComputerScienceHouse/deps-cleanupDevin Matte2022-05-305-83/+206
|\ | | | | Add pip-tools locked requirements
| * Add pip-tools locked requirementsDevin Matte2022-05-295-83/+206
|/
* Bump to 3.5.5-1Max Meinhold2022-03-211-1/+1
|
* Merge pull request #318 from Mstrodl/hotfix/mstrodl/freezeMary2022-03-213-12/+79
|\ | | | | Dockerfile: freeze our dependencies
| * Dockerfile: freeze our dependenciesMary Strodl2022-03-213-12/+79
|/
* Bump to 3.5.5Max Meinhold2022-03-211-1/+1
|
* Fix lintingDevin Matte2022-03-211-1/+1
|
* Merge branch 'develop' of github.com:ComputerScienceHouse/packet into developDevin Matte2022-03-215-11/+33
|\
| * Merge pull request #309 from Mstrodl/hotfix/first-sign-buttonMary2022-02-011-1/+3
| |\ | | | | | | active_packets: don't init datatables for intro realm
| | * active_packets: don't init datatables for intro realmMary Strodl2022-02-011-1/+3
| |/
| * Merge pull request #295 from ComputerScienceHouse/api-authGalen Guyer2021-09-021-5/+25
| |\ | | | | | | protect api routes from freshmen
| | * protect api routes from freshmenGalen Guyer2021-09-021-5/+25
| |/
| * Merge pull request #289 from mxmeinhold/revert-onesignal-2.0Galen Guyer2021-08-223-5/+5
| |\ | | | | | | Revert "Update onesignal-sdk requirement from ~=1.0.0 to ~=2.0.0"
| | * Revert "Update onesignal-sdk requirement from ~=1.0.0 to ~=2.0.0"Max Meinhold2021-08-223-5/+5
| |/ | | | | | | | | This reverts commit 5169fee2412f09ceb09643644ab003169295ec80. This should fix the root cause of #288.
* | Removing phraseDevin Matte2022-03-212-2/+2
| |
* | Merge Version 3.5.4 (#287)v3.5.4Max Meinhold2021-08-2024-191/+393
|\|
| * Bump to 3.5.4Max Meinhold2021-08-191-1/+1
| |
| * Merge pull request #283 from ComputerScienceHouse/hide-stuffMax Meinhold2021-08-194-8/+47
| |\ | | | | | | Hide sigs from frosh and sort by names by default
| | * Hide sigs from frosh and sort by names by defaultMax Meinhold2021-08-194-8/+47
| | |
| * | Merge pull request #286 from mxmeinhold/readable-reportMax Meinhold2021-08-171-1/+1
| |\ \ | | |/ | |/|
| | * Make report button readableMax Meinhold2021-08-171-1/+1
| |/ | | | | | | | | The grey text of button-default is barely readable against the pink background. White has much better contrast.
| * Merge pull request #285 from mxmeinhold/pylint-fixesMax Meinhold2021-08-173-3/+4
| |\
| | * Add `packet/routes` to pylint in ciMax Meinhold2021-08-172-3/+3
| | | | | | | | | | | | | | | Fixes the pylint command introduced in 881dbc88, as well as a lint error introduced in c10fd589.
| | * Ignore abstract-class-instantiated for sentry initMax Meinhold2021-08-171-0/+1
| |/ | | | | | | Resolves #284
| * Update flask-sqlalchemy requirement from ~=2.4.4 to ~=2.5.1 (#259)dependabot[bot]2021-05-051-1/+1
| | | | | | | | | | | | | | | | | | | | Updates the requirements on [flask-sqlalchemy](https://github.com/pallets/flask-sqlalchemy) to permit the latest version. - [Release notes](https://github.com/pallets/flask-sqlalchemy/releases) - [Changelog](https://github.com/pallets/flask-sqlalchemy/blob/master/CHANGES.rst) - [Commits](https://github.com/pallets/flask-sqlalchemy/compare/2.4.4...2.5.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| * Bump y18n from 3.2.1 to 3.2.2 (#260)dependabot[bot]2021-05-051-3/+3
| | | | | | | | | | | | | | | | | | | | Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. - [Release notes](https://github.com/yargs/y18n/releases) - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/y18n/commits) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| * Merge pull request #257 from mxmeinhold/type-hintsMax Meinhold2021-04-0115-158/+236
| |\ | | | | | | | | | Add type hints and mypy
| | * Add type hints and mypyMax Meinhold2021-04-0115-158/+236
| | |
| * | Merge pull request #254 from mxmeinhold/cdMax Meinhold2021-03-291-0/+78
| |\ \
| | * | Automate deployments when new releases are madeMax Meinhold2021-03-211-0/+78
| | | |
| * | | Merge pull request #256 from mxmeinhold/readyMax Meinhold2021-03-291-0/+6
| |\ \ \
| | * | | Add simple readiness checkMax Meinhold2021-03-271-0/+6
| | | |/ | | |/|
| * | | Remove duplicate 'v' in logsMax Meinhold2021-03-281-1/+1
| | | |
| * | | Bump gulp-rename from 1.4.0 to 2.0.0 (#222)dependabot[bot]2021-03-282-5/+5
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [gulp-rename](https://github.com/hparra/gulp-rename) from 1.4.0 to 2.0.0. - [Release notes](https://github.com/hparra/gulp-rename/releases) - [Changelog](https://github.com/hparra/gulp-rename/blob/master/CHANGELOG.md) - [Commits](https://github.com/hparra/gulp-rename/commits) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| * | Merge pull request #255 from ComputerScienceHouse/upper-sigs-counts-patchMax Meinhold2021-03-271-2/+2
| |\ \ | | | | | | | | Actually count the number of upper sigs
| | * | Actually count the number of upper sigsMax Meinhold2021-03-231-2/+2
| | |/ | | | | | | Because of this improperly nested for loop, we were only counting if a member had signed _any_ packets.
| * | Update flask-migrate requirement from ~=2.5.3 to ~=2.7.0dependabot[bot]2021-03-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Updates the requirements on [flask-migrate](https://github.com/miguelgrinberg/flask-migrate) to permit the latest version. - [Release notes](https://github.com/miguelgrinberg/flask-migrate/releases) - [Changelog](https://github.com/miguelgrinberg/Flask-Migrate/blob/master/CHANGES.md) - [Commits](https://github.com/miguelgrinberg/flask-migrate/compare/v2.5.3...v2.7.0) Signed-off-by: dependabot[bot] <support@github.com>
| * | Update onesignal-sdk requirement from ~=1.0.0 to ~=2.0.0dependabot[bot]2021-03-273-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | Updates the requirements on [onesignal-sdk](https://github.com/zeyneloz/onesignal_sdk) to permit the latest version. - [Release notes](https://github.com/zeyneloz/onesignal_sdk/releases) - [Changelog](https://github.com/zeyneloz/onesignal_sdk/blob/master/CHANGES.rst) - [Commits](https://github.com/zeyneloz/onesignal_sdk/compare/v1.0.0...v2.0.0) Signed-off-by: dependabot[bot] <support@github.com>
| * | Update pylint requirement from ~=2.6.0 to ~=2.7.2dependabot[bot]2021-03-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Changelog](https://github.com/PyCQA/pylint/blob/master/ChangeLog) - [Commits](https://github.com/PyCQA/pylint/compare/pylint-2.6.0...pylint-2.7.2) Signed-off-by: dependabot[bot] <support@github.com>
| * | Update sentry-sdk requirement from ~=0.19.5 to ~=1.0.0dependabot[bot]2021-03-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Updates the requirements on [sentry-sdk](https://github.com/getsentry/sentry-python) to permit the latest version. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/0.19.5...1.0.0) Signed-off-by: dependabot[bot] <support@github.com>
| * | Update flask-pyoidc requirement from ~=2.2.0 to ~=3.7.0dependabot[bot]2021-03-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Updates the requirements on [flask-pyoidc](https://github.com/zamzterz/flask-pyoidc) to permit the latest version. - [Release notes](https://github.com/zamzterz/flask-pyoidc/releases) - [Commits](https://github.com/zamzterz/flask-pyoidc/compare/v2.2.0...v3.7.0) Signed-off-by: dependabot[bot] <support@github.com>