- Feb 25, 2020
-
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
The trigger functions were refactored but job_template was passed instead of inventory_source. JIRA INFRA-1792 #action In Progress
-
- Feb 24, 2020
-
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
JIRA INFRA-1790 #action In Progress
-
- Feb 21, 2020
-
-
Benjamin Bertrand authored
JIRA INFRA-1788 #action In Progress
-
Benjamin Bertrand authored
The version file is created when building the docker image using the git tag. Switch to calendar versioning JIRA INFRA-1789 #action In Progress
-
- Feb 19, 2020
-
-
Benjamin Bertrand authored
Add default command as well
-
- Feb 03, 2020
-
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
- Remove "- CSEntry" (logo is already displayed in tabs depending on the browser) - Specify name of the instance in view and edit pages JIRA INFRA-1726 #action In Progress
-
Benjamin Bertrand authored
JIRA INFRA-1724
-
Benjamin Bertrand authored
JIRA INFRA-1724 #action In Progress
-
Benjamin Bertrand authored
make test should use "-f docker-compose.yml" to not mount the postgres data volume See b4f9c100
-
Benjamin Bertrand authored
Sensitive hosts shall not be returned in search and get queries (both web and API) for non admin users JIRA INFRA-1671
-
Benjamin Bertrand authored
JIRA INFRA-1671
-
- Jan 28, 2020
-
-
Benjamin Bertrand authored
JIRA INFRA-1671 #action In Progress
-
Benjamin Bertrand authored
JIRA INFRA-1669 #action In Progress
-
Benjamin Bertrand authored
-
- Dec 19, 2019
-
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
JIRA INFRA-1660 #action In Progress
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
JIRA INFRA-1627
-
Benjamin Bertrand authored
JIRA INFRA-1627 #action In Progress
-
- Dec 18, 2019
-
-
Benjamin Bertrand authored
Check that a group child is not: - the group itself - the "all" group - in one of the parent groups (recursively) JIRA INFRA-1622 #action In Progress
-
Benjamin Bertrand authored
stack_member was incorrectly coerced to a string JIRA INFRA-1648 #action In Progress
-
- Dec 13, 2019
-
-
Benjamin Bertrand authored
Using a volume for postgres data makes the tests very slow on OSX. When running the tests, there is no need to persist the data (db is recreated before each session). `make db_test` should be used to start postgres without mounting the data volume (skip the docker-compose.override.yml).
-
- Dec 04, 2019
-
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
JIRA INFRA-1604 #action In Progress
-
- Nov 26, 2019
-
-
Benjamin Bertrand authored
Validation worked in the models because fullmatch is used but in the Regexp validators from wtforms, only match is called. The form validator didn't catch "AAA1100". Test added for this. JIRA INFRA-1569 #action In Progress
-
- Oct 31, 2019
-
-
Benjamin Bertrand authored
-
- Oct 30, 2019
-
-
Benjamin Bertrand authored
The tables were dropped at the end of the tests, but if CTRL-C was used, running the tests again could fail depending of the state the database was in.
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
Non admin users can't add an interface on a different network scope than the main one. No change for admin users. Note that this is more to avoid confusion. This is not restricted via the API. JIRA INFRA-1297
-
- Oct 29, 2019
-
-
Benjamin Bertrand authored
Endpoints required to update host and interface via the API JIRA INFRA-1406 #action In Progress
-
- Oct 24, 2019
-
-
Benjamin Bertrand authored
The interface name shall start by the host name. Its length must thus be longer than the host. JIRA INFRA-1324 #action In Progress
-
- Sep 18, 2019
-
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
The inventory update should be triggered separately from the core services update. Both jobs have been decoupled. INFRA-1290
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
Functionality is deprecated and not used anymore. New playbook written to use the variables in csentry inventory. JIRA INFRA-1299 #action In Progress
-
- Sep 17, 2019
-
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
Overwrite the default command to pass discovery.type=single-node Environment variable with "." can't be exported from bash. See https://gitlab.com/gitlab-org/gitlab-runner/issues/2410
-