Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | #802 add uefi folder for post_modes pxe template lookup | Jose M. Guisado | 2021-01-13 | 1 | -3/+13 | |
* | #915 add test POST /client/delete | Isabel Arrans | 2020-12-17 | 1 | -0/+25 | |
* | #915 Fix GET /software test | Diego Crespo Quinta | 2020-12-15 | 1 | -1/+1 | |
* | #915 Fix test POST /client/add | Isabel Arrans | 2020-12-15 | 1 | -6/+21 | |
* | #915 Fix GET /client/info test | Isabel Arrans | 2020-12-15 | 1 | -1/+9 | |
* | #915 Add GET /software test | Diego Crespo Quinta | 2020-12-12 | 2 | -5/+32 | |
* | #915 Add GET /hardware test | Diego Crespo Quinta | 2020-12-12 | 2 | -3/+25 | |
* | #915 Test for GET /client/info and POST /client/add | Isabel Arrans | 2020-12-11 | 2 | -0/+56 | |
* | #1010 Fix /software missing body in queued mode | Javier Sánchez Parra | 2020-12-02 | 1 | -1/+16 | |
* | #1010 Adapt ogServer to send GET /software | Javier Sánchez Parra | 2020-12-02 | 1 | -1/+1 | |
* | #915 Add POST /mode test | Diego Crespo Quinta | 2020-12-02 | 1 | -0/+30 | |
* | #915 Fix POST /setup test | Diego Crespo Quinta | 2020-12-02 | 1 | -0/+1 | |
* | #915 Test GET /scopes | Diego Crespo Quinta | 2020-12-01 | 2 | -0/+30 | |
* | #1008 Add support to work with GPT tables | Javier Sánchez Parra | 2020-11-27 | 1 | -0/+4 | |
* | #1008 Restore support for 4 disks and 16 partitions | Javier Sánchez Parra | 2020-11-18 | 2 | -15/+18 | |
* | #915 add GET /session test | Diego Crespo Quinta | 2020-11-17 | 2 | -4/+25 | |
* | #915 test malformed body in GET /client/setup | Isabel Arrans | 2020-11-10 | 1 | -0/+25 | |
* | #915 fix POST /hardware test | Isabel Arrans | 2020-10-27 | 1 | -1/+1 | |
* | #941 Fix get computer center id | Javier Sánchez Parra | 2020-10-27 | 1 | -0/+1 | |
* | #915 restore more tests | Isabel Arrans | 2020-10-24 | 5 | -51/+4 | |
* | #915 remove old REST API from run-test.sh | OpenGnSys Support Team | 2020-10-23 | 1 | -4/+0 | |
* | #915 Fix expected returned codes in GET /session and GET /software tests | Diego Crespo Quinta | 2020-10-22 | 2 | -2/+2 | |
* | #915 Fix several test errors | Diego Crespo Quinta | 2020-10-22 | 9 | -156/+4 | |
* | #942 Add GET /session REST API function | Roberto Hueso Gómez | 2020-10-20 | 1 | -2/+99 | |
* | #942 Use client's IP as filter in GET /hardware | Roberto Hueso Gómez | 2020-10-20 | 1 | -17/+6 | |
* | #942 Add GET /software REST API function | Roberto Hueso Gómez | 2020-10-16 | 1 | -2/+97 | |
* | #942 Extend GET /images function | Roberto Hueso Gómez | 2020-10-14 | 2 | -7/+21 | |
* | #942 Create DB image when calling POST /image/create | Roberto Hueso Gómez | 2020-10-14 | 3 | -6/+83 | |
* | Add REST POST /client/delete method | Roberto Hueso Gómez | 2020-10-08 | 1 | -0/+61 | |
* | #915 Use string for tests config port | Roberto Hueso Gómez | 2020-10-07 | 1 | -1/+1 | |
* | #915 Update run-tests.py to the latest changes | Roberto Hueso Gómez | 2020-10-07 | 2 | -3/+23 | |
* | #915 Add default SQL schema for tests | Roberto Hueso Gómez | 2020-10-07 | 2 | -1/+1172 | |
* | #971 remove unused contieneIP function in ogAdmLib | OpenGnSys Support Team | 2020-10-07 | 1 | -31/+0 | |
* | #988 remove legacy configuration | OpenGnSys Support Team | 2020-10-07 | 12 | -98/+38 | |
* | #988 rename og_server_cfg to cfg | OpenGnSys Support Team | 2020-10-07 | 3 | -7/+7 | |
* | #988 Update ogserver.service to use json config file | Roberto Hueso Gómez | 2020-10-06 | 1 | -1/+1 | |
* | #941 Use fixed length strings in og_computer and og_dbi_get_computer_info | Roberto Hueso Gómez | 2020-10-06 | 4 | -71/+63 | |
* | #941 Add og_json_parse_string_copy(...) function | Roberto Hueso Gómez | 2020-10-06 | 2 | -0/+16 | |
* | #1004 set default path to repository | OpenGnSys Support Team | 2020-10-06 | 2 | -3/+7 | |
* | #988 remove legacy configuration file | OpenGnSys Support Team | 2020-10-05 | 5 | -207/+35 | |
* | #1004 Fix integer overflow in datasize | Javier Sánchez Parra | 2020-09-29 | 1 | -1/+1 | |
* | #1004 Add GET /images | Javier Sánchez Parra | 2020-09-29 | 4 | -1/+195 | |
* | #988 Add global config variable | Javier Sánchez Parra | 2020-09-29 | 2 | -1/+4 | |
* | #942 Add POST /client/add HTTP REST method | Roberto Hueso Gómez | 2020-09-24 | 1 | -0/+139 | |
* | #988 use-after-free in json configuration parser | OpenGnSys Support Team | 2020-09-22 | 2 | -10/+20 | |
* | #1004 Add GET /client/info HTTP REST method | Roberto Hueso Gómez | 2020-09-22 | 1 | -0/+88 | |
* | #941 Extend og_dbi_get_computer_info(...) | Roberto Hueso Gómez | 2020-09-22 | 3 | -16/+80 | |
* | #941 pass og_dbi to og_dbi_get_computer_info() | OpenGnSys Support Team | 2020-09-18 | 3 | -52/+55 | |
* | #941 move og_dbi_get_computer_info() to dbi | OpenGnSys Support Team | 2020-09-18 | 3 | -59/+65 | |
* | #988 fix compilation warning in json configuration file to legacy | OpenGnSys Support Team | 2020-09-15 | 1 | -8/+8 |