Skip to content
Draft

``` #13

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
9e33be2
```
ThePlenkov Dec 24, 2025
2b057ce
```
ThePlenkov Dec 24, 2025
5183bcf
```
ThePlenkov Dec 24, 2025
a93e0b0
```
ThePlenkov Dec 24, 2025
d89c832
fix(deps): remove unused SAP/CDS dependencies pulling in better-sqlite3
ThePlenkov Jan 8, 2026
8672c10
fix(adt-auth): add missing project.json for Nx configuration
ThePlenkov Jan 8, 2026
9ee2a8e
fix(adt-auth): reference tsconfig.lib.json in tsdown config
ThePlenkov Jan 8, 2026
9e1b524
fix(adt-auth): add ./basic export alias
ThePlenkov Jan 8, 2026
d6333c5
fix(adt-auth): use explicit entry mapping for ./basic export
ThePlenkov Jan 8, 2026
f92a2bc
fix(adt-cli): use correct plugin path for basic auth
ThePlenkov Jan 8, 2026
3b0c7b7
fix(adt-auth): export basic plugin as default export
ThePlenkov Jan 8, 2026
10e8951
fix(adt-auth): update login to use default export pattern
ThePlenkov Jan 8, 2026
459eeb7
chore(adt-auth): update package.json and tsdown config
ThePlenkov Jan 8, 2026
efa2b7d
fix(adt-auth): export basic plugin from main index
ThePlenkov Jan 8, 2026
81e0cf2
fix(adt-auth): add basic export alias in tsdown config
ThePlenkov Jan 8, 2026
73cba91
chore(adt-auth): update package.json exports (auto-generated by tsdown)
ThePlenkov Jan 8, 2026
188f3d0
feat(adt-cli): improve error handling with error codes and stack traces
ThePlenkov Jan 8, 2026
bd7e382
feat(adt-cli): extract error cause for better network error diagnostics
ThePlenkov Jan 8, 2026
d8afc63
feat(adt-cli): add --config option for explicit config file
ThePlenkov Jan 9, 2026
1873f80
fix(adt-cli): parse --config option from argv before parseAsync
ThePlenkov Jan 16, 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
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,19 @@ jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: actions/setup-node@v3
- uses: actions/setup-node@v6
with:
node-version: 22
cache: 'npm'
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
# This line enables distribution
# The "--stop-agents-after" is optional, but allows idle agents to shut down once the "e2e-ci" targets have been requested
# - run: npx nx-cloud start-ci-run --distribute-on="3 linux-medium-js" --stop-agents-after="e2e-ci"
- run: npm ci
- run: bun install --frozen-lockfile

- uses: nrwl/nx-set-shas@v4

Expand Down
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,4 @@ vite.config.*.timestamp*
.github/instructions/nx.instructions.md

vitest.config.*.timestamp*
secrets

bun.lock
bun.lockb
secrets
Loading
Loading