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: Introduce new npmExecuteTests step #5124

Open
wants to merge 43 commits into
base: master
Choose a base branch
from

Commits on Oct 1, 2024

  1. feat: Introduce new npmExecuteTests step

    Philip Germanov committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    da9d73b View commit details
    Browse the repository at this point in the history
  2. fix: comma

    Philip Germanov committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    20e00eb View commit details
    Browse the repository at this point in the history
  3. fix: parens

    Philip Germanov committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    f24b876 View commit details
    Browse the repository at this point in the history
  4. fix: error handling

    Philip Germanov committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    7cadbf8 View commit details
    Browse the repository at this point in the history
  5. fix: paren

    Philip Germanov committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    221840f View commit details
    Browse the repository at this point in the history
  6. fix: config keys

    Philip Germanov committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    17f0810 View commit details
    Browse the repository at this point in the history
  7. fix: rename key

    Philip Germanov committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    0dc2cee View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    49d42fb View commit details
    Browse the repository at this point in the history
  2. test: failng tests

    Philip Germanov committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    47ca127 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. fix: handle empty openFile call

    Philip Germanov committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    187d850 View commit details
    Browse the repository at this point in the history
  2. refactor: clean install rather than install

    Philip Germanov committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    aeef66b View commit details
    Browse the repository at this point in the history
  3. refactor: full run command in config

    Philip Germanov committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    56dfffe View commit details
    Browse the repository at this point in the history
  4. build: use lts-bookworm

    Philip Germanov committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    65f7cba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    20f05d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. feat: get credentials from vault

    Philip Germanov committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    045b530 View commit details
    Browse the repository at this point in the history
  2. feat: remove wdi5 install script

    Philip Germanov committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    6bf1d06 View commit details
    Browse the repository at this point in the history
  3. fix: groovy tests

    Philip Germanov committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    64f063f View commit details
    Browse the repository at this point in the history
  4. fix: report type

    Co-authored-by: Christopher Fenner <[email protected]>
    phgermanov and CCFenner authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    f67b7a8 View commit details
    Browse the repository at this point in the history
  5. docs: remove defaults from desc

    Philip Germanov committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    8e4ba08 View commit details
    Browse the repository at this point in the history
  6. feat: remove branch params

    Philip Germanov committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    1a3e5ea View commit details
    Browse the repository at this point in the history
  7. refactor: rename appSecrets to vaultMetadata

    Philip Germanov committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    c22d874 View commit details
    Browse the repository at this point in the history
  8. feat: param for custom env var prefix

    Philip Germanov committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    8c2456d View commit details
    Browse the repository at this point in the history
  9. refactor: change app urls map to a list

    Philip Germanov committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    7c14e86 View commit details
    Browse the repository at this point in the history
  10. refactor: rename appURLs for clarity

    Philip Germanov committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    d8db284 View commit details
    Browse the repository at this point in the history
  11. refactor: user can specify url option param

    Philip Germanov committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    44f8cd9 View commit details
    Browse the repository at this point in the history
  12. docs: go generate

    Philip Germanov committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    ec8369a View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. feat: add support for user defined env vars and paths

    Philip Germanov committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    5768f0f View commit details
    Browse the repository at this point in the history
  2. refactor: rename runScript to runCommand

    Philip Germanov committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    84cf942 View commit details
    Browse the repository at this point in the history
  3. refactor: expose username and password env vars

    Philip Germanov committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    d4cf486 View commit details
    Browse the repository at this point in the history
  4. refactor: rename envVars to envs

    Philip Germanov committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    cf6af6f View commit details
    Browse the repository at this point in the history
  5. docs: add documentation for npmExecuteTests step

    Philip Germanov committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    5dc002b View commit details
    Browse the repository at this point in the history
  6. feat: better handle vault secrets

    Philip Germanov committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    17175ff View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. refactor: flatten vault secrets

    Philip Germanov committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    3d9c038 View commit details
    Browse the repository at this point in the history
  2. docs: add npmExecuteTests docs to mkdocs

    Philip Germanov committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    0f8f9c3 View commit details
    Browse the repository at this point in the history
  3. feat: add npmExecuteTests to piper cmd

    Philip Germanov committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    1a682fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db6c087 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. chore: go generate

    Philip Germanov committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    23ac975 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. fix: modify working dir

    Philip Germanov committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    e1a3653 View commit details
    Browse the repository at this point in the history
  2. fix: change npm cache dir

    Philip Germanov committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    970f340 View commit details
    Browse the repository at this point in the history
  3. fix: use os home dir

    Philip Germanov committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    803f18d View commit details
    Browse the repository at this point in the history
  4. fix: remove working dir

    Philip Germanov committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    bc61bf3 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. fix: remove npm set cache

    Philip Germanov committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    103f0e5 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. feat: add param for changing dir

    Philip Germanov committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    9c482a4 View commit details
    Browse the repository at this point in the history