| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Add list images action that shows a list of all the images in each
server and their properties
|
|
|
|
|
|
| |
Add icons to differentiate folders.
Use 📁 which represents folder using emojis.
|
|
|
|
|
|
|
|
| |
When setting up oglive, preselect oglive that is most used by selected
clients. If only one client is selected, preselect that of the client.
In the unusual scenario where a client is set with an oglive that is not
in the ogserver's list of available oglives, preselect default.
|
|
|
|
|
|
|
| |
Show in dashboard the list of all servers, regardless if they are online
or offline. If they are offline, uptime appears as 'offline'
Modify dashboard template to make it work with offline servers
|
|
|
|
|
| |
r.status_code == requests.codes.ok is redundant, already checked for error,
remove this check and save one level of indentation.
|
|
|
|
| |
use ogserver_down() and ogserver_error()
|
|
|
|
|
|
|
|
|
| |
Check that connection to ogserver works and GET response is ok.
Otherwise, show error message to the user and redirect.
If there is an error while talking to server, a serverError or a
serverErrorCode is raised so that it is possible to differentiate from
different errors and give an appropiate error to the user
|
|
|
|
|
| |
Check that GET response is ok. Otherwise, show error message to the user
and redirect
|
|
|
|
|
|
| |
Update Spanish and Catalan translations
And use _ in folder support
|
|
|
|
|
| |
Do not use the '_' variable, this causes a conflict with babel gettext() alias
'_' that results in a traceback.
|
|
|
|
|
| |
Show client's name (next to client's ip) in selectable in
action/setup/select form.
|
|
|
|
|
|
|
| |
Fix crash when adding a folder if no room or center is selected
because no translation is available.
plan is to update translations in a follow up patch.
|
|
|
|
|
| |
Display an error if the user tries to partition and format a client that
has no partition info available
|
|
|
|
|
| |
Display an error if the user tries to view software inventory but it is
yet not available
|
|
|
|
| |
Fix incorrect room showing in client-details command.
|
|
|
|
|
| |
Check that, when adding a new folder there is no other folders checked.
It is only allowed to add folders to either centers or rooms
|
|
|
|
|
|
|
|
|
| |
Add version parameter to ogcp.js url. This is so that, if ogcp.js is
modified, the browser is able to see that that file has been changed and
that it has to load the new version instead of acquiring it from cache.
We have experienced stranged errors, related to browsers caching old
javascript files, leading to python flask backend backtraces
|
|
|
|
|
|
|
|
|
| |
Fix get_server_from_clients() not working when selecting empty computer
folders in sidebar.
Previously, parse_elements was wrongly parsing folders. That produced a
erronous list of ips and when fed to get_server_from_clients() it would
fail.
|
|
|
|
| |
Remove warning header and show selected clients above boot-mode tables
|
|
|
|
|
| |
In "set boot-mode" preselect bootmode that is most used by the clients
selected.
|
|
|
|
| |
Fix wrong navigation details in template select_client.
|
|
|
|
|
|
| |
Fix client update view crashing due to missing images variable.
Check if GET /images fails.
|
|
|
|
|
| |
Add an action to allow the user to view details (name and ip) of a
particular repo.
|
|
|
|
|
| |
Fix unusable image view when an image has a repo associated that no longer
exists. Display image under "unknown" if there is no repo for it.
|
|
|
|
|
| |
Display partition table in Scopes -> Client Update, this is meaningful context
information
|
|
|
|
|
|
|
|
| |
In edit client form, set boot field to read-only
Boot mode can be updated from Commands -> Set boot mode, it is more flexible to
do it from there, because you can select several clients and set the boot mode
at once.
|
|
|
|
|
|
|
|
|
|
| |
Remove netiface selectable in clientsDetails form.
eth{0,1,2} is misleading, it does not represent the real device in the client.
And users we know always boot from the first device.
Hide this feature until there is a better design for this.
|
|
|
|
|
|
|
| |
Show a more detailed description of each choice
Display an error and redirect the user if an empty list of os's was
received. Post does not work with an empty list
|
|
|
|
| |
In client details command, show read-only form
|
|
|
|
|
| |
Show the user an error if ogServer responds with an error when
retrieving oglive list
|
|
|
|
| |
Support adding a room to a folder
|
|
|
|
|
|
|
|
|
|
| |
Add support for adding computers to a folder.
It uses a js script that when selecting a folder in the html form, it
will also select the parent of the folder. For instance, if the user
were to select a folder that is contained inside a room, the room would
also get selected. This allows the view to know which parent contains
the folder.
|
|
|
|
|
|
|
| |
Add functionality to allow the user to delete a folder.
Show a confirmation page to the user listing the content of the folder
that is about to delete
|
|
|
|
|
|
| |
Add support to create a folder able to contain multiple computers.
Add support for adding a folder able to contain rooms
|
|
|
|
|
| |
Warn user if trying to access the logs of a client that don't yet exist.
This is prefered to showing the backtrace to the user.
|
|
|
|
|
| |
In set boot mode, show an error if server replies with an empty list of
boot modes
|
|
|
|
|
| |
Check that server replies with error code and display an error if it
does.
|
|
|
|
|
|
|
|
|
| |
- Remove a table with redundant info; it was displaying server's stats,
which was already in another table
- Add last update info at the top of the page
- Make page more robust by checking if ogLive images are available.
Before this patch, page shows a traceback if the ogLive list are not available.
|
|
|
|
|
|
| |
Show user, when attempting to change the bootmode of more than one
client with different boot modes, a warning and a table with said
bootmodes.
|
|
|
|
|
| |
Sort tree that contain the scope information (centers, rooms, clients)
so that they appear in sidebar in alphanumerical order.
|
|
|
|
|
|
|
|
| |
Allow user to change boot mode when editing a client.
First item selected is the client's current boot mode. This is so that
if the user edits the client's data, but doesnt touch bootmode, it stays
the same.
|
|
|
|
|
|
|
|
| |
Remove id from client's bubbles in the following commands: Power
(Poweroff, Poweron, Reboot); Setup (Set boot mode, Set ogLive); Client
(Start session)
To make the string replacement, a custom jinja filter has been created
|
|
|
|
|
|
|
| |
In client_details template, rename 'create' button to 'submit'.
This template is used by both client-add and client-edit commands; it
would not make sense to have a 'Create' button in client-edit.
|
|
|
|
|
|
| |
Allow to update only images that are in the repo the client is assigned
to; if an image is inside a different repo, it will not appear in the
'Image' selector
|
|
|
|
|
|
|
|
| |
Fix client detail form failing in some cases. It would fail if the user
wanted to view the details of a client, that had a partition using an
image that is no longer in the list of all images stored by the servers.
This could happen if the image was deleted, but the client still was using
the image in one of its partitions
|
|
|
|
| |
use new POST image/update when updating an image.
|
|
|
|
|
|
|
|
|
|
| |
Allow only the creation of images in the repository that is currently
assigned to the selected client.
This operation is still not handled in ogserver and oglive, it needs
more work behind the scenes: it needs an update in the templates and
it also needs the new ogLive builder so ogClient has control on the
samba mount.
|
|
|
|
| |
Show the username of the user currently logged-in in the top navbar.
|
|
|
|
|
| |
Allow to restore only to images that are in the repo the client
is assigned to.
|
|
|
|
|
| |
Add scope-management menu with limited commands for non-admin users;
commands allowed are add/edit/edit/delete/import client(s)
|