Commit graph

224 commits

Author SHA1 Message Date
Devin Matte
2500567ee5 Upping default timeout to 360 from 180 2020-12-21 14:25:53 -05:00
Devin Matte
d48a4cf90a Adding Redis Integration 2020-12-21 14:17:48 -05:00
Devin Matte
803aec96f0 Adding redis host config value 2020-12-21 13:47:25 -05:00
Devin Matte
1ff749431b
Merge pull request #59 from ComputerScienceHouse/package_updates
Updating csh-ldap and rq
2020-12-21 13:27:26 -05:00
Devin Matte
c0f587926d Updating rq and redis 2020-12-21 11:58:48 -05:00
Devin Matte
6293805145 Updating csh-ldap 2020-12-21 11:46:39 -05:00
Devin Matte
50404266f4 Fixing health route with jsonify 2020-12-09 13:05:31 -05:00
Devin Matte
0b82cc753e Fixing reqs again 2020-12-09 12:33:16 -05:00
Devin Matte
1c13dfd49d Fixing broken dep 2020-12-09 12:26:13 -05:00
Devin Matte
9effdc4830
Merge pull request #57 from ComputerScienceHouse/health_route
Adding health route
2020-12-08 11:19:41 -05:00
Devin Matte
094f33d618 Fixing quotes 2020-12-08 10:03:28 -05:00
Devin Matte
4bfac574db Adding health route 2020-12-08 10:00:36 -05:00
dependabot[bot]
dc3df5bbc8
Bump requests from 2.20.1 to 2.24.0 (#52)
Bumps [requests](https://github.com/psf/requests) from 2.20.1 to 2.24.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.20.1...v2.24.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-02 17:09:13 -05:00
dependabot[bot]
0d2b8facf8
Bump rq-dashboard from 0.4.0 to 0.6.1 (#48)
Bumps [rq-dashboard](https://github.com/Parallels/rq-dashboard) from 0.4.0 to 0.6.1.
- [Release notes](https://github.com/Parallels/rq-dashboard/releases)
- [Commits](https://github.com/Parallels/rq-dashboard/compare/0.4.0...0.6.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-02 11:04:33 -05:00
dependabot[bot]
ff6839ebec
Bump sshtunnel from 0.1.4 to 0.2.2 (#51)
Bumps [sshtunnel](https://github.com/pahaz/sshtunnel) from 0.1.4 to 0.2.2.
- [Release notes](https://github.com/pahaz/sshtunnel/releases)
- [Changelog](https://github.com/pahaz/sshtunnel/blob/master/changelog.rst)
- [Commits](https://github.com/pahaz/sshtunnel/compare/0.1.4...0.2.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-02 09:59:38 -05:00
dependabot[bot]
fc5a464966
Bump sqlalchemy from 1.3 to 1.3.20 (#46)
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.3 to 1.3.20.
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/master/CHANGES)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-01 23:46:22 -05:00
Devin Matte
f3810e70e9
Auto dep updates 2020-11-01 23:43:05 -05:00
Max Meinhold
61836279d7
Merge pull request #44 from ComputerScienceHouse/owner-comment
Add "Owned by <user>" as starrs comment
2020-10-16 15:29:17 -04:00
Max Meinhold
44c72c0b2f
Merge pull request #45 from mxmeinhold/better-sentry 2020-10-12 23:22:11 -04:00
Max Meinhold
b85ad88df4
Add pylint_quotes to pylintrc and update readme 2020-10-11 13:45:07 -04:00
Max Meinhold
d6eaeaf33e
Configure sentry environments 2020-10-11 13:45:07 -04:00
Max Meinhold
b95e446857
Use config.py for rqsettings
Move `config.local.py` to `config_local.py`, since `.` is invalid in
filenames for imports
2020-10-11 13:45:07 -04:00
Max Meinhold
c80b240497
Add sentry rq integration 2020-10-11 13:34:29 -04:00
Max Meinhold
b9bd1d4e14
Remove raven, upgrade sentry, fix blinker dep
sentry sdk[flask] needs to be installed in order to pull in the blinker
dependency.
2020-10-11 13:34:29 -04:00
Max Meinhold
70dba778e3
Upgrade psycopg2-binary to work with python 3.8 2020-10-11 13:34:29 -04:00
Max Meinhold
746c50123d
Merge updates from master 2020-10-11 13:33:43 -04:00
Galen Guyer
76c34a0bb3
Merge pull request #42 from ComputerScienceHouse/default-pool
Set default creation pool to current user
2020-09-25 21:26:16 -04:00
Max Meinhold
fa88975a27
Add "Owned by <user>" as starrs comment
It'd be nice to have more information about who's responsible for an address in starrs without having to switch to proxstar and look it up. This adds that in the "comment" column when creating a system, so that future systems will include this data.
2020-09-20 14:18:40 -04:00
Max Meinhold
f7bd448611
Set default creation pool to current user
RTPs get to create vms in any pool, and the default in the user creation list is not the current user, but the first pool returned (in practice, alphabetically). Setting 'selected' on the option should remove this small inconvenience.
2020-09-18 10:55:45 -04:00
Stephen Greene
5dc9f5e13b
Merge pull request #39 from Dr-N0/master
SQL Alchemy Version 1.3
2020-04-28 16:49:53 -04:00
Dr-N0
da5efbe161 SQL Alchemy Version 1.3 2020-04-28 16:45:59 -04:00
Stephen Greene
771b817e84
Merge pull request #38 from Dr-N0/master
Updated README
2020-04-28 15:42:52 -04:00
Dr-N0
bac2a078b2 Updated README 2020-04-28 15:36:48 -04:00
Jordan Rodgers
f169562c18
Merge pull request #36 from ComputerScienceHouse/dependabot/pip/psutil-5.6.6
Bump psutil from 5.4.7 to 5.6.6
2020-03-12 12:51:08 -07:00
dependabot[bot]
79665e4be7
Bump psutil from 5.4.7 to 5.6.6
Bumps [psutil](https://github.com/giampaolo/psutil) from 5.4.7 to 5.6.6.
- [Release notes](https://github.com/giampaolo/psutil/releases)
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
- [Commits](https://github.com/giampaolo/psutil/compare/release-5.4.7...release-5.6.6)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-12 17:21:09 +00:00
Max Meinhold
f734894dbc
Merge pull request #35 from MasterChief-John-117/fix-templates
Increase timeout and fix infinite loop if starrs delete fails
2020-01-15 22:28:17 -05:00
Galen Guyer
865200cbec
Increase timeout and fix infinite loop if starrs delete fails 2020-01-15 22:24:31 -05:00
Stephen Greene
42f2c79e6e
Merge pull request #34 from MasterChief-John-117/fix-templates
Increase template creation timeout
2020-01-15 20:26:47 -05:00
Galen Guyer
dba7d0341c
Increase template delay and don't fail deleting VM if starrs doesn't have a record 2020-01-15 20:23:34 -05:00
Devin Matte
4b0f805052
Revert "Add sentry with integrations (#32)" (#33)
This reverts commit 71d33bf7ec.
2019-11-03 23:20:33 -05:00
Galen G
71d33bf7ec Add sentry with integrations (#32)
* Add sentry with integrations

* Remove raven references from python code
2019-11-03 23:14:52 -05:00
Galen Guyer
a017962f40
Remove raven references from python code 2019-11-03 21:49:05 -05:00
Galen Guyer
3a4dbc7c31
Add sentry with integrations 2019-11-03 21:07:14 -05:00
Devin Matte
1ee7198363
Merge pull request #31 from MasterChief-John-117/pylint
Add pylint_quotes and fix all issues
2019-11-01 18:17:25 -04:00
Galen Guyer
69bad2dac4
Add pylint_quotes and fix all issues 2019-11-01 17:35:51 -04:00
Devin Matte
ddddf54074
Merge pull request #30 from MasterChief-John-117/pylint
Fix all incorrect imports
2019-11-01 17:11:35 -04:00
Galen Guyer
0771e1343a
Fix all incorrect imports 2019-11-01 17:03:35 -04:00
Devin Matte
89719c8bb3
Merge pull request #29 from MasterChief-John-117/pylint
Move url_for import to Flask where it should be
2019-11-01 16:40:17 -04:00
Galen Guyer
c6b6b8e38c
Move url_for import to Flask where it should be 2019-11-01 16:39:12 -04:00
Devin Matte
a90642a818
Merge pull request #28 from MasterChief-John-117/pylint
Fix missing import Base
2019-11-01 16:30:45 -04:00