Skip to content

Staging - #22

Merged
oskaresparza merged 19 commits into
mainfrom
staging
Aug 12, 2026
Merged

Staging#22
oskaresparza merged 19 commits into
mainfrom
staging

Conversation

@oskaresparza

Copy link
Copy Markdown
Collaborator

No description provided.

oskaresparza and others added 19 commits August 12, 2026 07:55
- .github/dependabot.yml: weekly PRs for pip (pyproject.toml) and
  github-actions (workflow pin) ecosystem updates.
- .github/workflows/security.yml: CodeQL static analysis for Python
  plus pip-audit against the installed dependency set, on push to
  development/staging/main, on every PR, weekly, and on demand.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
actions/checkout@v4 and actions/setup-python@v5 only support Node 20,
which GitHub is deprecating on Actions runners — bump to @v5/@v6
across ci.yml, release.yml, and security.yml so they run on Node 24
natively instead of the runner's forced-compatibility shim.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Both now raise NotImplementedError immediately instead of running
their CTAS/CREATE OR REPLACE VIEW statements — signatures unchanged
so Catalog.draft2version/publishversion, _OPERATIONS dispatch, and
retry_pending all still resolve, they just fail loudly when called.

Switched the generic retry-mechanism tests that happened to use these
two as convenient examples over to deleteview/datacopy instead, and
updated README's usage example and operation list to stop advertising
them as working.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v5...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2 to 3.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](softprops/action-gh-release@v2...v3)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v3...v4)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…/checkout-7

Bump actions/checkout from 5 to 7
…ps/action-gh-release-3

Bump softprops/action-gh-release from 2 to 3
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v6...v7)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…codeql-action-4

Bump github/codeql-action from 3 to 4
…/setup-python-7

Bump actions/setup-python from 6 to 7
Dependabot only attaches labels it's told about via labels: — it never
creates them, and errors out on every PR it opens if a listed label
("dependencies", "github-actions") isn't already there. Omitting
labels: falls back to Dependabot's own default label, which it does
create automatically.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Merge pull request #18 from eeadata/debug_library
Merge pull request #19 from eeadata/development
@oskaresparza
oskaresparza merged commit 2b05952 into main Aug 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant