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
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
Galen Guyer
5fe69b782e
Fix missing import Base
2019-11-01 16:26:53 -04:00
Devin Matte
58b92869e2
Merge pull request #26 from MasterChief-John-117/pylint
...
Add pylint and config for pylint and travis
2019-11-01 16:06:31 -04:00
Galen G
8ee1e7b9cd
Change return on abort for clarity
2019-11-01 13:26:17 -04:00
Galen Guyer
e72c83aafc
Fix all pylint issues
2019-11-01 13:25:48 -04:00
Galen Guyer
631b75c9f8
Add pylint and Travis config
2019-11-01 13:25:29 -04:00
Devin Matte
ed37cf04bf
Updating Raven
2019-10-31 20:08:59 -04:00
Jordan Rodgers
b3c62515fa
Merge pull request #18 from com6056/jrodgers-fix-proxmox-version
...
we can use the http api now, stop using ssh
2019-04-08 20:22:28 -07:00
Jordan Rodgers
783e13b9cd
we can use the http api now, stop using ssh
2019-04-08 23:18:20 -04:00
Jordan Rodgers
d9b4af0c96
fix auth, update rq dashboard
2019-02-26 00:07:14 -05:00
Jordan Rodgers
b3f3670e6f
delete starrs first
2019-02-23 13:20:28 -05:00
Jordan Rodgers
a8703ec53c
Merge pull request #17 from com6056/jrodgers-expire-tasks
...
fix expire bug, cleanup tasks
2019-02-19 22:34:39 -08:00
Jordan Rodgers
01312a8452
more
2019-02-20 00:59:42 -05:00
Jordan Rodgers
6a896c6dad
another log
2019-02-20 00:55:24 -05:00
Jordan Rodgers
e5049a683e
log
2019-02-20 00:52:21 -05:00
Jordan Rodgers
d19522cab5
more fixes!
2019-02-19 23:36:43 -05:00
Jordan Rodgers
daa994ba32
fix expire bug, cleanup tasks
2019-02-19 22:46:53 -05:00
Jordan Rodgers
12b0f37da5
fix system name, improve config/info, require auth to load
2019-02-16 19:53:45 -05:00
Jordan Rodgers
e7731bc66a
Merge pull request #15 from com6056/jrodgers-fix-templates
...
timeouts multiply
2019-01-27 19:32:21 -08:00
Jordan Rodgers
77743af16d
timeouts multiply
2019-01-27 22:31:23 -05:00
Jordan Rodgers
d65fea572a
Merge pull request #14 from com6056/jrodgers-fix-templates
...
fix template provisioning by verifying VM is provisioned before doing anything else
2019-01-27 18:45:15 -08:00
Jordan Rodgers
1acb84016d
fix template provisioning by verifying VM is provisioned before doing anything else
2019-01-27 21:43:51 -05:00
Jordan Rodgers
84f9a00735
freeze requirements
2018-11-16 00:10:43 -05:00