Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | #942 Add weeks and week_days to the webconsole schedule (web) | Javier Sánchez Parra | 2020-06-02 | 2 | -4/+8 | |
| | | ||||||
* | | #942 Use /schedule/get in consulta_programaciones (web) | Roberto Hueso Gómez | 2020-06-02 | 1 | -12/+21 | |
| | | ||||||
* | | #942 Use both task_id and schedule_id in /schedule/get (web) | OpenGnSys Support Team | 2020-06-02 | 2 | -4/+6 | |
| | | ||||||
* | | #942 Adapt web to use /schedule get on /schedule/create (web) | Roberto Hueso Gómez | 2020-06-02 | 2 | -0/+13 | |
| | | ||||||
* | | #942 Implement update schedule (web) | Roberto Hueso Gómez | 2020-06-02 | 2 | -4/+28 | |
| | | ||||||
* | | #580 Removes conmutar/purgar button from the menu (web) | Javier Sánchez Parra | 2020-06-02 | 2 | -42/+0 | |
| | | | | | | | | | | | | | | | | | | The new ogAdmServer's improvements and functionalities make the conmutar/purgar button deprecated. Thanks to libev now the ogAdmServer knows itself when a clients has desconected. This commit removes conmutar/purgar button from all the contextual menus (room, room group, computer and computer group). | |||||
* | | #915 Add new case to command shell/run (web) | Javier Sánchez Parra | 2020-06-02 | 2 | -8/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I tried to delete a cache image but the character "*" of the command was missing so the command fails. Command received: "rm -r /opt/opengnsys/cache/opt/opengnsys/images/test." Command expected: "rm -r /opt/opengnsys/cache/opt/opengnsys/images/test.*" This command adds a new case to the call shell/run. This new case is needed because in the case of deleting a image from the cache the web only has to delete the last character of the string instead of last two characters. | |||||
* | | #942 Fix run script tasks encoding (web) | Roberto Hueso Gómez | 2020-06-02 | 1 | -1/+4 | |
| | | ||||||
* | | #942 Fix run script encoding (web) | Roberto Hueso Gómez | 2020-06-02 | 1 | -1/+2 | |
| | | | | | | | | Run script commands should not be encoded as an URL. | |||||
* | | #942 add create/delete schedule api to web (web) | Javier Sánchez Parra | 2020-06-02 | 2 | -30/+58 | |
| | | | | | | | | Web updates for #942 Add support for scheduled tasks and commands | |||||
* | | #942 Add /run/task to API REST (web) | OpenGnSys Support Team | 2020-06-02 | 2 | -49/+8 | |
| | | ||||||
* | | #942 Add weeks and week days to the schedule API | Javier Sánchez Parra | 2020-06-02 | 2 | -118/+174 | |
| | | | | | | | | | | | | * add og_schedule_create_weekdays() * add og_schedule_create_weeks() * add og_schedule_create_days() | |||||
* | | #980 Complete API REST for ogClient | Roberto Hueso Gómez | 2020-06-02 | 1 | -150/+591 | |
| | | ||||||
* | | #971 remove obsolete code | OpenGnSys Support Team | 2020-06-02 | 2 | -1560/+8 | |
| | | ||||||
* | | #942 Add REST API /schedule get function | Roberto Hueso Gómez | 2020-06-02 | 2 | -3/+170 | |
| | | ||||||
* | | #942 Add support for scheduled tasks and commands | OpenGnSys Support Team | 2020-06-02 | 6 | -13/+851 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This field needs to be at least 31 bits long to store all days in a month. Other fields are also set to 32 bits because unsigned int length can change depending on the system. We also need to support the three ways that the ogAdmAgent and the WebConsole have to create an schedule. At first, we only supported the easiest method: * Hour, day, month and year -> 10:00, 28, february, 2020 This commit adds these two ways to create an schedule: * Hour, week day, month and year -> 10:00, Monday, february, 2020 * Hour, week, month and year -> 10:00, first week, february, 2020 | |||||
* | | #980 Add client REST API basic infrastructure in ogAdmServer | Roberto Hueso Gómez | 2020-06-02 | 2 | -203/+971 | |
| | | ||||||
* | | #942 Add /run/task to API REST | OpenGnSys Support Team | 2020-06-02 | 5 | -2/+576 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds a new command to the REST API to run tasks. A task (tarea) is composed of procedures (procedimientos), each procedure is composed of commands (acciones) that are represented through legacy sockHidra parameters in the database. This results in iterating over the task (tareas_acciones) table in the database to fetch the list of procedures (procedimientos). Then, this iterates over the list commands that compose a procedures represented through procedimientos_acciones table. Finally, this builds and sends the sockHidra legacy message for the client. This patch includes an implementation of the Linux linked list. | |||||
* | | #970 autotools support for ogAdmServer | OpenGnSys Support Team | 2020-06-02 | 5 | -40/+33 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | To build and to install ogAdmServer: autoreconf -fi ./configure make make install Default prefix is /opt/opengnsys/ as usual. ogAdmServer uses autotools for compilation, so this patch adapts OpenGnsys updater and installer to use autotools for compilation. | |||||
* | | #944: Update database files. | Ramón M. Gómez | 2020-06-01 | 9 | -4/+8 | |
| | | ||||||
* | | #944: Merge branch 'labgrid' | Ramón M. Gómez | 2020-06-01 | 7 | -40/+159 | |
|\ \ | ||||||
| * | | #944: Update locale messages. | Ramón M. Gómez | 2019-12-13 | 4 | -11/+25 | |
| | | | ||||||
| * | | #944: Show the lab. grid. | Ramón M. Gómez | 2019-12-13 | 1 | -31/+80 | |
| | | | ||||||
| * | | #944: Add location selection boxes in the computer properties form. | Ramón M. Gómez | 2019-12-13 | 2 | -5/+39 | |
| | | | ||||||
| * | | #944: Add row and column fields to the `ordenadores` table. | Ramón M. Gómez | 2019-12-13 | 1 | -0/+22 | |
| | | | ||||||
* | | | #959: Defining new development version. | Ramón M. Gómez | 2020-05-27 | 2 | -4/+4 | |
| |/ |/| | ||||||
* | | #959: Releasing OpenGnsys 1.1.1b.opengnsys-1.1.1b | Ramón M. Gómez | 2020-05-27 | 1 | -1/+1 | |
| | | ||||||
* | | #959: Updating list of closed tickets. | Ramón M. Gómez | 2020-05-27 | 1 | -0/+2 | |
| | | ||||||
* | | #959: Updating release Vagrant file. | Ramón M. Gómez | 2020-05-27 | 2 | -4/+3 | |
| | | ||||||
* | | #959: OGAgent installer downloads from its new repository. | Ramón M. Gómez | 2020-05-27 | 1 | -1/+1 | |
| | | ||||||
* | | #959: Vagrant files download from the new repositores. | Ramón M. Gómez | 2020-05-27 | 2 | -2/+2 | |
| | | ||||||
* | | Limpiando.Codigo.979 | Alberto UMA | 2020-05-20 | 2 | -4/+1 | |
| | | ||||||
* | | #959: Revert adition of wrong file. | Ramón M. Gómez | 2020-05-19 | 1 | -206/+0 | |
| | | ||||||
* | | #959: Delete dirs moved to other repositories. | Ramón M. Gómez | 2020-05-19 | 220 | -33168/+206 | |
| | | | | | | OGAgent code, browser code and the ogLive builder scrips are moved to new Git repositories. | |||||
* | | #954 opengnsys_import.sh: Fix error when options --exclude-logs or ↵ | Irina Gómez | 2020-05-19 | 1 | -4/+6 | |
| | | | | | | | | --exclude-users are used | |||||
* | | Mover.Ordenadores.Aulas_integrar ficheros | Alberto UMA | 2020-05-16 | 11 | -10/+1713 | |
| | | ||||||
* | | #959: Update list of closed tickets. | Ramón M. Gómez | 2020-05-15 | 1 | -3/+21 | |
| | | ||||||
* | | #961 Images properties in console shows data size. | Irina Gómez | 2020-05-15 | 4 | -0/+9 | |
| | | ||||||
* | | #941: Software inventory encoding to UTF-8. | Ramón M. Gómez | 2020-05-14 | 1 | -1/+1 | |
| | | | | | | Fix bug introduced by commit `930563c`due to the change of the database encoding. | |||||
* | | #947: Fix bug when counting RemotePC-enabled labs. | Ramón M. Gómez | 2020-05-14 | 1 | -2/+2 | |
| | | ||||||
* | | #977 Fixed bug in ogAdmAgent: when starting a task in a organizational unit ↵ | Irina Gómez | 2020-05-06 | 1 | -4/+4 | |
| | | | | | | | | with groups of laboratories or in a labs with groups of computers, the service stop. | |||||
* | | #841 Fixes bug in partitioning wizard when configure MBR: ogGetBootMbr ↵ | Irina Gómez | 2020-05-05 | 2 | -2/+32 | |
| | | | | | | | | function is created for detect MBR content and used in wizard. | |||||
* | | # 911 Fixes bug in partitioning wizard when create Cache: tries to mount ↵ | Irina Gómez | 2020-05-04 | 1 | -0/+8 | |
| | | | | | | | | cache partition, if not possible formats it. Solution proposed by Antonio Doblas (UMA). | |||||
* | | #780 buildToOrder works with Windows 8 and Windows 10. When no key exists, ↵ | Irina Gómez | 2020-05-04 | 1 | -19/+29 | |
| | | | | | | | | it is created. | |||||
* | | #962: Fix typo in commit `88fc95a`. | Ramón M. Gómez | 2020-04-25 | 1 | -1/+1 | |
| | | ||||||
* | | #974 Fix task edit form | Javier Sánchez Parra | 2020-04-24 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | We have seen that if you try to edit a task and assign it to a group of computers the form do not work. This happens because the string containing the name of primary key of the table gruposordenadores (Groups of computers) has a trailing white space. This commit fixes this bug removing the trailing whitespace. | |||||
* | | #962: Only OGAgent for Windows runs each line in independent processes ↵ | Ramón M. Gómez | 2020-04-23 | 1 | -5/+8 | |
| | | | | | | | | (other agents can run the whole script in a single subprocess). | |||||
* | | #959: Update list of closed tickets. | Ramón M. Gómez | 2020-04-22 | 1 | -1/+8 | |
| | | ||||||
* | | #972: Remove cron job definition from the default file; then updater checks ↵ | Ramón M. Gómez | 2020-04-22 | 2 | -19/+13 | |
| | | | | | | | | if service code has changed to restart it automatically. | |||||
* | | #959: Installer and updater download the lastest OGAgent version. | Ramón M. Gómez | 2020-04-21 | 2 | -2/+0 | |
| | |