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

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: stackql/stackql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.50
Choose a base ref
...
head repository: stackql/stackql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.65
Choose a head ref
  • 5 commits
  • 138 files changed
  • 1 contributor

Commits on Jan 5, 2025

  1. readwrite-walkthrough (#503)

    Summary:
    
    - Webserver VM create walkthrough.
    general-kroll-4-life authored Jan 5, 2025
    Configuration menu
    Copy the full SHA
    154ba8b View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2025

  1. any-sdk-shift (#504)

    Summary:
    
    - Migrate auth to `any-sdk`.
    - Migrate many constants to `any-sdk`.
    - Migrate bulk of networkikng to `any-sdk`.
    - Migrate logging package to `any-sdk`.
    - Migrate independent DTOs to `any-sdk`.
    - All `openapi` logic now via `any-sdk`.
    general-kroll-4-life authored Jan 18, 2025
    Configuration menu
    Copy the full SHA
    a891a31 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2025

  1. docker-build-parallel (#508)

    Summary:
    
    1. Due to shortfall in `docker` build tooling, it is not possible to first build and store a multi-architecture image and then test it and then push it.
    2. Because point (1) is exactly what we require, and the prior push step has to halt and wait for `arm64`, time gets wasted.
    3. This change seeks to mitigate same by pushing a digest-only tagged image for each architecture, and then (post-testing) adding *nominally* immutable multi-architecture tags.
    
    **Note**: unfortunately, at this time, `linux/arm64` GHA runners are not first class citizens.  Once they are, there is significant potential improvement in build time
    compared to current QEMU pattern.
    general-kroll-4-life authored Jan 19, 2025
    Configuration menu
    Copy the full SHA
    7b1d98a View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2025

  1. aws-ec2-legacy-exec (#509)

    * aws-ec2-legacy-exec
    
    Summary:
    
    - Support for `aws.ec2,instances` legacy service  lifecycle exec.
    - Added robot test `AWS EC2 Exec Instance Start Simple Exemplifies Legacy Form Encoded Request Body Exec`.
    - Added robot test `AWS EC2 Exec Instance Stop Simple Exemplifies Legacy Form Encoded Request Body Exec`.
    
    * - Ensure latest docker image used in `robot` testing.
    general-kroll-4-life authored Jan 24, 2025
    Configuration menu
    Copy the full SHA
    c9391a7 View commit details
    Browse the repository at this point in the history
  2. busted-gha-ubuntu-docker (#510)

    Summary:
    
    - Short term fix to avoid defective github action runner.
    - Non standard runnner version pin.
    general-kroll-4-life authored Jan 24, 2025
    Configuration menu
    Copy the full SHA
    71f0c15 View commit details
    Browse the repository at this point in the history
Loading