Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(queue)!: add pub key item opening #498

Merged
merged 456 commits into from
Aug 31, 2023
Merged

feat(queue)!: add pub key item opening #498

merged 456 commits into from
Aug 31, 2023
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Aug 6, 2021

  1. Configuration menu
    Copy the full SHA
    8d9f0a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b949f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. Configuration menu
    Copy the full SHA
    5997eae View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. Configuration menu
    Copy the full SHA
    17ec233 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. Configuration menu
    Copy the full SHA
    db183ad View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. Configuration menu
    Copy the full SHA
    32b98bc View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Configuration menu
    Copy the full SHA
    015621d View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

  1. Configuration menu
    Copy the full SHA
    150b8b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. Configuration menu
    Copy the full SHA
    a1cc7c2 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. Configuration menu
    Copy the full SHA
    f81b620 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Configuration menu
    Copy the full SHA
    61ed11d View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. chore: release v0.10.0 (#216)

    wass3r authored Oct 21, 2021
    Configuration menu
    Copy the full SHA
    4287cec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e83daee View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. Configuration menu
    Copy the full SHA
    c3c5fde View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. Configuration menu
    Copy the full SHA
    2f49811 View commit details
    Browse the repository at this point in the history
  2. feat(internal): add internal logic from pkg-executor (#219)

    * feat(internal): add logic from pkg-executor
    
    * chore: clean go dependencies
    
    * chore: address linter feedback
    jbrockopp authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    778c204 View commit details
    Browse the repository at this point in the history
  3. feat(executor): add executor logic from pkg-executor (#220)

    * feat(executor): add logic from pkg-executor
    
    * chore: clean go dependencies
    jbrockopp authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    4a7828e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6cd4db0 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Configuration menu
    Copy the full SHA
    69c1cca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d5ab07 View commit details
    Browse the repository at this point in the history
  3. refactor: update queue packge to get from server (#225)

    Co-authored-by: Neal Coleman <[email protected]>
    Neal and kneal authored Oct 27, 2021
    Configuration menu
    Copy the full SHA
    fe2ebdf View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. fix(deps): update deps (patch) (#227)

    Co-authored-by: Renovate Bot <[email protected]>
    renovate[bot] and renovate-bot authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    292fd57 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Configuration menu
    Copy the full SHA
    0f81aee View commit details
    Browse the repository at this point in the history
  2. feat(mock): add logic from go-vela/mock (#229)

    Co-authored-by: Kelly Merrick <[email protected]>
    jbrockopp and KellyMerrick authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    ce0770e View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. Configuration menu
    Copy the full SHA
    b43e72a View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. feat: enable streaming logs for container (#233)

    * revert: stream container logs
    
    * feat: add flag to enable streaming logs
    
    * feat(executor): add logic to stream logs if enabled
    
    * enhance: make log publishing method configurable
    
    * enhance: use configurable log publishing method
    
    * chore: configure time log publish method for local
    
    * chore: address linter feedback
    
    * chore: fix tests for code changes
    
    * chore: address linter feedback v2
    jbrockopp authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    e89abc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce4ff02 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. Configuration menu
    Copy the full SHA
    a0a087f View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Configuration menu
    Copy the full SHA
    3715d12 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. Configuration menu
    Copy the full SHA
    7f6f311 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Configuration menu
    Copy the full SHA
    b586ace View commit details
    Browse the repository at this point in the history
  2. enhance: setting version information (#240)

    * enhance(version): add fallback for empty tag
    
    * enhance(version): use go version from runtime library
    
    * chore: clean go code
    jbrockopp authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    11dd769 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. Configuration menu
    Copy the full SHA
    cdef8a6 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. fix: move Step init logic to library (#239)

    * StepFromContainer -> StepFromContainerEnvironment
    
    * Use library.StepFromBuildContainer to create new Steps
    
    * update go-vela/types
    
    * go mod tidy
    
    Co-authored-by: David May <[email protected]>
    cognifloyd and wass3r authored Nov 23, 2021
    Configuration menu
    Copy the full SHA
    3c1ba59 View commit details
    Browse the repository at this point in the history
  2. fix(deps): update module github.com/gin-gonic/gin to v1.7.6 (#242)

    Co-authored-by: Renovate Bot <[email protected]>
    Co-authored-by: Jordan Brockopp <[email protected]>
    3 people authored Nov 23, 2021
    Configuration menu
    Copy the full SHA
    eb9aa93 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. Configuration menu
    Copy the full SHA
    f7f6d55 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. Configuration menu
    Copy the full SHA
    7e36616 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. Configuration menu
    Copy the full SHA
    e15d698 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Configuration menu
    Copy the full SHA
    140e526 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Configuration menu
    Copy the full SHA
    b848e1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21411a0 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. Configuration menu
    Copy the full SHA
    0be642c View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2021

  1. Configuration menu
    Copy the full SHA
    30be024 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. feat(secrets): mask secrets in logs (#254)

    * initial changes
    
    * add some replace logic for secret masking
    
    * bringing in new types
    
    * fix go mod validate
    
    * multi line compatibility and initial testing work
    
    * added testing for internal secret masking
    
    * add back accidental deletion of error checking
    
    Co-authored-by: Jordan Brockopp <[email protected]>
    ecrupper and jbrockopp authored Jan 6, 2022
    Configuration menu
    Copy the full SHA
    019187c View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. Configuration menu
    Copy the full SHA
    ab3d223 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. chore: update copyright year to 2022 (#257)

    * update copyright year to 2022
    
    * fix quotes
    kaymckay authored Jan 19, 2022
    Configuration menu
    Copy the full SHA
    a6ebe85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0696d69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5b7de2 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. fix(deps): update deps (patch) to v0.23.2 (#262)

    Co-authored-by: Renovate Bot <[email protected]>
    renovate[bot] and renovate-bot authored Jan 20, 2022
    Configuration menu
    Copy the full SHA
    2529949 View commit details
    Browse the repository at this point in the history
  2. chore(step): clean up masking routine due to types change (#261)

    * first commit
    
    * adding new name due to types change
    ecrupper authored Jan 20, 2022
    Configuration menu
    Copy the full SHA
    a4c9fd1 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Configuration menu
    Copy the full SHA
    0c2ebca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b093a4 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. fix(deps): update deps (patch) (#265)

    Co-authored-by: Renovate Bot <[email protected]>
    renovate[bot] and renovate-bot authored Jan 28, 2022
    Configuration menu
    Copy the full SHA
    dedd655 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Configuration menu
    Copy the full SHA
    c8de9bc View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Configuration menu
    Copy the full SHA
    4ad282f View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. Configuration menu
    Copy the full SHA
    9f70506 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Configuration menu
    Copy the full SHA
    8617f9f View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. fix(step): add catch block for disallowed secrets (#272)

    * add catch block for unallowed secrets
    
    * adding test case
    ecrupper authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    91e15e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. fix(deps): update deps (patch) to v0.23.4 (#273)

    Co-authored-by: Renovate Bot <[email protected]>
    renovate[bot] and renovate-bot authored Feb 18, 2022
    Configuration menu
    Copy the full SHA
    32e490c View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Configuration menu
    Copy the full SHA
    96d3674 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Configuration menu
    Copy the full SHA
    4198033 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. Configuration menu
    Copy the full SHA
    f3a3951 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a27b36 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. chore: update Golangci config & clean repo (#282)

    * add new yml config
    
    * lint wsl
    
    * replace golint fals pos with revive false pos
    
    * remove nolintlints
    
    * lint funlen
    
    * noctx
    
    * govet -> goheader
    
    * errorlint
    
    * remove lll false pos, lint contextcheck
    
    * lint dupl
    
    * lint nilerr
    
    * remove false positives
    
    * clean
    
    * remove changelog code
    kaymckay authored Mar 8, 2022
    Configuration menu
    Copy the full SHA
    4e11ab6 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Configuration menu
    Copy the full SHA
    8dfd7fd View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. Configuration menu
    Copy the full SHA
    a769eb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9856b9b View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Configuration menu
    Copy the full SHA
    a031e9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    caf8a9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50d9555 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f08058 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Configuration menu
    Copy the full SHA
    4f44212 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe0f95f View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. fix(deps): update deps (patch) to v0.23.5 (#293)

    Co-authored-by: Renovate Bot <[email protected]>
    renovate[bot] and renovate-bot authored Mar 18, 2022
    Configuration menu
    Copy the full SHA
    4489fe3 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. Configuration menu
    Copy the full SHA
    fc92918 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Configuration menu
    Copy the full SHA
    fc43065 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. feat(kubernetes): Add PipelinePodsTemplate CRD to define worker-speci…

    …fic Pod defaults for Kubernetes Runtime (#294)
    cognifloyd authored Apr 7, 2022
    Configuration menu
    Copy the full SHA
    3415305 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update codecov/codecov-action action to v3 (#298)

    Co-authored-by: Renovate Bot <[email protected]>
    Co-authored-by: David May <[email protected]>
    3 people authored Apr 7, 2022
    Configuration menu
    Copy the full SHA
    ad71dcb View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. Configuration menu
    Copy the full SHA
    e123b14 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2022

  1. Configuration menu
    Copy the full SHA
    cb693b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44f6df7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6104d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cdfa36c View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. Configuration menu
    Copy the full SHA
    cc7360d View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Configuration menu
    Copy the full SHA
    bf3cbc9 View commit details
    Browse the repository at this point in the history
  2. bugfix(k8s): avoid "index out of range" panic by replacing magic inde…

    …xes with containerLookup map (#311)
    cognifloyd authored Apr 19, 2022
    Configuration menu
    Copy the full SHA
    cd91b14 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Configuration menu
    Copy the full SHA
    9dd703a View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Configuration menu
    Copy the full SHA
    63cd482 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    853dfc0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66838c7 View commit details
    Browse the repository at this point in the history
  4. fix(deps): update deps (patch) (#310)

    Co-authored-by: Renovate Bot <[email protected]>
    renovate[bot] and renovate-bot authored Apr 22, 2022
    Configuration menu
    Copy the full SHA
    f15a6a1 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2022

  1. Configuration menu
    Copy the full SHA
    ad581e5 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Configuration menu
    Copy the full SHA
    52a74ff View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Configuration menu
    Copy the full SHA
    7943bce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6191ab View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. Configuration menu
    Copy the full SHA
    8a2d696 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1a4e15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8319eef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b98bab1 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2022

  1. Configuration menu
    Copy the full SHA
    07a1a59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c5312e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf98982 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. Configuration menu
    Copy the full SHA
    dfd68b1 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. enhance(kubernetes): Add podTracker and containerTracker to use k8s A…

    …PI more like a k8s controller (#302)
    cognifloyd authored May 3, 2022
    Configuration menu
    Copy the full SHA
    49a00eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d3dfbd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d8cb2f View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. Configuration menu
    Copy the full SHA
    f7fcedd View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. Configuration menu
    Copy the full SHA
    798dac1 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. Configuration menu
    Copy the full SHA
    b749940 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Configuration menu
    Copy the full SHA
    c2c2cc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73d81c5 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. Configuration menu
    Copy the full SHA
    158d8c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85572a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ddc4aab View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Configuration menu
    Copy the full SHA
    d0ed541 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. Configuration menu
    Copy the full SHA
    f05edee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    196e4db View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. Configuration menu
    Copy the full SHA
    7e87b90 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Configuration menu
    Copy the full SHA
    8245b43 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Configuration menu
    Copy the full SHA
    0670649 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Configuration menu
    Copy the full SHA
    e6c596e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a71216 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Configuration menu
    Copy the full SHA
    d057703 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Configuration menu
    Copy the full SHA
    5c899c8 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Configuration menu
    Copy the full SHA
    ba5ae52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7168640 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Configuration menu
    Copy the full SHA
    06cc5f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. fix(deps): update module github.com/prometheus/client_golang to v1.13…

    ….0 (#362)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 9, 2022
    Configuration menu
    Copy the full SHA
    0dba605 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7dc4c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Configuration menu
    Copy the full SHA
    1f61fc2 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. fix(deps): update module github.com/google/go-cmp to v0.5.9 (#369)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 13, 2022
    Configuration menu
    Copy the full SHA
    c131fcb View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Configuration menu
    Copy the full SHA
    4327c5d View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. fix(deps): update golang.org/x/sync digest to f12130a (#364)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    c23650e View commit details
    Browse the repository at this point in the history
  2. chore(lint): fix linter errors in worker codebase (#371)

    * chore(lint): fix linter errors in worker codebase
    
    * go mod tidy
    
    * fixing struct check
    
    Co-authored-by: David May <[email protected]>
    Co-authored-by: dave vader <[email protected]>
    3 people authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    72bfc7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3777320 View commit details
    Browse the repository at this point in the history
  4. fix(deps): update kubernetes packages to v0.25.0 (#365)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    917ddd1 View commit details
    Browse the repository at this point in the history
  5. fix(deps): update module github.com/docker/go-units to v0.5.0 (#366)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    2e7eceb View commit details
    Browse the repository at this point in the history
  6. fix(deps): update module github.com/docker/docker to v20.10.18+incomp…

    …atible (#373)
    
    * fix(deps): update module github.com/docker/docker to v20.10.18+incompatible
    
    * fix it
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: wass3r <[email protected]>
    renovate[bot] and wass3r authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    47b889f View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Configuration menu
    Copy the full SHA
    ae6ec7c View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Configuration menu
    Copy the full SHA
    557b793 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. fix(deps): update deps (patch) to v0.25.2 (#379)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    86f0370 View commit details
    Browse the repository at this point in the history
  2. fix(deps): update golang.org/x/sync digest to 7f9b162 (#380)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    68527e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c203423 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Configuration menu
    Copy the full SHA
    0cd51c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e7876a View commit details
    Browse the repository at this point in the history
  3. chore: v0.15.0-rc2 (#384)

    wass3r authored Oct 3, 2022
    Configuration menu
    Copy the full SHA
    c150290 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Configuration menu
    Copy the full SHA
    f1cf0cc View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Configuration menu
    Copy the full SHA
    857872f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af09a7e View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Configuration menu
    Copy the full SHA
    ec22890 View commit details
    Browse the repository at this point in the history
  2. revert: changes for testing

    plyr4 committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    a706e89 View commit details
    Browse the repository at this point in the history
  3. fix: tidy

    plyr4 committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    fa78410 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Configuration menu
    Copy the full SHA
    6f8236e View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Configuration menu
    Copy the full SHA
    f915c54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8182337 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6554016 View commit details
    Browse the repository at this point in the history
  4. fix(deps): update module gotest.tools/v3 to v3.4.0 (#388)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 9, 2022
    Configuration menu
    Copy the full SHA
    b8dea7c View commit details
    Browse the repository at this point in the history
  5. fix(deps): update deps (patch) (#392)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 9, 2022
    Configuration menu
    Copy the full SHA
    9e27f39 View commit details
    Browse the repository at this point in the history
  6. chore(deps): update postgres docker tag to v15 (#393)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 9, 2022
    Configuration menu
    Copy the full SHA
    1c8c9b0 View commit details
    Browse the repository at this point in the history
  7. fix(deps): update module golang.org/x/sync to v0.1.0 (#394)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 9, 2022
    Configuration menu
    Copy the full SHA
    89fbc1c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    222b0e6 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    cac9b1f View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Configuration menu
    Copy the full SHA
    748e81f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    318a7b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3c194a View commit details
    Browse the repository at this point in the history
  4. fix(deps): update module github.com/urfave/cli/v2 to v2.23.6 (#401)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    e04fd33 View commit details
    Browse the repository at this point in the history
  5. fix(deps): update module github.com/masterminds/semver/v3 to v3.2.0 (#…

    …404)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    685da4a View commit details
    Browse the repository at this point in the history
  6. chore(deps): update elgohr/publish-docker-github-action action to v5 (#…

    …406)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    97f1128 View commit details
    Browse the repository at this point in the history
  7. fix(deps): update kubernetes packages to v0.26.0 (#407)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    f8ed8e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Configuration menu
    Copy the full SHA
    ec7ec7c View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. feat(stage): stages fail independently when continue is set to true (#…

    …318)
    
    * first draft
    
    * changing dependent to continue and ditching print statements
    
    * changing continue to independent and linter work
    
    * adding new types in go mod
    
    * go mod tidy
    
    * adding additional stop check in stage loop and more comments
    
    Co-authored-by: David May <[email protected]>
    ecrupper and wass3r authored Dec 13, 2022
    Configuration menu
    Copy the full SHA
    fcc4f3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a69eb5 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Configuration menu
    Copy the full SHA
    97a1841 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83fb8ab View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Configuration menu
    Copy the full SHA
    4946c91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ed2e32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    acafa94 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Configuration menu
    Copy the full SHA
    2f95ddd View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Configuration menu
    Copy the full SHA
    2c52c5d View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Configuration menu
    Copy the full SHA
    a249322 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. enhance(executor tests): Add test helpers to generate test Pods (#424)

    * test: add kubernetes baseline for Create funcs
    
    * test: add kubernetes runtime for stages
    
    * test: prepare for test specific pod in executor test
    
    * test: add testPod helper method
    
    * test: add testPodFor(pipeline) helper method
    
    * test: mark secret containers terminated in test Pods
    
    * test: use pipeline-specific runtime instances
    
    * test: Create runtime for each executor build test
    
    * test: Adds several new test helpers.
    
    ---------
    
    Co-authored-by: JordanBrockopp <[email protected]>
    cognifloyd and jbrockopp authored Feb 20, 2023
    Configuration menu
    Copy the full SHA
    36bb211 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. enhance(executor tests): Call k8s SetupMock method after CreateBuild …

    …in tests (#425)
    
    * enhance: extract kubernetes runtime mock setup
    
    In order to run the PodTracker mock setup in executor tests,
    we need to export something
    
    * Call k8s SetupMock in executor Build test
    
    * test: Add kubernetes SetupMock to executor StreamBuild test
    
    * mark exported k8s Mock functions as test-only functions
    cognifloyd authored Feb 24, 2023
    Configuration menu
    Copy the full SHA
    55aab52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b552b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf1c91e View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    d14c6b4 View commit details
    Browse the repository at this point in the history
  2. enhance(executor tests): Manage k8s mocks for Executor AssembleBuild …

    …test (#432)
    
    * test: Fix kubernetes tests for executor AssembleBuild
    
    Adds some new WaitForPod* test helpers.
    
    * sort imports in runtime/kubernetes/kubernetes.go
    
    * test: add pause to simulate step execution
    
    * AssembleBuild test does not need to mark steps running
    cognifloyd authored Feb 27, 2023
    Configuration menu
    Copy the full SHA
    48dc69a View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    0c56c30 View commit details
    Browse the repository at this point in the history
  2. Update spec.yml (#416)

    Co-authored-by: David May <[email protected]>
    Co-authored-by: Kelly Merrick <[email protected]>
    3 people authored Feb 28, 2023
    Configuration menu
    Copy the full SHA
    8705662 View commit details
    Browse the repository at this point in the history
  3. fix(deps): update module github.com/gin-gonic/gin to v1.9.0 (#426)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 28, 2023
    Configuration menu
    Copy the full SHA
    b38d114 View commit details
    Browse the repository at this point in the history
  4. fix(deps): update module github.com/joho/godotenv to v1.5.1 (#423)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 28, 2023
    Configuration menu
    Copy the full SHA
    6673794 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e9c1b7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    607ed9f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1e90bf1 View commit details
    Browse the repository at this point in the history
  8. chore(release): v0.18.0-rc1 prep (#436)

    * chore(release): v0.18.0-rc1 prep
    
    * tidy up
    ecrupper authored Feb 28, 2023
    Configuration menu
    Copy the full SHA
    907d5b6 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    76e1147 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Configuration menu
    Copy the full SHA
    5f54252 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. chore: v0.18.1 (#446)

    plyr4 authored Mar 8, 2023
    Configuration menu
    Copy the full SHA
    e54c2f5 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Configuration menu
    Copy the full SHA
    2655964 View commit details
    Browse the repository at this point in the history
  2. enhance(executor tests): Add kubernetes runtime test cases for Build …

    …tests (#438)
    
    * test(executor): add kubernetes runtime to CreateBuild test
    
    * test: Use kubernetes runtime in executor build tests
    
    The kubernetes Mock does not support some of the failure modes simulated
    by the docker Mock. So, those test cases are commented out with a FIXME.
    
    * cleanup commented blocks
    
    * test(executor): add remaining StreamBuild k8s test cases
    
    ---------
    
    Co-authored-by: JordanBrockopp <[email protected]>
    Co-authored-by: Easton Crupper <[email protected]>
    Co-authored-by: David May <[email protected]>
    4 people authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    82a649e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b991a6e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e8893b View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Configuration menu
    Copy the full SHA
    345edf7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a29515 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Configuration menu
    Copy the full SHA
    3d6fa74 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. enhance(auth): implement registration flow (#452)

    * initial work
    
    * more work
    
    * backwards compatibility with comments
    
    * adjust middleware to only use validate-token for server tokens
    
    * more work
    
    * rename auth token channel to RegisterToken
    
    * rename token channel and update api comments
    
    * updating some comments and not loggin token
    
    * fix docker compose
    
    * fix local replace
    
    * token expiration func has two return vals
    
    * docker compose no register
    
    * name register token middleware file correctly
    
    * update swagger for register
    ecrupper authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    f866605 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    c367ab3 View commit details
    Browse the repository at this point in the history
  2. feat(runtime/docker): add drop kernel capabilities option to runtime …

    …flags (#454)
    
    * capabilities
    
    * docker compose revert + opencontainers version
    
    * revert lots of go mod stuff
    
    * fix copy pasta and add a test in opts
    ecrupper authored Apr 6, 2023
    Configuration menu
    Copy the full SHA
    3bf4d5e View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Configuration menu
    Copy the full SHA
    5c0f769 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. chore(deps): update actions/setup-go action to v4 (#448)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    aaeb1c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4422859 View commit details
    Browse the repository at this point in the history
  3. fix(deps): update module github.com/urfave/cli/v2 to v2.25.1 (#453)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    b5b5987 View commit details
    Browse the repository at this point in the history
  4. fix(deps): update module github.com/docker/docker to v20.10.24+incomp…

    …atible [security] (#456)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    72de368 View commit details
    Browse the repository at this point in the history
  5. fix(deps): update module github.com/prometheus/client_golang to v1.15…

    ….0 (#460)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    e377d3c View commit details
    Browse the repository at this point in the history
  6. fix(deps): update kubernetes packages to v0.27.1 (#459)

    * fix(deps): update kubernetes packages to v0.27.1
    
    * fix(deps): update kubernetes packages to v0.27.1
    
    * update runtime k8s container to use proper type for log func
    
    * gosimple lint fix
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: ecrupper <[email protected]>
    renovate[bot] and ecrupper authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    c929b49 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1b4ea3b View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. fix: err shadowing (#464)

    wass3rw3rk authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    7032c8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    891fc55 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Configuration menu
    Copy the full SHA
    1b8835b View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Configuration menu
    Copy the full SHA
    4b22ebb View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Configuration menu
    Copy the full SHA
    2d14e4f View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Configuration menu
    Copy the full SHA
    f9c112a View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. enhance(exec): do not kill worker if build has been canceled and buil…

    …d token minting fails (#472)
    
    * enhance(exec): do not kill worker if build has been canceled and build token minting fails
    
    * change status code to 409 conflict
    
    * upgrade server
    ecrupper authored May 10, 2023
    Configuration menu
    Copy the full SHA
    f47b0d6 View commit details
    Browse the repository at this point in the history
  2. chore: add vscode project files to gitignore (#469)

    Co-authored-by: Easton Crupper <[email protected]>
    plyr4 and ecrupper authored May 10, 2023
    Configuration menu
    Copy the full SHA
    73626fb View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. fix: generate example keys

    plyr4 committed May 11, 2023
    Configuration menu
    Copy the full SHA
    b828b86 View commit details
    Browse the repository at this point in the history
  2. tweak: env var naming

    plyr4 committed May 11, 2023
    Configuration menu
    Copy the full SHA
    0800322 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. fix: merge with main

    plyr4 committed May 12, 2023
    Configuration menu
    Copy the full SHA
    65a4d8a View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    715ccf5 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. feat: add support for schedules (#479)

    * feat: add support for schedules
    
    * chore: update go dependencies
    
    * chore: update go deps
    jbrockopp authored May 26, 2023
    Configuration menu
    Copy the full SHA
    cc7aaf3 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    ca7dfcc View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Configuration menu
    Copy the full SHA
    42494ad View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    4c40a1e View commit details
    Browse the repository at this point in the history
  2. feat(worker-visibility): allow update to worker table with status and…

    … build info (#482)
    
    * feat(register-and-operate): add ability for worker to update status to idle and error
    
    * docs(README): showing off commitizen cli
    
    * feat: update worker status and runningBuildIDs
    
    * feat: worker can update runningBuildIDs and status
    
    * chore(exec): clean up logging for worker database updates
    
    * feat(worker): update last_build_ timestamps in the database
    
    * fix(worker-visibility): update error to make logrus happy
    
    * chore(worker_visibility): update deps for types and server
    
    * Update cmd/vela-worker/register.go
    
    Co-authored-by: David May <[email protected]>
    
    * add res nil check
    
    * move res nil above err
    
    * add res nil check
    
    * more accurate logging
    
    * make clean
    
    ---------
    
    Co-authored-by: Tim Huynh <[email protected]>
    Co-authored-by: David May <[email protected]>
    3 people authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    d922488 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    410e51b View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    1861585 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. fix(deps): update module gotest.tools/v3 to v3.5.0 (#491)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    2fedfb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    332a725 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    5cd946f View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. chore(release): ugprade types, server, sdk to v0.20.1 + other deps (#496

    )
    
    * chore(release): ugprade types, server, sdk to v0.20.1 + other deps
    
    * pin to alpine version
    ecrupper authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    054b67d View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    2a744ec View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. chore: merge with main

    plyr4 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    fb14279 View commit details
    Browse the repository at this point in the history
  2. chore: go mod tidy

    plyr4 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    f270db7 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. chore: reorganize compose vars

    plyr4 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    e6651c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fff29c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3234889 View commit details
    Browse the repository at this point in the history
  4. chore: bump server

    plyr4 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    77e3aca View commit details
    Browse the repository at this point in the history
  5. chore: tweak var naming

    plyr4 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    f1b7473 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    45de442 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    d329bd6 View commit details
    Browse the repository at this point in the history
  2. chore: go mod tidy

    plyr4 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    50ccf9b View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    6133b6f View commit details
    Browse the repository at this point in the history