summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* #894 Console 'Restore Image' Command: Supports disk image.disk-imageIrina Gómez2020-06-224-35/+127
| | | | | The form allows you to select the disk image to restore. The interface script checks image type, disk or partition, and uses the appropriate script.
* #894 Console 'Create Image' Command: Supports disk image.Irina Gómez2020-06-193-29/+142
| | | | | The form allows you to select the disk image to create. The interface script checks image type, disk or partition, and uses the appropriate script.
* #894 Scripts and functions for disk images:Irina Gómez2020-06-165-62/+363
| | | | | | | | ogGetSizeParameters: supports images of partition and disk. deployImage: supports images of partition and disk. deployDiskImage: link to deployImage. createDiskImage: script to create disk image (provisional). restoreDiskImage: script to restore disk image.
* #983: Merge branch `v1.1.1c` into `master`.Ramón M. Gómez2020-06-158-32/+31
|\
| * #983: Avoid error messages in some Cron scripts.opengnsys-1.1.1cRamón M. Gómez2020-06-152-20/+9
| |
| * #983: Updating release Vagrantfile.Ramón M. Gómez2020-06-092-1/+1
| |
| * #983: Releasing OpenGnsys 1.1.1cRamón M. Gómez2020-06-095-4/+14
| |
| * #943: Fix a bug in getting Git tag data before updating.Ramón M. Gómez2020-06-091-7/+7
| |
* | #971 remove empty folderOpenGnSys Support Team2020-06-111-9/+0
| | | | | | | | Used to have the ogAdmClient code.
* | #959: reset VERSION.json to 1.1.1cOpenGnSys Support Team2020-06-091-1/+1
| | | | | | | | | | | | | | | | | | | | Fixes: sudo ./opengnsys_installer.sh * ...Downloading ogagentpkgs-1.2.0.tar.gz ... ERROR: installDownloadableFiles(): Error uncompressing archive. tar -tvzf /tmp/opengnsys_installer/ogagentpkgs-1.2.0.tar.gz
* | #971 remove old Database and ogAdmLib codeOpenGnSys Support Team2020-06-094-1657/+0
| |
* | #971 move ogAdmLib to ogAdmServerOpenGnSys Support Team2020-06-094-3/+482
| | | | | | | | Move remaining ogAdmLib code to ogAdmServer
* | Revert "#959: Fix update bug when obtaining Git tags data."Ramón M. Gómez2020-06-091-6/+6
| | | | | | | | This reverts commit d4daa3475e859b94226aa081dd7d0765f0be4581.
* | Revert "#959: Update script checks all defined tags."Ramón M. Gómez2020-06-091-1/+1
| | | | | | | | This reverts commit efbe3cae676d640ff6ad16fae527a23d421af2bc.
* | #959: Update script checks all defined tags.Ramón M. Gómez2020-06-081-1/+1
| |
* | #959: Fix update bug when obtaining Git tags data.Ramón M. Gómez2020-06-081-6/+6
| |
* | #971 add str_toupper()OpenGnSys Support Team2020-06-084-9/+31
| | | | | | | | Add new utils.c file and replace old StrToUpper().
* | #971 do not use og_log()OpenGnSys Support Team2020-06-081-5/+0
| | | | | | | | ogAdmServer uses syslog for logging.
* | #971 replace og_info() by syslog()OpenGnSys Support Team2020-06-081-9/+16
| |
* | #971 replace reservaMemoria() by calloc()OpenGnSys Support Team2020-06-081-3/+3
| |
* | #971 replace liberaMemoria() by free()OpenGnSys Support Team2020-06-081-11/+11
| |
* | #971 Remove ogAdmClient code from update scriptJavier Sánchez Parra2020-06-081-15/+0
| | | | | | | | | | ogAdmClient is deprecated, new versions of OpenGnsys use ogClient as clients software.
* | #971 Add ogClient update to the update scriptJavier Sánchez Parra2020-06-081-0/+30
| | | | | | | | | | | | | | New versions of OpenGnsys use ogClient as daemon for clients. Now update script downloads new version of ogClient from GitHub to update the code, maintaining the configuration file ogclient.json.
* | #971 Update ogClient repo URL in installerJavier Sánchez Parra2020-06-041-1/+1
| | | | | | | | Use opengnsys github repository for installer.
* | #971 remove ogAdmClient and ogAdmAgentOpenGnSys Support Team2020-06-028-3594/+0
| | | | | | | | | | ogAdmClient has been replaced by ogClient. ogAdmAgent has been integrated into ogAdmServer.
* | #942 add WoL on commands, procedures and tasks (web)Javier Sánchez Parra2020-06-021-2/+1
| |
* | #942 add WoL on commands, procedures and tasksJavier Sánchez Parra2020-06-021-64/+68
| | | | | | | | | | | | | | | | | | | | These cases are different from a basic WoL command because they all use the queue. The queue standard behaviour waits for the client to be ON to send orders, but in WoL commands the client is going to be OFF. The behaviour of WoL must be different. This commit implements WoL for queued commands, procedures and tasks. The queue now sends Wol commands without waiting to the client to be ON.
* | #980 use json file format in ogClientJavier Sánchez Parra2020-06-022-6/+5
| |
* | #970 Add automake depencency for ogAdmServerJavier Sánchez Parra2020-06-022-4/+4
| | | | | | | | New version of ogAdmServer need automake to generate the Makefile.
* | #942 add immediate commands on the queue (web)Javier Sánchez Parra2020-06-023-23/+31
| | | | | | | | | | | | | | | | Users can launch immediate commands on the queue to keep an history and to watch the status and the properties. This commit adapt this functionality to new functions and behaviour of the ogAdmServer.
* | #980 add procedure auto executionJavier Sánchez Parra2020-06-021-1/+36
| | | | | | | | | | | | | | Users can configure clients to execute a procedure at start. This commit adapt this functionality to new functions and behaviour of the ogAdmServer.
* | #942 Fix immediate procedures (web)Javier Sánchez Parra2020-06-022-6/+40
| |
* | #942 Fix immediate proceduresJavier Sánchez Parra2020-06-023-6/+7
| | | | | | | | | | | | | | | | | | New versions of ogAdmServer handle pending commands in a different way. Instant procedures uses the old way, now unsupported, so we need to adapt instant procedures. This commit adapts instant procedures to work with the new pending commands implementation.
* | #942 ignore stale schedules on startOpenGnSys Support Team2020-06-023-23/+55
| |
* | #942 schedule commands (web)Javier Sánchez Parra2020-06-023-8/+34
| |
* | #942 add command type to POST /schedule/createOpenGnSys Support Team2020-06-023-17/+94
| | | | | | | | Pass idcomando as task_id.
* | #942 add enum og_schedule_typeOpenGnSys Support Team2020-06-023-9/+27
| |
* | #942 add type to POST /schedule/createOpenGnSys Support Team2020-06-021-19/+30
| | | | | | | | Moreover, add og_task_schedule_create() function.
* | #981 Add systemd unit fileJavier Sánchez Parra2020-06-023-0/+41
| | | | | | | | | | | | | | | | The ogAdmServer needs to be started after MySQL, because it queries the DB at the beginning to obtain the schedules. This commit adds a systemd unit file that force OpenGnsys service to start after MySQL service
* | #890 handle 202 AcceptedOpenGnSys Support Team2020-06-021-1/+8
| |
* | #941 missing og_dbi_closeOpenGnSys Support Team2020-06-021-0/+5
| |
* | #980 Add action completionJavier Sánchez Parra2020-06-021-1/+52
| |
* | #942 Add tasks to queueJavier Sánchez Parra2020-06-023-9/+70
| |
* | #942 Fix task break downJavier Sánchez Parra2020-06-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | OpenGnsys tasks can contain other tasks. To know if a element of the task is another task, we need to check if it has the parameter tareaid (Task ID). The code had a bug and the check was done on an non-existent parameter This commit fix this bug changing the non-existent parameter for tareaid. Signed-off-by: OpenGnSys Support Team <soporte-og@soleta.eu>
* | #942 Improve scope break down processJavier Sánchez Parra2020-06-021-70/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenGnsys has a hierarchical scope system to organize clients: +------+ |Center| +------+ | | | | v v +--------------------+ +----------+ +-->+Groups of classrooms+----->+Classrooms| | +-+------------------+ +----------+ | | | | +-----+ | | v v +-----------------+ +-------+ +-->+Groups of clients+--------->+Clients| | +-+---------------+ +-------+ | | +-----+ OpenGnsys can send commands and tasks to several clients simultaneously selecting a scope. For example: send poweroff to center Faculty of Pharmacy. We had a waterfall process to loop through all members of the scope and obtain the clients. This commit simplifies the process with queries that save us to loop through the members. Co-authored-by: Irina Gómez <irinagomez@us.es>
* | #971 Remove ogAdmAgent initializationJavier Sánchez Parra2020-06-026-52/+10
| | | | | | | | | | | | | | | | | | | | | | All the functionalities of the ogAdmAgent are now in the ogAdmServer. So, the it is not needed anymore. This commit remove the installation and update of the ogAdmAgent, adds a check to remove it if exists and removes it from the OpenGnsys init script. A future patch will remove all the code related to the ogAdmAgent.
* | #973 Restart OpenGnsys service after stopping itJavier Sánchez Parra2020-06-021-1/+3
| | | | | | | | | | | | | | | | | | After updating OpenGnsys with the script, if there is a new version of the ogAdmServer, the script stop the service. So, you had to start manually the service once the update has finished. This commit makes a restart of the service after copying the new version of the ogAdmServer.
* | #980 Change initial probe to refreshJavier Sánchez Parra2020-06-021-25/+7
| | | | | | | | | | | | | | | | | | | | We have observed that an initial refresh is needed when the ogClient (in ogLive mode) connects with the ogAdmServer, to generate the HTML menu. This commit changes the probe command that was done at the beginning of the connection to a refresh command. This way the client first generates his HTML menu and the show to the user the browser with all the correct information.
* | #971 run ogClient (replace ogAdmClient)Javier Sánchez Parra2020-06-021-3/+2
| | | | | | | | | | | | | | This commit changes the bash script that the clients execute at the init fase to launch the new ogClient instead of the old ogAdmClient. This way the client works with the new ogAdmServer that do not use custom protocol SocketHidra anymore.
* | #980 Add ogClient to the installer and update the setserveraddr scriptJavier Sánchez Parra2020-06-022-15/+27
| | | | | | | | This also removes the legacy ogAdmClient for these scripts.