Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
enh(libs): upgrade front libraries + improve dynamic import (#7724)
Browse files Browse the repository at this point in the history
  • Loading branch information
kduret authored and loiclau committed Aug 8, 2019
1 parent 61ecb20 commit 27af2f4
Show file tree
Hide file tree
Showing 43 changed files with 6,187 additions and 8,966 deletions.
576 changes: 381 additions & 195 deletions composer.lock

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions doc/en/release_notes/centreon-19.04/centreon-19.04.4.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
====================
Centreon Web 19.04.4
====================

Enhancements
------------


Bug fixes
---------


Documentation
-------------



Security fixes
--------------



Known issue
-----------
1 change: 1 addition & 0 deletions doc/en/release_notes/centreon-19.04/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Please find here the release notes dedicated to the last 19.04.x version of Cent
.. toctree::
:maxdepth: 1

centreon-19.04.4
centreon-19.04.3
centreon-19.04.2
centreon-19.04.1
Expand Down
24 changes: 24 additions & 0 deletions doc/fr/release_notes/centreon-19.04/centreon-19.04.4.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
====================
Centreon Web 19.04.4
====================

Enhancements
------------


Bug fixes
---------


Documentation
-------------



Security fixes
--------------



Known issue
-----------
1 change: 1 addition & 0 deletions doc/fr/release_notes/centreon-19.04/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Please find here the release notes dedicated to the last 19.04.x version of Cent
.. toctree::
:maxdepth: 1

centreon-19.04.4
centreon-19.04.3
centreon-19.04.2
centreon-19.04.1
Expand Down
15 changes: 15 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
module.exports = {
setupFilesAfterEnv: [
'@testing-library/react/cleanup-after-each',
'@testing-library/jest-dom/extend-expect',
],
snapshotSerializers: ['jest-emotion'],
roots: ['<rootDir>/www/front_src/src/'],
transform: {
'^.+\\.jsx?$': 'babel-jest',
},
moduleNameMapper: {
'\\.(s?css|png|svg)$': 'identity-obj-proxy',
},
testPathIgnorePatterns: ['/node_modules/'],
};
Loading

0 comments on commit 27af2f4

Please sign in to comment.