Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/v0.0.1 alpha.98 #96

Merged
merged 26 commits into from
Nov 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
bca9e1f
add dotenv
dkackman Oct 27, 2024
830f94b
first owrking version of urn format
dkackman Oct 28, 2024
5917ded
use the Udi class to reconstitute the resource urn
dkackman Oct 29, 2024
6c9218f
expand the redirect to referrer to support cases where the referrer u…
dkackman Oct 29, 2024
2c2240e
only log in removeDuplicatePathPart if the input and output differ
dkackman Oct 29, 2024
db9df30
move urn parsing into Udi class
dkackman Oct 29, 2024
3a0776b
make namesapce compare case insensitive per spec
dkackman Oct 30, 2024
ef1f6e3
incroporate SDK version of UDI class
dkackman Oct 30, 2024
ea43a53
change Store Id labels
dkackman Oct 30, 2024
6ec9d5f
Merge pull request #92 from dkackman/testing
MichaelTaylor3D Oct 31, 2024
9f1ca3b
feat: update UDI handling
MichaelTaylor3D Oct 31, 2024
f9846e0
fix: strip off leading slash in parse udi
MichaelTaylor3D Oct 31, 2024
d9c7647
feat: add subdomain resolver
MichaelTaylor3D Oct 31, 2024
099d9df
chore: update sdk
MichaelTaylor3D Oct 31, 2024
01660d5
fix: udi subdomain
MichaelTaylor3D Oct 31, 2024
0a4b2a2
fix: udi subdomain
MichaelTaylor3D Oct 31, 2024
6122bf5
fix: udi subdomain
MichaelTaylor3D Oct 31, 2024
2454d8c
fix: udi subdomain
MichaelTaylor3D Nov 1, 2024
7354f9c
fix: udi subdomain
MichaelTaylor3D Nov 1, 2024
1985abd
fix: udi subdomain
MichaelTaylor3D Nov 1, 2024
7761150
fix: udi subdomain
MichaelTaylor3D Nov 1, 2024
498f2dc
fix: udi subdomain
MichaelTaylor3D Nov 1, 2024
776eea5
fix: udi subdomain
MichaelTaylor3D Nov 1, 2024
eea1a5b
chore: update sdk
MichaelTaylor3D Nov 16, 2024
5133998
chore: merge testing
MichaelTaylor3D Nov 16, 2024
5f8596b
chore(release): 0.0.1-alpha.98
MichaelTaylor3D Nov 16, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules
.dig
dist
dig.config.json
dig.config.json
.env
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.0.1-alpha.98](https://github.com/DIG-Network/dig-content-server/compare/v0.0.1-alpha.97...v0.0.1-alpha.98) (2024-11-16)


### Features

* add subdomain resolver ([d9c7647](https://github.com/DIG-Network/dig-content-server/commit/d9c76470c0444bcc6729eec43c9e5143c1592709))
* update UDI handling ([9f1ca3b](https://github.com/DIG-Network/dig-content-server/commit/9f1ca3bc41103c55a7591a7d5ca681ecacc462d9))


### Bug Fixes

* strip off leading slash in parse udi ([f9846e0](https://github.com/DIG-Network/dig-content-server/commit/f9846e0d0bb11fdde55d6b9eccee8786597f0ef2))
* udi subdomain ([776eea5](https://github.com/DIG-Network/dig-content-server/commit/776eea5fba9e75f012a8519f5c2706e52b9f840a))
* udi subdomain ([498f2dc](https://github.com/DIG-Network/dig-content-server/commit/498f2dcc62c5bd4cfdd03e522d6aa022e665601d))
* udi subdomain ([7761150](https://github.com/DIG-Network/dig-content-server/commit/7761150c0a1450848f35bd1b2220637025fba724))
* udi subdomain ([1985abd](https://github.com/DIG-Network/dig-content-server/commit/1985abd506dc3b8a949aa164c91ff362a74f6e0b))
* udi subdomain ([7354f9c](https://github.com/DIG-Network/dig-content-server/commit/7354f9c9b4662987f3e2a8164f4289b25e8cda2c))
* udi subdomain ([2454d8c](https://github.com/DIG-Network/dig-content-server/commit/2454d8cbf988ca10e86fb16110ae762fc5a11ab6))
* udi subdomain ([6122bf5](https://github.com/DIG-Network/dig-content-server/commit/6122bf5c25a28f63d3b131ceebe0eabfa2a21451))
* udi subdomain ([0a4b2a2](https://github.com/DIG-Network/dig-content-server/commit/0a4b2a2c0672d46df8f08a5041d345e6cc776b47))
* udi subdomain ([01660d5](https://github.com/DIG-Network/dig-content-server/commit/01660d5ecbb80ce3b6aa255a691294d53fb962a5))

### [0.0.1-alpha.97](https://github.com/DIG-Network/dig-content-server/compare/v0.0.1-alpha.96...v0.0.1-alpha.97) (2024-10-29)


Expand Down
154 changes: 143 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dig-content-server",
"version": "0.0.1-alpha.97",
"version": "0.0.1-alpha.98",
"description": "",
"type": "commonjs",
"main": "./dist/index.js",
Expand All @@ -26,14 +26,16 @@
],
"dependencies": {
"@dignetwork/datalayer-driver": "^0.1.28",
"@dignetwork/dig-sdk": "^0.0.1-alpha.169",
"@dignetwork/dig-sdk": "^0.0.1-alpha.194",
"add": "^2.0.6",
"cheerio": "^1.0.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"qs": "^6.13.0",
"superagent": "^10.1.0"
"superagent": "^10.1.0",
"urns": "^0.6.0"
},
"devDependencies": {
"@types/cookie-parser": "^1.4.7",
Expand Down
Loading