-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: cueapi/cueapi-python
base: a8e8277
head repository: cueapi/cueapi-python
compare: ac957e2
- 7 commits
- 5 files changed
- 3 contributors
Commits on Apr 4, 2026
-
chore: pipeline validation test
Gk authored and Gk committedApr 4, 2026 Configuration menu - View commit details
-
Copy full SHA for 229190c - Browse repository at this point
Copy the full SHA 229190cView commit details -
ci: add post-merge test trigger for cueapi-python
ci: trigger Argus test-sdk after merge
Configuration menu - View commit details
-
Copy full SHA for f6a44da - Browse repository at this point
Copy the full SHA f6a44daView commit details -
test: fill SDK gaps — workers resource, executions resource, update m…
…ethod chore: pipeline validation test
Configuration menu - View commit details
-
Copy full SHA for 5b7211e - Browse repository at this point
Copy the full SHA 5b7211eView commit details
Commits on Apr 12, 2026
-
security: add PEP 740 attestations to PyPI publish (#17)
* security: add PEP 740 attestations to PyPI publish workflow - Pin pypa/gh-action-pypi-publish to SHA (v1.14.0) - Enable attestations: true for PEP 740 provenance - Add test job before publish (tests must pass before release) - Add explicit permissions: { contents: read } at workflow level - Bump version to 0.1.1 - Document attestation in README Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix: remove test job from publish workflow SDK tests are integration tests requiring staging API + service containers. They run on PRs via feature-to-main.yml. The publish workflow trusts that tests passed during the PR process. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Gk <gk@Gks-MacBook-Pro.local> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>Configuration menu - View commit details
-
Copy full SHA for bc5b84c - Browse repository at this point
Copy the full SHA bc5b84cView commit details -
fix: add Bug Tracker URL to PyPI metadata (#18)
The cueapi-sdk package on PyPI was missing the Bug Tracker project URL, meaning users had no link to report issues. Adds the correct URL pointing to https://github.com/cueapi/cueapi-python/issues. Also bumps version to 0.1.2 (metadata-only patch) and syncs __version__ in __init__.py. Co-authored-by: Gk <gk@Gks-MacBook-Pro.local> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 63a4a59 - Browse repository at this point
Copy the full SHA 63a4a59View commit details
Commits on Apr 15, 2026
-
chore(meta): fix license mismatch (Apache-2.0), expand PyPI metadata,…
… bump to 0.1.3 Reconciles pyproject.toml license with LICENSE file content and repo description (Apache-2.0, not MIT). Adds Trove classifiers, expanded keyword list, maintainers block, and Changelog/Source Code/Status Page URLs. No code changes.
Gk authored and Gk committedApr 15, 2026 Configuration menu - View commit details
-
Copy full SHA for 156ed37 - Browse repository at this point
Copy the full SHA 156ed37View commit details
Commits on Apr 19, 2026
-
feat(executions): add result_ref kwarg to report_outcome (#20)
The server's /v1/executions/{id}/outcome endpoint already accepts a `result_ref` evidence field (see OutcomeRequest in cueapi/cueapi app/schemas/outcome.py). The SDK's report_outcome was missing it, forcing callers who want to attach a reference ID to fall back to either raw HTTP or using an unrelated field like external_id. Single-line addition in executions.py: new kwarg, forwarded to the POST body when provided, same shape as every other evidence field. Companion change in cueapi-worker 0.3.0 (monorepo PR in cueapi/cueapi) exposes the same field on its WorkerAPIClient so worker-transport handlers can surface result_ref via the new CUEAPI_OUTCOME_FILE pattern. No behavioral change for existing callers — kwarg is optional and defaults to None. Co-authored-by: Gk <gk@Gks-MacBook-Pro.local>Configuration menu - View commit details
-
Copy full SHA for ac957e2 - Browse repository at this point
Copy the full SHA ac957e2View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff a8e8277...ac957e2