This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/npm_and_yarn/docs/multi-7e26fee070 in repository https://gitbox.apache.org/repos/asf/atlas.git
discard d8e0f9795 Bump ejs and docz in /docs add ab3257e7b ATLAS-5006 : Atlas incremental export takes too much time (almost equivalent to bootstrap export with the entire data) (#312) add c4c4cf25d ATLAS-5010: Upgrade axios version to 1.8.2+ (#317) add 4b702b076 ATLAS-5015: UI: when server response date fields as '0', UI shows as current time. (#332) add bedcb37a5 ATLAS-5005 : Basic search entity filter validation (#333) add 008f75487 ATLAS-5019: Add header in atlas login.jsp page (#335) add ce22cf0ed ATLAS-4990: Deleting the attribute def from type def vertex after deletion of attribute add 826f32da1 ATLAS-5024: Improve fetching edges of the vertex (#338) add ff8e08338 ATLAS-5018: UI: Updating pom.xml & package-lock.json file in docs module (#334) add a79342aa6 Bump ejs and docz in /docs This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (d8e0f9795) \ N -- N -- N refs/heads/dependabot/npm_and_yarn/docs/multi-7e26fee070 (a79342aa6) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: dashboardv2/public/js/utils/CommonViewFunction.js | 2 +- dashboardv2/public/js/utils/Utils.js | 8 +- dashboardv3/public/js/utils/CommonViewFunction.js | 2 +- dashboardv3/public/js/utils/Utils.js | 7 +- docs/package-lock.json | 84 +++++----------- docs/package.json | 2 +- docs/pom.xml | 2 - .../atlas/repository/graphdb/AtlasGraph.java | 8 ++ .../repository/graphdb/janus/AtlasJanusGraph.java | 12 +++ .../main/java/org/apache/atlas/AtlasErrorCode.java | 3 + .../apache/atlas/repository/graph/GraphHelper.java | 13 ++- .../atlas/repository/impexp/ExportService.java | 83 +++++++++++++++- .../store/graph/v2/AtlasStructDefStoreV2.java | 6 ++ .../store/graph/v2/EntityGraphRetriever.java | 4 + .../web/filters/AtlasAuthenticationFilter.java | 15 +-- .../web/filters/AtlasCSRFPreventionFilter.java | 2 +- .../filters/AtlasKnoxSSOAuthenticationFilter.java | 5 +- .../org/apache/atlas/web/filters/HeadersUtil.java | 77 +++++++++++---- .../org/apache/atlas/web/rest/DiscoveryREST.java | 43 ++++++++ .../atlas/web/servlets/AtlasHttpServlet.java | 22 ++--- .../apache/atlas/web/filters/HeaderUtilsTest.java | 108 +++++++++++++++++++++ .../atlas/web/integration/BasicSearchIT.java | 40 ++++++++ ...{attribute-filters.json => attribute-name.json} | 16 +-- ...attribute-filters.json => attribute-value.json} | 16 +-- .../resources/json/search-parameters/operator.json | 102 +++++++++++++++++++ 25 files changed, 537 insertions(+), 145 deletions(-) create mode 100644 webapp/src/test/java/org/apache/atlas/web/filters/HeaderUtilsTest.java copy webapp/src/test/resources/json/search-parameters/{attribute-filters.json => attribute-name.json} (74%) copy webapp/src/test/resources/json/search-parameters/{attribute-filters.json => attribute-value.json} (73%) create mode 100644 webapp/src/test/resources/json/search-parameters/operator.json