Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [#3025] appease shellcheck | Andrei Pavel | 2024-02-22 | 1 | -2/+3 |
| | | | | | | | | | | . "${admin_utils}" ^--------------^ SC1090: Can't follow non-constant source. Use a directive to specify location. version=$(checked_mysql_version) ^-------------------^ SC2119: Use checked_mysql_version "$@" if function's $1 should mean script's $1. ... and others that spiraled afterwards | ||||
* | [#2822] add check-for-json-errors-in-doc.sh to CI | Andrei Pavel | 2023-05-13 | 1 | -6/+10 |
| | |||||
* | [#2559] Gitlab CI: leave danger step to the default Kea CI image | Andrei Pavel | 2022-09-26 | 1 | -4/+0 |
| | |||||
* | [#2558] improved searching of yanglint and its libraries | Andrei Pavel | 2022-09-23 | 1 | -2/+2 |
| | |||||
* | [#2541] reverted path in upgrade scripts and added admin-utils.sh.in | Razvan Becheriu | 2022-08-20 | 1 | -1/+1 |
| | |||||
* | [#2379] add tools/check-for-missing-api-commands.sh | Andrei Pavel | 2022-07-01 | 1 | -20/+8 |
| | |||||
* | [#2445] PostgreSQL schema changes in support of lease limiting | Andrei Pavel | 2022-06-29 | 1 | -0/+8 |
| | |||||
* | [#2116] remove cql code | Razvan Becheriu | 2022-03-31 | 1 | -7/+0 |
| | |||||
* | [#95] Added a ChangeLog entry, rolled back CI changes | Thomas Markwalder | 2022-02-18 | 1 | -1/+2 |
| | | | | | .gitlab-ci.yml - rolled back changes to avoid issues with SQL script checking | ||||
* | [#95] Work around an issue with schema compare script | Thomas Markwalder | 2022-02-17 | 1 | -1/+1 |
| | | | | | | | .gitlab-ci.yml Change dhcpdb_create-upgrade-consistency to allow failures per Andrei. The script incorrectly detects a contextual change. | ||||
* | [#2205] are-scripts-in-sync.py | Andrei Pavel | 2022-01-21 | 1 | -0/+6 |
| | | | | | This script is used to maintain upgrade scripts in Kea and to ensure that the incremental and the full schema scripts are in sync. | ||||
* | [#2244] Updated CI yml file | Thomas Markwalder | 2022-01-07 | 1 | -11/+13 |
| | | | | | modified: .gitlab-ci.yml fixed pgsql upgrade script names | ||||
* | [#2020] MySQL upgrade scripts renumbered | Tomek Mrugalski | 2021-08-17 | 1 | -18/+21 |
| | | | | - it's just a leading 00s added in lots of places | ||||
* | Configure SAST in Gitlab CI | Andrei Pavel | 2021-08-12 | 1 | -0/+38 |
| | |||||
* | [#2014] fix shellcheck CI | Andrei Pavel | 2021-08-03 | 1 | -9/+12 |
| | |||||
* | [#2008] don't install the hashes directoryKea-1.9.10 | Andrei Pavel | 2021-07-30 | 1 | -1/+1 |
| | | | | and make reinstall.sh work from installation | ||||
* | [#1077] autotools: AX_FIND_LIBRARY & AX_SYSREPO | Andrei Pavel | 2021-07-26 | 1 | -1/+0 |
| | |||||
* | [#1077] script installs YANG modules: reinstall.sh | Andrei Pavel | 2021-07-23 | 1 | -0/+1 |
| | |||||
* | [#1692] Gitlab CI: fix "test: too many arguments" | Andrei Pavel | 2021-07-01 | 1 | -2/+4 |
| | |||||
* | [#1653] add unit tests for shell error reporting | Andrei Pavel | 2021-06-22 | 1 | -0/+1 |
| | |||||
* | [#899] fixed CI and documentation | Razvan Becheriu | 2021-02-18 | 1 | -1/+1 |
| | |||||
* | [#899] addressed comments | Razvan Becheriu | 2021-02-18 | 1 | -0/+1 |
| | |||||
* | [#1602] solve CI issues | Andrei Pavel | 2020-12-30 | 1 | -1/+1 |
| | |||||
* | [#1602] add tools/print-generated-files.sh | Andrei Pavel | 2020-12-30 | 1 | -0/+12 |
| | |||||
* | [#1602] add missing-config-h-include step to CI | Andrei Pavel | 2020-12-30 | 1 | -0/+11 |
| | |||||
* | [#1602] add tools/check-duplicate-includes.sh | Andrei Pavel | 2020-12-30 | 1 | -0/+10 |
| | |||||
* | [#437] make shell tests work with GTEST_OUTPUT | Andrei Pavel | 2020-12-29 | 1 | -0/+1 |
| | |||||
* | [#1574] add all shell scripts to shellcheck CI | Andrei Pavel | 2020-12-14 | 1 | -11/+72 |
| | |||||
* | [#1438] tidy up bump-lib-versions.sh | Andrei Pavel | 2020-12-07 | 1 | -1/+2 |
| | |||||
* | [#1453] rename script to add-config-h.sh | Andrei Pavel | 2020-11-02 | 1 | -1/+1 |
| | |||||
* | [#1453] Gitlab CI: shellcheck tools/add-config.h | Andrei Pavel | 2020-10-30 | 1 | -0/+1 |
| | |||||
* | [#892] Fixed shellcheck in gitlab-ci | Tomek Mrugalski | 2020-02-21 | 1 | -0/+3 |
| | |||||
* | [#1071] Fix for danger running on wrong runner | Tomek Mrugalski | 2020-02-21 | 1 | -0/+3 |
| | |||||
* | [#672] added ChangeLog entry about Dangerfile | Michal Nowikowski | 2019-12-19 | 1 | -2/+1 |
| | |||||
* | [#672] added danger for checking commits compliance | Michal Nowikowski | 2019-12-19 | 1 | -5/+19 |
| | |||||
* | List of scripts to check fixed. | Tomek Mrugalski | 2019-03-06 | 1 | -4/+5 |
| | |||||
* | cql_config cleaned up | Tomek Mrugalski | 2019-03-06 | 1 | -1/+4 |
| | |||||
* | Warning about local variables disabled | Tomek Mrugalski | 2019-03-06 | 1 | -1/+5 |
| | |||||
* | gitlab-ci simplified | Tomek Mrugalski | 2019-03-06 | 1 | -8/+2 |
| | |||||
* | apt changed to apt-get | Tomek Mrugalski | 2019-03-06 | 1 | -1/+1 |
| | |||||
* | Stage defined explicitly as test | Tomek Mrugalski | 2019-03-06 | 1 | -0/+1 |
| | |||||
* | attempt #6 | Tomek Mrugalski | 2019-03-06 | 1 | -3/+2 |
| | |||||
* | attempt #5 | Tomek Mrugalski | 2019-03-06 | 1 | -10/+5 |
| | |||||
* | [#480,!245] Attempt #4 | Tomek Mrugalski | 2019-03-06 | 1 | -0/+5 |
| | |||||
* | [#480,!245] Attempt #3 | Tomek Mrugalski | 2019-03-06 | 1 | -1/+13 |
| | |||||
* | [#480,!245] yml random fix attempt | Tomek Mrugalski | 2019-03-06 | 1 | -1/+2 |
| | |||||
* | [#480,!245] Using debian image now | Tomek Mrugalski | 2019-03-06 | 1 | -0/+6 |
| | |||||
* | [#480,!245] First gitlab-ci added | Tomek Mrugalski | 2019-03-06 | 1 | -0/+8 |