- 17 Dec, 2018 1 commit
 - 
- 
Now administrators can choose the RequestField in which request should appear. The create form display select field for types. Resource request shows the resource dynamic fields.
Chif Gergő committed 
 - 
 - 03 Dec, 2018 1 commit
 - 
- 
Add request fields to tests to see its working. Assert the message and the fields content.
Chif Gergő committed 
 - 
 - 27 Nov, 2018 1 commit
 - 
- 
Add default template: _request-field-form. Create Integer choices validation. Adjust field list template look better in bootstrap table, with using crispy fields. Added FormHelper to RequestFieldForm.
Chif Gergő committed 
 - 
 - 19 Nov, 2018 1 commit
 - 
- 
Added a new panel with the header: Request fields. The field form now in the table last line.
Chif Gergő committed 
 - 
 - 15 Nov, 2018 2 commits
 - 
- 
Chif Gergő committed
 - 
Added template to render the RequestFieldForm, and rendering the fields in a table. Adjust template request form's template to show dynamically added fields. Added a button to request list template which redirects to the request fields page.
Chif Gergő committed 
 - 
 - 14 Nov, 2018 1 commit
 - 
- 
URL names now follow the convention. Added EditableForm in request/forms.py. Its __init__ method adds the fields from RequestField model. The TemplateRequest inherit the EditableForm class.
Chif Gergő committed 
 - 
 - 12 Nov, 2018 2 commits
 - 
- 
Added views to list, edit, delete RequestField model objects.
Chif Gergő committed - 
Added a new model which holds data,that needed for the editable form's fields.
Chif Gergő committed 
 - 
 - 15 Oct, 2018 2 commits
 - 
- 
Configurable scheduler method See merge request !401
Czémán Arnold committed - 
Added a variable in settings. It gets the value from an environment variable. The scheduler choose the method using this value.
Chif Gergő committed 
 - 
 - 27 Sep, 2018 3 commits
 - 
- 
Virtual CPU core max value now configurable See merge request !400
Czémán Arnold committed - 
Fix the html tag bug on network page See merge request !398
Czémán Arnold committed - 
Turned off the autoescape for the variable which cointains the html tag.
Czémán Arnold committed 
 - 
 - 10 Sep, 2018 1 commit
 - 
- 
Add new environment variable (MAX_NODE_CPU_RAM) in settings/base.py. Using this variable in dashboard/forms.py as maximal value of cpu cores.
Chif Gergő committed 
 - 
 - 07 Dec, 2017 1 commit
 - 
- 
Easy setup See merge request !397
Czémán Arnold committed 
 - 
 - 06 Dec, 2017 2 commits
 - 
- 
Nótai István committed
 - 
commands: init command extended with default node, users, groups, permissions and detects kvm hardware acceleration presence.
Nótai István committed 
 - 
 - 05 Dec, 2017 1 commit
 - 
- 
Nótai István committed
 
 - 
 - 03 Dec, 2017 1 commit
 - 
- 
* adds default node * adds test groups: 'Administrators', 'Powerusers', 'Users' * adds test users: 'admin', 'poweruser', 'user' * adds KVM present notification for Administrator * shares 'vm' network with groups
Czémán Arnold committed 
 - 
 - 17 Oct, 2017 1 commit
 - 
- 
Czémán Arnold committed
 
 - 
 - 12 Oct, 2017 3 commits
 - 
- 
Upgrade Django 1.11 fix See merge request !396
Czémán Arnold committed - 
Czémán Arnold committed
 - 
Czémán Arnold committed
 
 - 
 - 04 Oct, 2017 7 commits
 - 
- 
Upgrade to Django 1.11 See merge request !395
Czémán Arnold committed - 
Czémán Arnold committed
 - 
Czémán Arnold committed
 - 
Czémán Arnold committed
 - 
Suggestion to eleminate RequestContext: https://docs.djangoproject.com/en/1.11/ref/templates/upgrading/#django-template-loader
Czémán Arnold committed - 
Czémán Arnold committed
 
 - 
 - 08 Jul, 2017 4 commits
 - 
- 
Rename operation See merge request !389
Czémán Arnold committed - 
Czémán Arnold committed
 - 
Czémán Arnold committed
 - 
dashboard, circle: register django autocomplete light and load static content for FilteredSelectMultiple widget on the proper way
Czémán Arnold committed 
 - 
 - 07 Jul, 2017 3 commits
 - 
- 
Conflicts: circle/circle/settings/base.py
Czémán Arnold committed - 
Czémán Arnold committed
 - 
dashboard, circle, network, request: upgrade and rework autocompletion, remove deprecated 'pattern' from url patterns
Czémán Arnold committed 
 - 
 - 06 Jul, 2017 1 commit
 - 
- 
Changes: * Use argparse instead of optparse: https://docs.djangoproject.com/en/1.11/releases/1.10/#features-removed-in-1-10 * convert print to self.stdout.write(), Django documents suggest it: https://docs.djangoproject.com/en/1.11/howto/custom-management-commands/#module-django.core.management
Czémán Arnold committed 
 - 
 - 04 Jul, 2017 1 commit
 - 
- 
django.db.models.field.subclassing.SubfieldBase removed: https://docs.djangoproject.com/en/1.11/releases/1.10/#features-removed-in-1-10 New field classes require to call full_clean() method on Models, because the to_python() din't call automatically. Related docs: https://docs.djangoproject.com/en/1.11/releases/1.8/#subfieldbase
Czémán Arnold committed 
 -