2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 13:07:50 +00:00

220 Commits

Author SHA1 Message Date
Razvan Becheriu
c056162c99 [#2827] reverted src/share/api and updated script 2023-05-11 11:31:16 +03:00
Razvan Becheriu
7002405f62 [#2827] process api.rst also 2023-05-11 11:30:02 +03:00
Razvan Becheriu
50abca6f3f [#2827] fixed all json examples in arm 2023-05-11 11:30:02 +03:00
Marcin Godzina
769b3583ab [#2809] release changes 2023-03-24 23:51:18 +01:00
Andrei Pavel
4450e0514a
[#2769] release changes 2023-02-17 17:42:41 +02:00
Andrei Pavel
38e63b4260
[#2768] bump up library versions for 2.3.5 release 2023-02-17 17:07:10 +02:00
Razvan Becheriu
9d02694589 [#2702] moved cfgrpt inside process folder 2023-02-11 12:43:02 +02:00
Andrei Pavel
4898a69b1c
[#2650] make bump-lib-versions.sh write ChangeLog entry too 2022-11-25 23:25:23 +02:00
Wlodek Wencel
188f05b891 [#2551] release changes 2022-08-29 06:49:09 -07:00
Razvan Becheriu
30d7fece60 [#2528] updated bump-lib-versions script for latest versioning model 2022-08-26 14:03:20 +03:00
Andrei Pavel
9c2b1591ea
[#2505] release changes 2022-07-25 18:51:51 +03:00
Andrei Pavel
83e06a940c [#2470] fix formatting tools on premium or other repos 2022-07-01 16:26:54 +00:00
Andrei Pavel
d84c81b799
[#2379] add tools/check-for-missing-api-commands.sh 2022-07-01 18:23:41 +03:00
Razvan Becheriu
d41571ce17 [#2116] remove cql code 2022-03-31 08:11:37 +00:00
Andrei Pavel
cd64f52014
[#2290] release changes 2022-01-25 18:17:54 +02:00
Andrei Pavel
04e87e3682 [#2238] different wordsmithing in BNF extract script 2022-01-25 11:04:53 -05:00
Andrei Pavel
c160323039
[#2197] release changes 2021-11-22 12:59:15 +02:00
Andrei Pavel
fb45e75279
[#1990] chmod -x reinstall.sh.in
.sh.in files should not be executable
2021-08-12 18:33:27 +03:00
Andrei Pavel
bc74f13143
[#2014] fix shellcheck CI 2021-08-03 19:21:11 +03:00
Michal Nowikowski
50471fce02 [#1998] release changes 2021-07-28 06:32:29 +02:00
Andrei Pavel
49961203b0 [#1077] autotools: AX_FIND_LIBRARY & AX_SYSREPO 2021-07-26 10:17:04 +00:00
Andrei Pavel
10542a550a [#1077] exit 0 after --help in scripts 2021-07-23 10:45:36 +00:00
Andrei Pavel
9942b35e41 [#1077] make autotools work with sysrepo 1.4 2021-07-23 10:45:36 +00:00
Andrei Pavel
438e394815
[#1961] quote "local a=${b}" expressions for dash
In dash if ${b} contains spaces, a is assigned the first word instead of
the whole expression in the "local a=${b}" expression format. Empirically,
there seem to be several solutions:
* local a="${b}"
* local a
  a=${b}
* a=${b} - losing the non-posix "local"

This commit adds the quotes like in the first solution above to all
expressions that match the format above.
2021-07-05 20:46:52 +03:00
Andrei Pavel
918479fc2c
[#1692] Gitlab CI: fix "test: too many arguments" 2021-07-01 21:37:47 +03:00
Andrei Pavel
17412cc914
[#1947] 1.9.9 release changes 2021-06-28 10:34:31 +03:00
Tomek Mrugalski
d810d7344d [#745] extract_bnf now always use English 2021-06-23 12:40:48 +02:00
Tomek Mrugalski
386922fb83 [#745] extract_bnf script takes parameter for --markdown 2021-06-23 12:04:18 +02:00
Tomek Mrugalski
1dbf1c8232 [#745] extract_bnf can now support .md 2021-06-23 12:04:18 +02:00
Francis Dupont
70226cf694 [#745] Added NULL token 2021-06-23 12:04:18 +02:00
Francis Dupont
47a5186cc2 [#745] Finished conversion to BNF 2021-06-23 12:04:18 +02:00
Tomek Mrugalski
54b02254ca [#745] BNF notation can now be extracted
- rebased to June 2021
2021-06-23 12:04:18 +02:00
Andrei Pavel
a5d5eb3d86
[#1653] friendly errors, not unbound variable 2021-06-22 11:48:26 +03:00
Andrei Pavel
fa335d1dd3
[#1772] fix tools/bump-lib-versions.sh 2021-03-29 22:58:55 +03:00
Andrei Pavel
c53e135833
[#1656] 1.9.4 release: update copyrights 2021-01-25 13:52:09 +02:00
Andrei Pavel
96f049b111
[#1656] 1.9.4 release: spelling check 2021-01-25 13:52:09 +02:00
Andrei Pavel
23ceeaddfe
[#1638] minor: missing newlines in printfs 2021-01-22 18:37:13 +02:00
Andrei Pavel
c7311fa52b
[#1455] clang-format, uncrustify 2021-01-22 17:19:51 +02:00
Andrei Pavel
eaec7339e5
[#1602] solve CI issues 2020-12-30 15:56:21 +02:00
Andrei Pavel
764e8f9788
[#1602] remove tools/.generated-files.txt 2020-12-30 15:55:06 +02:00
Andrei Pavel
6f22334f6a
[#1602] regenerate .generated-files.txt 2020-12-30 15:55:06 +02:00
Andrei Pavel
db289117bf
[#1602] add tools/print-generated-files.sh 2020-12-30 15:55:05 +02:00
Andrei Pavel
c3a44d65d3
[#1602] better comments 2020-12-30 15:55:05 +02:00
Andrei Pavel
aaf1410cd3
[#1602] add missing-config-h-include step to CI 2020-12-30 15:55:05 +02:00
Andrei Pavel
e96c6a2a40
[#1602] remove duplicate includes 2020-12-30 15:55:05 +02:00
Andrei Pavel
f032148383
[#1602] centralize generated files 2020-12-30 15:55:05 +02:00
Andrei Pavel
14dd41bbd0
[#1602] add tools/check-duplicate-includes.sh 2020-12-30 15:55:05 +02:00
Wlodek Wencel
a3b7ddabe4 [#1609] 1.9.3 changes 2020-12-14 04:20:40 -08:00
Andrei Pavel
49d8ce20dd
[#1574] remove the last unintended set +e 2020-12-14 12:08:39 +02:00
Andrei Pavel
9ca8b2fcc7
[#1574] make all shell scripts POSIX compliant
* solve all shellcheck warnings
* shebang in all scripts
* set -eu everywhere
* make scripts callable from everywhere
* quote variables to prevent globbing and word splitting
* add missing copyrights
* remove unused variables
* use $() instead of backticks ``
... and so on
2020-12-14 12:08:11 +02:00