Skip to content

Tags: stackql/stackql

Tags

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.

scenario-12540825505-04

Toggle scenario-12540825505-04's commit message
scenario-testing-evolution

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.

scenario-12540825505-02

Toggle scenario-12540825505-02's commit message
- Added verbosity for eyeballing.

scenario-12540825505-01

Toggle scenario-12540825505-01's commit message
improvement-of-scenarios

Summary:

- Change to walkthrough user input delimiters.
- Added `aws` walkthrough.
- Tabulation of results.
- Return code nonzero if **any** test fails.

scenario-12504430484-11

Toggle scenario-12504430484-11's commit message
demo-md-walkthrough-testing

Summary:

- Support for simple testing of walkthroughs written in markdown, with annotations.
- Whole table match scenario.
- Nonempty table match scenario.
- Skip testing on files named `README.md`.
- Runnable from CI, with tag of form: `scenario-<stackql_build_run_number>-<anything>`.