Skip to content

Commit

Permalink
Merge branch 'main' into get_units
Browse files Browse the repository at this point in the history
  • Loading branch information
asmfstatoil committed Oct 28, 2024
2 parents 85ccaa9 + a102c8a commit 2675172
Show file tree
Hide file tree
Showing 9 changed files with 2,708 additions and 1,666 deletions.
39 changes: 16 additions & 23 deletions .snyk
Original file line number Diff line number Diff line change
@@ -1,32 +1,25 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
SNYK-PYTHON-CRYPTOGRAPHY-6050294:
- '*':
reason: 'No patch available, false positive'
expires: 2024-07-01T00:00:00.000Z
created: 2023-11-15T11:05:00.000Z

SNYK-PYTHON-CRYPTOGRAPHY-6126975:
- '*':
reason: 'No patch available, false positive'
expires: 2024-07-01T00:00:00.000Z
created: 2023-12-15T11:05:00.000Z
SNYK-PYTHON-PILLOW-6514866:
- '*':
reason: 'Will be fixed later'
expires: 2024-07-01T00:00:00.000Z
created: 2024-04-02T11:00:00.000Z
SNYK-JS-INFLIGHT-6095116:
- '*':
reason: 'No patch available, false positive'
expires: 2024-07-01T00:00:00.000Z
reason: 'No patch available'
expires: 2024-11-01T00:00:00.000Z
created: 2023-12-04T09:05:00.000Z

SNYK-JS-FOLLOWREDIRECTS-6141137:
SNYK-PYTHON-NOTEBOOK-7850171:
- '*':
reason: 'No patch available'
expires: 2024-11-01T00:00:00.000Z
created: 2024-09-11T12:17:00.000Z
SNYK-PYTHON-CRYPTOGRAPHY-7886970:
- '*':
reason: 'No patch available'
expires: 2024-11-01T00:00:00.000Z
created: 2024-09-11T12:17:00.000Z
SNYK-PYTHON-JUPYTERLAB-7850170:
- '*':
reason: 'No patch available, false positive'
expires: 2024-07-01T00:00:00.000Z
created: 2024-01-02T11:05:00.000Z
reason: 'No patch available'
expires: 2024-11-01T00:00:00.000Z
created: 2024-09-11T12:17:00.000Z
patch: {}
version: v1.25.0
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,47 @@

This changelog is deprecated. All changes are documented under [releases](https://github.com/equinor/tagreader-python/releases).

## [6.0.1](https://github.com/equinor/tagreader-python/compare/v6.0.0...v6.0.1) (2024-10-03)


### 🐛 Bug Fixes

* include all hashlib.new inputs ([#379](https://github.com/equinor/tagreader-python/issues/379)) ([de319cf](https://github.com/equinor/tagreader-python/commit/de319cf99095897bdd5155e6da542a95f9dae392))

## [6.0.0](https://github.com/equinor/tagreader-python/compare/v5.5.0...v6.0.0) (2024-09-13)


### ⚠ BREAKING CHANGES

* update code to work with updated pi backend ([#372](https://github.com/equinor/tagreader-python/issues/372))

### 🧹 Chores

* bump allowed msal-bearer ([#375](https://github.com/equinor/tagreader-python/issues/375)) ([bd1e332](https://github.com/equinor/tagreader-python/commit/bd1e332636e6c07bc1ade0f4482711e14e9b54f9))


### ✨ Features

* update code to work with updated pi backend ([#372](https://github.com/equinor/tagreader-python/issues/372)) ([9da2963](https://github.com/equinor/tagreader-python/commit/9da296357364545f4e66a119551cc0af67587c88))


### 🐛 Bug Fixes

* fix bug with wrong url for pi ([b283859](https://github.com/equinor/tagreader-python/commit/b2838599471340fd657cf38568d21feb67ed2673))

## [5.5.0](https://github.com/equinor/tagreader-python/compare/v5.4.0...v5.5.0) (2024-08-19)


### 📦 Build system

* **deps:** Update dependencies and snyk ignore ([0db35a4](https://github.com/equinor/tagreader-python/commit/0db35a4b017d666a3d6ec8b8a717af3c0f1fcafa))


### ✨ Features

* return more aspen tag search results ([#357](https://github.com/equinor/tagreader-python/issues/357)) ([89f7961](https://github.com/equinor/tagreader-python/commit/89f7961f148861e543696e8edc3b161fd4335566))
* return more search tag search results ([89f7961](https://github.com/equinor/tagreader-python/commit/89f7961f148861e543696e8edc3b161fd4335566))

## [5.4.0](https://github.com/equinor/tagreader-python/compare/v5.3.0...v5.4.0) (2024-06-03)


Expand Down
18 changes: 14 additions & 4 deletions documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
},
"dependencies": {
"@akebifiky/remark-simple-plantuml": "^1.0.2",
"@docusaurus/core": "^3.2.0",
"@docusaurus/preset-classic": "^3.2.0",
"@docusaurus/theme-mermaid": "^3.2.0",
"@docusaurus/core": "^3.5.1",
"@docusaurus/preset-classic": "^3.5.1",
"@docusaurus/theme-mermaid": "^3.5.1",
"@mdx-js/react": "^3.0.1",
"prism-react-renderer": "^2.3.1",
"react": "^18.2.0",
Expand All @@ -30,6 +30,15 @@
"@tsconfig/docusaurus": "^2.0.3",
"typescript": "^5.4.3"
},
"resolutions": {
"braces": "3.0.3",
"katex": "0.16.11",
"micromatch": "4.0.7",
"webpack-dev-middleware": "5.3.4",
"ws": "7.5.10",
"dompurify": "3.0.11",
"express": "4.19.2"
},
"browserslist": {
"production": [
">0.5%",
Expand All @@ -44,5 +53,6 @@
},
"engines": {
"node": ">=20.0"
}
},
"packageManager": "[email protected]+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}
Loading

0 comments on commit 2675172

Please sign in to comment.