Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | #971: Updater backward compatibility. | Ramón M. Gómez | 2020-06-25 | 1 | -11/+15 | |
| | ||||||
* | #987 Use systemctl to disable/enable services in Ubuntu | Javier Sánchez Parra | 2020-06-24 | 2 | -3/+3 | |
| | | | | | | OpenGnsys install and update scripts were still using update-rc to disable and enable services in Debian/Ubuntu. But, since Debian 8 and Ubuntu 15, this should be done with systemd systemctl. | |||||
* | #985 Remove ogAdmServer folder | Javier Sánchez Parra | 2020-06-23 | 60 | -7985/+0 | |
| | | | | | ogAdmServer now has its own repo as ogServer. Check: https://github.com/opengnsys/ogServer | |||||
* | #986 More renaming to ogserver | Javier Sánchez Parra | 2020-06-23 | 15 | -19/+19 | |
| | | | | | Another step into renaming all references of ogAdmServer to ogServer. This commit mostly rename references to ogAdmServer.cfg in scripts. | |||||
* | #986 Rename to ogserver | Javier Sánchez Parra | 2020-06-19 | 8 | -15/+15 | |
| | | | | Step forward to rename all ogAdmServer references to ogServer | |||||
* | #981 Use new ogServer systemd unit file | Javier Sánchez Parra | 2020-06-19 | 3 | -13/+25 | |
| | | | | | This commit adapts installer, updater and init scripts to work with new ogServer systemd unit file. | |||||
* | #985 Install and update scripts now use ogServer repo | Javier Sánchez Parra | 2020-06-19 | 2 | -18/+42 | |
| | | | | | | OpenGnsys is separating the different parts of the project in different git repositories. Now ogServer, formerly ogAdmServer, has is own repo, so is necessary to adapt install and update script to use this new repo. | |||||
* | #981 Fix typo on OpenGnsys systemd unit file | Javier Sánchez Parra | 2020-06-19 | 1 | -1/+1 | |
| | | | | | | This commit escape the "%" character with another "%" character as systemd unit manual says: https://www.freedesktop.org/software/systemd/man/systemd.unit.html#Specifiers | |||||
* | #984: Installer and updater download the OGAgent tarball defined in the ↵ | Ramón M. Gómez | 2020-06-16 | 3 | -9/+20 | |
| | | | | version file. | |||||
* | #981 Add ogAdmServer own systemd unit file | Javier Sánchez Parra | 2020-06-16 | 1 | -0/+13 | |
| | | | | | This commit is a step in the direction to remove the old unit file. It also allow us to move ogAdmServer to its own repo. | |||||
* | #983: Merge branch `v1.1.1c` into `master`. | Ramón M. Gómez | 2020-06-15 | 8 | -32/+31 | |
|\ | ||||||
| * | #983: Avoid error messages in some Cron scripts.opengnsys-1.1.1c | Ramón M. Gómez | 2020-06-15 | 2 | -20/+9 | |
| | | ||||||
| * | #983: Updating release Vagrantfile. | Ramón M. Gómez | 2020-06-09 | 2 | -1/+1 | |
| | | ||||||
| * | #983: Releasing OpenGnsys 1.1.1c | Ramón M. Gómez | 2020-06-09 | 5 | -4/+14 | |
| | | ||||||
| * | #943: Fix a bug in getting Git tag data before updating. | Ramón M. Gómez | 2020-06-09 | 1 | -7/+7 | |
| | | ||||||
* | | #971 remove empty folder | OpenGnSys Support Team | 2020-06-11 | 1 | -9/+0 | |
| | | | | | | | | Used to have the ogAdmClient code. | |||||
* | | #959: reset VERSION.json to 1.1.1c | OpenGnSys Support Team | 2020-06-09 | 1 | -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 code | OpenGnSys Support Team | 2020-06-09 | 4 | -1657/+0 | |
| | | ||||||
* | | #971 move ogAdmLib to ogAdmServer | OpenGnSys Support Team | 2020-06-09 | 4 | -3/+482 | |
| | | | | | | | | Move remaining ogAdmLib code to ogAdmServer | |||||
* | | Revert "#959: Fix update bug when obtaining Git tags data." | Ramón M. Gómez | 2020-06-09 | 1 | -6/+6 | |
| | | | | | | | | This reverts commit d4daa3475e859b94226aa081dd7d0765f0be4581. | |||||
* | | Revert "#959: Update script checks all defined tags." | Ramón M. Gómez | 2020-06-09 | 1 | -1/+1 | |
| | | | | | | | | This reverts commit efbe3cae676d640ff6ad16fae527a23d421af2bc. | |||||
* | | #959: Update script checks all defined tags. | Ramón M. Gómez | 2020-06-08 | 1 | -1/+1 | |
| | | ||||||
* | | #959: Fix update bug when obtaining Git tags data. | Ramón M. Gómez | 2020-06-08 | 1 | -6/+6 | |
| | | ||||||
* | | #971 add str_toupper() | OpenGnSys Support Team | 2020-06-08 | 4 | -9/+31 | |
| | | | | | | | | Add new utils.c file and replace old StrToUpper(). | |||||
* | | #971 do not use og_log() | OpenGnSys Support Team | 2020-06-08 | 1 | -5/+0 | |
| | | | | | | | | ogAdmServer uses syslog for logging. | |||||
* | | #971 replace og_info() by syslog() | OpenGnSys Support Team | 2020-06-08 | 1 | -9/+16 | |
| | | ||||||
* | | #971 replace reservaMemoria() by calloc() | OpenGnSys Support Team | 2020-06-08 | 1 | -3/+3 | |
| | | ||||||
* | | #971 replace liberaMemoria() by free() | OpenGnSys Support Team | 2020-06-08 | 1 | -11/+11 | |
| | | ||||||
* | | #971 Remove ogAdmClient code from update script | Javier Sánchez Parra | 2020-06-08 | 1 | -15/+0 | |
| | | | | | | | | | | ogAdmClient is deprecated, new versions of OpenGnsys use ogClient as clients software. | |||||
* | | #971 Add ogClient update to the update script | Javier Sánchez Parra | 2020-06-08 | 1 | -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 installer | Javier Sánchez Parra | 2020-06-04 | 1 | -1/+1 | |
| | | | | | | | | Use opengnsys github repository for installer. | |||||
* | | #971 remove ogAdmClient and ogAdmAgent | OpenGnSys Support Team | 2020-06-02 | 8 | -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 Parra | 2020-06-02 | 1 | -2/+1 | |
| | | ||||||
* | | #942 add WoL on commands, procedures and tasks | Javier Sánchez Parra | 2020-06-02 | 1 | -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 ogClient | Javier Sánchez Parra | 2020-06-02 | 2 | -6/+5 | |
| | | ||||||
* | | #970 Add automake depencency for ogAdmServer | Javier Sánchez Parra | 2020-06-02 | 2 | -4/+4 | |
| | | | | | | | | New version of ogAdmServer need automake to generate the Makefile. | |||||
* | | #942 add immediate commands on the queue (web) | Javier Sánchez Parra | 2020-06-02 | 3 | -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 execution | Javier Sánchez Parra | 2020-06-02 | 1 | -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 Parra | 2020-06-02 | 2 | -6/+40 | |
| | | ||||||
* | | #942 Fix immediate procedures | Javier Sánchez Parra | 2020-06-02 | 3 | -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 start | OpenGnSys Support Team | 2020-06-02 | 3 | -23/+55 | |
| | | ||||||
* | | #942 schedule commands (web) | Javier Sánchez Parra | 2020-06-02 | 3 | -8/+34 | |
| | | ||||||
* | | #942 add command type to POST /schedule/create | OpenGnSys Support Team | 2020-06-02 | 3 | -17/+94 | |
| | | | | | | | | Pass idcomando as task_id. | |||||
* | | #942 add enum og_schedule_type | OpenGnSys Support Team | 2020-06-02 | 3 | -9/+27 | |
| | | ||||||
* | | #942 add type to POST /schedule/create | OpenGnSys Support Team | 2020-06-02 | 1 | -19/+30 | |
| | | | | | | | | Moreover, add og_task_schedule_create() function. | |||||
* | | #981 Add systemd unit file | Javier Sánchez Parra | 2020-06-02 | 3 | -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 Accepted | OpenGnSys Support Team | 2020-06-02 | 1 | -1/+8 | |
| | | ||||||
* | | #941 missing og_dbi_close | OpenGnSys Support Team | 2020-06-02 | 1 | -0/+5 | |
| | | ||||||
* | | #980 Add action completion | Javier Sánchez Parra | 2020-06-02 | 1 | -1/+52 | |
| | | ||||||
* | | #942 Add tasks to queue | Javier Sánchez Parra | 2020-06-02 | 3 | -9/+70 | |
| | |