abapify
adt-cli
Sign in / Sign up
Open main menu
adt-cli
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
main
a52b9a89 chore(deps-dev): bump vite in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `vite` from 7.3.2 to 7.3.5 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v7.3.5/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v7.3.5/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 7.3.5 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
by dependabot...
d
Succeeded
main
3de88969 fix(proxy): skip set-cookie in forEach loop to prevent header flattening The `response.headers.forEach` callback joins multiple Set-Cookie header values with commas, which corrupts cookies whose Expires attributes contain commas (e.g. `Wdy, DD-Mon-YYYY HH:MM:SS GMT`). The subsequent `getSetCookie()` block only overwrites the flattened string when at least one cookie is present, so single-cookie responses are unaffected but the corruption still leaks through if getSetCookie is unavailable. Skip set-cookie in the forEach loop entirely so the dedicated getSetCookie branch is the only source of set-cookie values.
by Maple (gas...
M
Succeeded
main
c49ec338 fix: ensure p2-cli dist/ is built before npm publish
by copilot-sw...
c
Succeeded
main
c49ec338 fix: ensure p2-cli dist/ is built before npm publish
by copilot-sw...
c
Succeeded
main
efb26d80 feat(p2): bootstrap npm publish metadata and trusted publishing
by Petr Plenkov
P
Succeeded
main
efb26d80 feat(p2): bootstrap npm publish metadata and trusted publishing
by Petr Plenkov
P
Succeeded
main
8c4ffc3e feat: add e2e/adt-sdk to .gitignore
by Petr Plenkov
P
Succeeded
main
84d76572 docs: improve after-changes.md clarity, fix broken links in AGENTS.md, fix typos Agent-Logs-Url: https://github.com/abapify/adt-cli/sessions/549eaf34-83f7-4f25-875a-96745ab42f97 Co-authored-by: ThePlenkov <6381507+ThePlenkov@users.noreply.github.com>
by copilot-sw...
c
Succeeded
main
b64b1bb7 refactor transport resolution and hoist test helpers for Sonar findings Agent-Logs-Url: https://github.com/abapify/adt-cli/sessions/613ef9d2-4d7a-4fa2-b253-5127ee8fa6a6 Co-authored-by: ThePlenkov <6381507+ThePlenkov@users.noreply.github.com>
by copilot-sw...
c
Succeeded
main
7d4e8350 fix: use const variable for transportNumbers[0] to avoid non-null assertions Agent-Logs-Url: https://github.com/abapify/adt-cli/sessions/55d2931e-4620-4b48-a3de-a8ff52415bc3 Co-authored-by: ThePlenkov <6381507+ThePlenkov@users.noreply.github.com>
by copilot-sw...
c
Succeeded
main
5044c91b chore: update subproject commit for abap-file-formats
by Petr Plenkov
P
Succeeded
main
cdff562a chore(agents): update verification guidelines and clarify Prettier usage - Added `bunx nx format:check` requirement before push to ensure full-tree check. - Clarified Husky's behavior with `lint-staged` and the need to run `bunx nx format:check` locally after using GitHub Copilot Autofix.
by Petr Plenkov
P
Succeeded
main
17b4231e chore(agents): format adt workflows README for nx format:check Co-authored-by: Cursor <cursoragent@cursor.com>
by Petr Plenkov
P
Succeeded
main
2ea8a42c fix(adt-pilot): address PR #121 review — docs, types, workspace deps - Pilot local-dev doc: MD040 fences, no password-in-chat example, port diagram - adt-mcp-http: type multiSystem; serve uses bun + root .env via nx envFile - adt-config: fail fast on .ts config under Node; workspace:* for adt-config - adt-pilot: workspace:* devDep on adt-mcp; website SDK page + sidebar - src/mastra: camelCase locals; LITELLM_API_KEY already required Co-authored-by: Cursor <cursoragent@cursor.com>
by Petr Plenkov
P
Succeeded
main
e9f6a855 docs: add resolver type documentation for connection service Agent-Logs-Url: https://github.com/abapify/adt-cli/sessions/525382e9-b29f-437d-91cc-d318ae988993 Co-authored-by: ThePlenkov <6381507+ThePlenkov@users.noreply.github.com>
by Petr Plenkov
P
Succeeded
main
6adfa053 fix: use localeCompare in sort for SonarCloud S2871 reliability Co-Authored-By: Petr Plenkov <petr.plenkov@gmail.com>
by Devin AI
D
Succeeded
main
3f54276a chore: rerun code review check Co-Authored-By: Petr Plenkov <petr.plenkov@gmail.com>
by Devin AI
D
Succeeded
main
8f64a4d8 chore: rerun code review check Co-Authored-By: Petr Plenkov <petr.plenkov@gmail.com>
by Devin AI
D
Succeeded
main
3d5771af fix: apply CodeRabbit auto-fixes Fixed 1 file(s) based on 2 unresolved review comments. Co-authored-by: CodeRabbit <noreply@coderabbit.ai>
by coderabbit...
c
Succeeded
main
9659a89d security: resolve adt binary by walking up node_modules/.bin Addresses SonarCloud security hotspot typescript:S4036 (Using shell interpreters when executing OS commands) introduced by the previous `bunx`-based invocation, which resolved the binary via the user's PATH. Add a tiny `findHoistedBin(name, startDir)` helper that walks up from `ctx.cwd` looking for `node_modules/.bin/<name>` (with the `.cmd` suffix on Windows) and returns an absolute, existsSync-verified path. The adt CLI is then launched with that absolute path, so: * PATH contents can no longer influence which binary is executed (resolves the Sonar S4036 hotspot). * bun-workspace monorepos still work — the helper walks up exactly as npm/bunx would, finding the hoisted binary at the workspace root (keeps Devin's original review fix). * Windows `.cmd` shims are still handled via `shell: true` gated to win32 per Node's child_process docs.
by Petr Plenkov
P
Previous page
Previous
Next
Next page