Skip to content

Commit

Permalink
Resync 12 06 (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
sc979 authored Dec 6, 2024
1 parent dd2a51f commit f769c33
Show file tree
Hide file tree
Showing 46 changed files with 12,719 additions and 175 deletions.
3 changes: 3 additions & 0 deletions centreon-awie/packaging/centreon-awie.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,6 @@ rpm:
signature:
key_file: ${RPM_SIGNING_KEY_FILE}
key_id: ${RPM_SIGNING_KEY_ID}

deb:
compression: zstd
3 changes: 3 additions & 0 deletions centreon-dsm/packaging/centreon-dsm-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ rpm:
signature:
key_file: ${RPM_SIGNING_KEY_FILE}
key_id: ${RPM_SIGNING_KEY_ID}

deb:
compression: zstd
3 changes: 3 additions & 0 deletions centreon-dsm/packaging/centreon-dsm-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,6 @@ rpm:
signature:
key_file: ${RPM_SIGNING_KEY_FILE}
key_id: ${RPM_SIGNING_KEY_ID}

deb:
compression: zstd
3 changes: 3 additions & 0 deletions centreon-dsm/packaging/centreon-dsm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ rpm:
signature:
key_file: ${RPM_SIGNING_KEY_FILE}
key_id: ${RPM_SIGNING_KEY_ID}

deb:
compression: zstd
3 changes: 3 additions & 0 deletions centreon-open-tickets/packaging/centreon-open-tickets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,6 @@ rpm:
signature:
key_file: ${RPM_SIGNING_KEY_FILE}
key_id: ${RPM_SIGNING_KEY_ID}

deb:
compression: zstd
6 changes: 6 additions & 0 deletions centreon-open-tickets/tests/e2e/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
extends: [
'./node_modules/@centreon/js-config/eslint/react/typescript.eslintrc.js',
'plugin:cypress/recommended',
],
};
6 changes: 6 additions & 0 deletions centreon-open-tickets/tests/e2e/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
node_modules
results
fixtures/packages
*.yml
cucumber-messages.ndjson
cypress
Loading

0 comments on commit f769c33

Please sign in to comment.