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

Merge primary branch to demo-branch #58

Closed
wants to merge 29 commits into from

Commits on Nov 13, 2021

  1. Configuration menu
    Copy the full SHA
    0995b28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20f2d33 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. Add devcontainer.

    FranzDiebold committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    e47963f View commit details
    Browse the repository at this point in the history
  2. Update dependencies.

    FranzDiebold committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    4f9edd3 View commit details
    Browse the repository at this point in the history
  3. Update version.

    FranzDiebold committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    14adaf3 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. Update dependencies.

    FranzDiebold committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    3afae2c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #45 from FranzDiebold/feat/v2-3-1

    Feat/v2.3.1
    FranzDiebold committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    3f6bf39 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Configuration menu
    Copy the full SHA
    c6a8cb2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #46 from FranzDiebold/chore/add-funding

    Add GitHub sponsors funding.
    FranzDiebold committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    3ca94d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Expose pull request id as CI_PR_NUMBER and CI_PR_ID

    Right now the closest this action offers `CI_REF_NAME_SLUG` which is `42-merge`, but its not clean and more importantly cannot be used in numerical contexts which would benefit from having that as `42`. if current event is not a pull-request, it should be empty
    iamstarkov committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    ad0bd50 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

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

Commits on Jul 7, 2022

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

    FranzDiebold committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    010b249 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #47 from iamstarkov/feat/CI_PR_NUMBER

    Expose pull request id as CI_PR_NUMBER and CI_PR_ID
    FranzDiebold committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    dae1d34 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Expose an actual SHA for pull requests as CI_PR_SHA(_SHORT).

    Default CI_SHA/GITHUB_SHA is the sha of _expect-to-be_ merge/squash/etc commit of the pull requests,
    and it can be very confusing. If you mark you artifacts with it, its very hard to trace back what was the actual commit.
    
    CI_PR_SHA is the way I solved it for my use cases and I can see im not the first one with this problem.
    
    Fixes #30
    iamstarkov committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    e59d29a View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2022

  1. Configuration menu
    Copy the full SHA
    2858253 View commit details
    Browse the repository at this point in the history
  2. Prepare for release.

    FranzDiebold committed Jul 16, 2022
    Configuration menu
    Copy the full SHA
    d144085 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #48 from iamstarkov/feat/CI_BASE_SHA

    Expose an actual SHA for pull requests as CI_PR_SHA(_SHORT).
    FranzDiebold committed Jul 16, 2022
    Configuration menu
    Copy the full SHA
    72510ef View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2022

  1. Fix CI_PR_SHA.

    FranzDiebold committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    0f5d8f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7759a76 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #51 from FranzDiebold/feat/CI_PR_SHA

    Feat/ci pr sha
    FranzDiebold committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    61e09f0 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2022

  1. Update dependencies.

    FranzDiebold committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    960f2f1 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

  1. Configuration menu
    Copy the full SHA
    9d7426b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #53 from FranzDiebold/52-_slug-envs-are-not-truncated

    slug envs are not truncated
    FranzDiebold committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    9e73536 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. Configuration menu
    Copy the full SHA
    1d4d145 View commit details
    Browse the repository at this point in the history
  2. Update NodeJS version.

    FranzDiebold committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    ae57c7f View commit details
    Browse the repository at this point in the history
  3. Update lib version.

    FranzDiebold committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    716ba0a View commit details
    Browse the repository at this point in the history
  4. Update dist package.

    FranzDiebold committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    2d0ded6 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2022

  1. Merge pull request #54 from FranzDiebold/feat/update-node-version

    Feat/update node version
    FranzDiebold committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    5be1a82 View commit details
    Browse the repository at this point in the history