Skip to content
Merged
Show file tree
Hide file tree
Changes from 23 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
d359f76
error.message cleanup + epcis retry and fallback
MilanKomsa Feb 11, 2026
ad06c17
Added GET API
MilanKomsa Feb 17, 2026
a763b2d
pagination support
MilanKomsa Feb 17, 2026
628ec48
remove sparqlQuery
MilanKomsa Feb 17, 2026
abda326
fixed eventCounts not returning properly
MilanKomsa Feb 17, 2026
adc37bb
Extension of functionality with Aggregation and Transformation event …
MilanKomsa Feb 17, 2026
da67eef
Generalized guide and doc
MilanKomsa Feb 17, 2026
bcdab8b
added sourceKAs to chat
MilanKomsa Feb 17, 2026
d0fc1b6
Merge branch 'main' of github.com:OriginTrail/dkg-node into update/ep…
MilanKomsa Feb 18, 2026
456c8c8
Codex fixes
MilanKomsa Feb 18, 2026
106327e
rework epcis capture
Feb 20, 2026
38746ff
better logs in check capture status
Feb 20, 2026
160fa20
reworked epcis v2
Feb 24, 2026
cb79621
Linux case sensitive fix
MilanKomsa Feb 24, 2026
db1aeab
Merge remote-tracking branch 'origin/main' into update/epcis-v2
Feb 25, 2026
ffc46d1
[feat] Add automated Codex PR review via GitHub Action
Feb 24, 2026
68f882c
[improvement] Add try/catch fallback for malformed Codex output
Feb 24, 2026
89d0ec2
[improvement] Guard against missing or non-array comments in Codex ou…
Feb 24, 2026
3cfde8c
updates
Feb 25, 2026
772f674
docs
Feb 25, 2026
bb63e5a
fix errors on github actions
Feb 25, 2026
19961ee
Merge pull request #37 from OriginTrail/feat/epcis-v2-reworked
MilanKomsa Feb 26, 2026
4da02af
[bug] Align EPCIS capture schema and status error logging
Feb 26, 2026
559796c
[improvement] Align EPCIS tests with dist-only imports
Feb 26, 2026
565551d
query epc variable fix
MilanKomsa Feb 26, 2026
dcde78b
gitbook docs added
MilanKomsa Feb 26, 2026
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
70 changes: 70 additions & 0 deletions package-lock.json

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

1,611 changes: 1,225 additions & 386 deletions packages/plugin-epcis/docs/EPCIS-Integration-Guide.md

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion packages/plugin-epcis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "tsup src/*.ts --format cjs,esm --dts",
"check-types": "tsc --noEmit",
"lint": "eslint . --max-warnings 0",
"test": "mocha --loader ../../node_modules/tsx/dist/loader.mjs 'tests/**/*.spec.ts'"
"test": "tsx ../../node_modules/mocha/bin/mocha.js 'tests/**/*.spec.ts'"
},
"dependencies": {
"@dkg/plugin-swagger": "^0.0.2",
Expand All @@ -21,6 +21,7 @@
"devDependencies": {
"@dkg/eslint-config": "*",
"@dkg/typescript-config": "*",
"supertest": "^7.2.2",
"tsup": "^8.5.0"
}
}
Loading
Loading