Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: stackql/stackql

Tags

v0.8.175

Toggle v0.8.175's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
support overwrite with registry pull (#550)

* support overwrite with registry pull

* fix: Format error

* skip all of the breakable build and push stuff in fork mode

* fix formatting error

* robot-test-coverage-registry-overwrite

Summary:

- Changed existing mocked registry entries for point of difference, in otder to support meaningful testing.
- Force drop registry cache entry for a given provider on `registry pull`.
- Added robot test `Registry Pull Overwrite Works in Both Directions`.

* update-any-sdk

Summary:

- Update `anny-sdk` version.
- Attempt support for windows provider delete.

* update-any-sdk

Summary:

- Update `anny-sdk` version.
- Fix file locking issue with signature check.
- Attempt support for windows provider delete.

* update-any-sdk

Summary:

- Update `anny-sdk` version.
- Eager close on provider file itself, inside `any-sdk`.

* update-any-sdk

Summary:

- Update `anny-sdk` version.
- Eager close on provider file itself, inside `any-sdk`.

---------

Co-authored-by: General Kroll <[email protected]>
Co-authored-by: Benevolent General Kroll Who cannot spell <[email protected]>

v0.8.141

Toggle v0.8.141's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
xml-http-response-transform (#543)

Summary:

- Support for:
    - Textual transformation of `xml` responses.
    - Presentation through schema overrrides.
- Added robot test `Select Star From Transformed XML Response Body`.
- Added robot test `Select Projection From Transformed XML Response Body`.
- Added robot test `Describe Transformed XML Response Body`.
- Inaugurate version `v0.8`.

v0.7.131

Toggle v0.7.131's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #539 from stackql/version0.7-adapted

Version0.7

v0.6.122

Toggle v0.6.122's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Fix problematic error returns (#534)

Signed-off-by: cuishuang <[email protected]>

v0.6.95

Toggle v0.6.95's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
quiesce-plan-cache (#521)

Summary:

- Current implementation of plan cache provdes zero benefit.
- Logic needs rework.
- This change quiesces the plan cache until such time as the requisite work is prioritised.

scenario-13101531453-all-stackql

Toggle scenario-13101531453-all-stackql's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
test-contains-both-streams (#516)

Summary:

- Added new robot testing keyword `Should Stackql Exec Inline Contain Both Streams`.
- Updated selected positive and negative scenarios to use new keyword.
- Robot test `Registry Pull Google Provider Implicit Latest Version` uses new keyword for positive scenario.
- Robot test `Select Star of EC2 Instances Returns Expected Result` uses new keyword for positive scenario.
- Robot test `Faulty Auth Azure Authenticated VM Sizes` uses new keyword for negative scenario.

v0.6.70

Toggle v0.6.70's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
sqlite-mathematics-returns (#511)

Summary:

- Improved CICD doco.
- Migrated duplicate functionality to `any-sdk`.
- Restore `sqlite3` mathematical functions.
- Added robot test `Google Buckets List With Date Logic Exemplifies Use of SQLite Math Functions`.

v0.6.65

Toggle v0.6.65's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
busted-gha-ubuntu-docker (#510)

Summary:

- Short term fix to avoid defective github action runner.
- Non standard runnner version pin.

scenario-12559149890-all-02

Toggle scenario-12559149890-all-02's commit message
readwrite-walkthrough

Summary:

- Webserver VM create walkthrough.

v0.6.50

Toggle v0.6.50's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
scenario-testing-evolution (#502)

Summary:

- Supporting different testing patterns:
    - `readonly`; read ops only.
    - `readwrite`; read and mutate with `stackql`.
    - `deploy`; lifecycle management with `stackql-deploy`.
- CI improvments to elide needless builds.