Real-Gecko
|
0438b33e17
|
Added coverage.py support
|
2020-05-29 17:00:47 +03:00 |
|
Real-Gecko
|
3b0d6702f2
|
Reworked some computes forms and views
|
2020-05-29 16:59:37 +03:00 |
|
Real-Gecko
|
acbc5b287f
|
Added accounts test(moved from admin)
Actuall added admin tests
|
2020-05-29 16:43:20 +03:00 |
|
Real-Gecko
|
33b0518da9
|
Some test for computes
|
2020-05-29 16:43:09 +03:00 |
|
Real-Gecko
|
52980c529d
|
Added admin app unit tests
|
2020-05-29 16:42:57 +03:00 |
|
Real-Gecko
|
65328751c3
|
Fixe migrations for new deployments
|
2020-05-29 16:42:41 +03:00 |
|
Real-Gecko
|
67ad9bbe14
|
Added info from #18 to README
|
2020-05-29 16:18:54 +03:00 |
|
Real-Gecko
|
e9fa4f68df
|
Added 'instances:clone_instances' permission
Replaces 'can_clone_instances' user attribute
|
2020-05-29 16:18:24 +03:00 |
|
Real-Gecko
|
571cc3eb61
|
Added change password permission
Replaces SHOW_PROFILE_EDIT_PASSWORD option
Can be set on per user or per group basis
|
2020-05-29 16:18:01 +03:00 |
|
Real-Gecko
|
e48f331125
|
Fix admin urls not included into main urls.py
|
2020-05-29 16:17:12 +03:00 |
|
Real-Gecko
|
690400e770
|
Added admin application
- Manage users
- Manage groups
- Manage logs
|
2020-05-29 16:14:55 +03:00 |
|
Real-Gecko
|
c7e529a5fb
|
Added django-login-required-middleware
Thus eliminating need for login_requred decorator on every view
|
2020-05-29 14:57:25 +03:00 |
|
Real-Gecko
|
6e71b62ab4
|
Fix instance bottom bar overlapping main content
|
2020-05-29 14:15:28 +03:00 |
|
Real-Gecko
|
d7d8dafedf
|
Fix default admin user
- Fix error: RelatedObjectDoesNotExist: User has no userattributes.
"instances/views.py", line 162, in check_user_quota
|
2020-05-29 14:14:16 +03:00 |
|
catborise
|
8ef8cf7697
|
jquery update 3.4.1 -> 3.5.1
|
2020-05-29 14:07:23 +03:00 |
|
catborise
|
75d6b33c26
|
show socket error & check with is True
|
2020-05-29 14:07:06 +03:00 |
|
catborise
|
3f09104980
|
add host status checking for statistic request
|
2020-05-29 14:06:56 +03:00 |
|
catborise
|
94d6da598a
|
add localhost is up checking
|
2020-05-29 14:06:35 +03:00 |
|
catborise
|
c0655309c0
|
Update Ace XML Editor 1.4.10 - Move seperate dir
|
2020-05-14 19:59:22 +03:00 |
|
catborise
|
f3b36107d2
|
stop getting status info before instance delete to prevent domain not found error
|
2020-05-14 19:34:28 +03:00 |
|
catborise
|
1dcbc87935
|
get host info from compute not instance
|
2020-05-14 16:45:37 +03:00 |
|
catborise
|
f2bef528c8
|
fix setting title/description function (xml -> lxml)
|
2020-05-14 14:13:04 +03:00 |
|
catborise
|
3ae13a552c
|
fix isinstance method call
|
2020-04-26 16:14:34 +03:00 |
|
catborise
|
3fa1be61af
|
fix code conventions for pylint
|
2020-04-24 19:34:29 +03:00 |
|
catborise
|
4477b68a20
|
remove unused resize request from instance
|
2020-04-24 16:30:39 +03:00 |
|
catborise
|
2a490cc820
|
Merge branch 'master' into master
|
2020-04-17 18:07:22 +03:00 |
|
catborise
|
52c856c504
|
add show/hide bottom bar option in instance details
|
2020-04-17 15:37:34 +03:00 |
|
catborise
|
f37d6601e1
|
create admin user while migrating
|
2020-04-17 14:03:42 +03:00 |
|
catborise
|
6aa6ea0817
|
change libguestfs version python3
|
2020-04-17 14:03:03 +03:00 |
|
catborise
|
d3de4bbc30
|
change statements python -> python3
|
2020-04-17 14:02:18 +03:00 |
|
catborise
|
f9b837841c
|
update django 2.2.10 to 2.2.12
|
2020-04-06 14:14:17 +03:00 |
|
catborise
|
9926edf208
|
fix hostname for user quota connection
|
2020-04-06 14:13:10 +03:00 |
|
catborise
|
d5156303ee
|
fix hostname for user instance list
|
2020-04-06 13:05:20 +03:00 |
|
catborise
|
4d40de1b55
|
Python3 & Django 2.2 Migration - Fix & Updates
|
2020-03-16 16:59:45 +03:00 |
|
Anatoliy Guskov
|
fd9465c769
|
Merge pull request #300 from catborise/master
some small fixes
|
2020-02-25 16:24:02 +02:00 |
|
catborise
|
fc8612c604
|
change os.environ set style which is new one.
|
2020-02-24 10:08:48 +03:00 |
|
catborise
|
450f633e79
|
fix computes url: remove redundant slash
|
2020-02-24 10:07:43 +03:00 |
|
Anatoliy Guskov
|
4ff77e31c1
|
Merge pull request #294 from retspen/dependabot/pip/conf/django-1.11.28
Bump django from 1.11.26 to 1.11.28 in /conf
|
2020-02-14 13:31:11 +02:00 |
|
dependabot[bot]
|
cf9530dabd
|
Bump django from 1.11.26 to 1.11.28 in /conf
Bumps [django](https://github.com/django/django) from 1.11.26 to 1.11.28.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/1.11.26...1.11.28)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-02-11 22:03:22 +00:00 |
|
Anatoliy Guskov
|
ff311a609c
|
Merge pull request #288 from catborise/master
various fixes and updates
|
2020-01-24 21:14:43 +02:00 |
|
catborise
|
1c9c717f67
|
fix indentation. fix imports and description.
|
2020-01-24 14:30:37 +03:00 |
|
catborise
|
a6f7618854
|
convert django.core.urlresolver to django.urls. fix i18n. fix identation
|
2020-01-24 10:09:46 +03:00 |
|
catborise
|
39b53dbfc7
|
correct except error
|
2020-01-24 10:07:45 +03:00 |
|
catborise
|
b768dbf59d
|
update chart.bunjle.js to 2.9.3
|
2020-01-23 16:39:04 +03:00 |
|
catborise
|
562fe5c3dc
|
Update spice-html5
|
2020-01-23 15:49:43 +03:00 |
|
catborise
|
34394c2b5e
|
console layout rearranged. fix indentation. add translate tags
|
2020-01-23 15:45:41 +03:00 |
|
catborise
|
d95b5a4017
|
allinstances.html: fix identation. Remove redundant div blocks
|
2020-01-22 14:50:12 +03:00 |
|
catborise
|
57665c2ab9
|
add cdrom to instance errors fixed. make cdrom readonly, disable cache.
|
2020-01-22 14:48:48 +03:00 |
|
catborise
|
9198615076
|
guest agent status indicator changed
|
2020-01-21 15:39:16 +03:00 |
|
catborise
|
c79a635923
|
change compute name, hostaname, details char size. url.py typo fix
|
2020-01-21 15:26:35 +03:00 |
|