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

chore: Migrate CI/CD to GitHub Actions #11638

Merged
merged 72 commits into from
Aug 3, 2023

Commits on Jun 23, 2023

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

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    f7d9ec3 View commit details
    Browse the repository at this point in the history
  2. chore: Add configurable e2e tests to GH workflows (#15)

    * feat(e2e): add integ test runner and test
    
    * fix(e2e): retain existing workflows
    
    * fix(e2e): remove old e2e example
    
    ---------
    
    Co-authored-by: Sridhar <ashwsrir@amazon.com>
    ashwinkumar6 and Sridhar committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    61644bc View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. chore: add e2e browser auth tests (#16)

    * chore: add e2e browser auth tests
    
    * chore: code cleanup
    
    ---------
    
    Co-authored-by: Sridhar <ashwsrir@amazon.com>
    ashwinkumar6 and Sridhar committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    92bdee6 View commit details
    Browse the repository at this point in the history
  2. chore: add e2e browser predictions interactions tests (#17)

    * chore: add e2e integ_react_predictions
    
    * chore: add browser e2e interactions
    
    ---------
    
    Co-authored-by: Sridhar <ashwsrir@amazon.com>
    Co-authored-by: Aaron S <94858815+stocaaro@users.noreply.github.com>
    3 people committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    b19ed2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6eeb59 View commit details
    Browse the repository at this point in the history
  4. chore: add build_type and enable retry (#18)

    * prod & dev
    
    * -n 3
    
    * turn off fail-fast
    
    ---------
    
    Co-authored-by: Aaron S <94858815+stocaaro@users.noreply.github.com>
    yingku and stocaaro committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    d0e8138 View commit details
    Browse the repository at this point in the history
  5. chore: add e2e browser datastore tests (#20)

    Co-authored-by: Sridhar <ashwsrir@amazon.com>
    ashwinkumar6 and Sridhar committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    169bc74 View commit details
    Browse the repository at this point in the history
  6. chore: add e2e browser api,storage tests (#21)

    Co-authored-by: Sridhar <ashwsrir@amazon.com>
    ashwinkumar6 and Sridhar committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    7a69289 View commit details
    Browse the repository at this point in the history
  7. chore: fix single browser provided in integ-config (#22)

    Co-authored-by: Sridhar <ashwsrir@amazon.com>
    ashwinkumar6 and Sridhar committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    6f43686 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    989f46c View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

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

Commits on Jul 6, 2023

  1. chore: Re-arrange integ test configurations and improve prebuild (#29)

    * chore: Re-arrange integ test configurations and inprove preflight
    
    * Fix is-preflight flag
    
    * Change preflight to prebuild for consistencu
    
    * Disable fast fail on unit tests
    stocaaro committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    4b57b93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d6a591 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. chore: fix e2e integ_datastore_auth_v2 test

    Sridhar committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    117e695 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27f35f4 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. chore: disable playwright tests (#33)

    Co-authored-by: Sridhar <ashwsrir@amazon.com>
    ashwinkumar6 and Sridhar committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    d35d591 View commit details
    Browse the repository at this point in the history
  2. chore: add google env variables for e2e datastore tests (#35)

    Co-authored-by: Sridhar <ashwsrir@amazon.com>
    ashwinkumar6 and Sridhar committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    0d6c67d View commit details
    Browse the repository at this point in the history
  3. chore: add support for uploading artifacts (#34)

    * chore: test upload artifacts
    
    * chore: test uploading artifact
    yingku committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    9d5dd1a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7c195c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ead186 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cd9002d View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    414e0d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86e0e0c View commit details
    Browse the repository at this point in the history
  3. chore: e2e add configurable time_out and retry_count (#36)

    Co-authored-by: Sridhar <ashwsrir@amazon.com>
    ashwinkumar6 and Sridhar committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    e45e9c4 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    842521b View commit details
    Browse the repository at this point in the history
  2. chore: add deploy workflow (#37)

    * chore: add deploy workflow
    
    * chore: gh actions publish code clean up
    
    ---------
    
    Co-authored-by: Sridhar <ashwsrir@amazon.com>
    ashwinkumar6 and Sridhar committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    6baa2e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

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

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    90fcc46 View commit details
    Browse the repository at this point in the history
  2. fix: Sync with main

    stocaaro committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    ed07888 View commit details
    Browse the repository at this point in the history
  3. chore: Revert to relative path use (#40)

    * chore: Revert to relative path use
    
    * fix: Remove path from workflows
    stocaaro committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    3a99fec View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    919c9b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6897457 View commit details
    Browse the repository at this point in the history
  3. chore: Add post-release merge to main

    chore: Add post-release merge to main
    stocaaro committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    39bcfd9 View commit details
    Browse the repository at this point in the history
  4. chore: e2e add integ_auth_test_cypress_no_ui test (#39)

    * chore: e2e add integ_auth_test_cypress_no_ui test
    
    * chore: code cleanup
    
    ---------
    
    Co-authored-by: Sridhar <ashwsrir@amazon.com>
    ashwinkumar6 and Sridhar committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    335046c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    025527b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    afb48cd View commit details
    Browse the repository at this point in the history
  7. chore: update yarn.log

    stocaaro committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    be8cc41 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. chore: move additional e2e commented tests (#43)

    * chore: move additional e2e commented tests
    
    * chore: add required permissions to script file
    
    ---------
    
    Co-authored-by: Sridhar <ashwsrir@amazon.com>
    ashwinkumar6 and Sridhar committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    6c0aaf3 View commit details
    Browse the repository at this point in the history
  2. chore: e2e keep test_name same as CCI (#45)

    * chore: e2e keep test_name same as CCI
    * chore: e2e re-arrange integ config
    ---------
    Co-authored-by: Sridhar <ashwsrir@amazon.com>
    ashwinkumar6 committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    e74ee67 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. chore: update actions typo

    Co-authored-by: William Lee <43682783+wlee221@users.noreply.github.com>
    ashwinkumar6 and wlee221 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    1c404cb View commit details
    Browse the repository at this point in the history
  2. chore: update actions typo

    Co-authored-by: William Lee <43682783+wlee221@users.noreply.github.com>
    ashwinkumar6 and wlee221 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    8d283dc View commit details
    Browse the repository at this point in the history
  3. chore: cleanup github_email and github_name (#46)

    Co-authored-by: Sridhar <ashwsrir@amazon.com>
    ashwinkumar6 and Sridhar committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    ef803d9 View commit details
    Browse the repository at this point in the history
  4. chore: cleanup load verdaccio action (#47)

    Co-authored-by: Sridhar <ashwsrir@amazon.com>
    ashwinkumar6 and Sridhar committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    8c78f73 View commit details
    Browse the repository at this point in the history
  5. chore: actions code cleanup (#48)

    Co-authored-by: Sridhar <ashwsrir@amazon.com>
    ashwinkumar6 and Sridhar committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    dafcaab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b1609a5 View commit details
    Browse the repository at this point in the history
  7. chore: add retention period and timeout for cache (#50)

    * chore: add retention period and timeout for cache
    
    * chore: code cleanup
    
    ---------
    
    Co-authored-by: Sridhar <ashwsrir@amazon.com>
    ashwinkumar6 and Sridhar committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    57b1885 View commit details
    Browse the repository at this point in the history
  8. chore: Chanke js token name

    stocaaro committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    929495f View commit details
    Browse the repository at this point in the history
  9. chore: Filter preid content

    stocaaro committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    4af866f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    76a0d96 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b692507 View commit details
    Browse the repository at this point in the history
  12. chore: Compactify on syntax

    stocaaro committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    37fe02d View commit details
    Browse the repository at this point in the history
  13. chore: dynamically fetch the repo_owner_name (#52)

    * chore: dynamically fetch the repo_owner_name
    
    * chore: code cleanup
    
    ---------
    
    Co-authored-by: Sridhar <ashwsrir@amazon.com>
    ashwinkumar6 and Sridhar committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    ec1d3dc View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    f864030 View commit details
    Browse the repository at this point in the history
  2. chore: Naming and cleanup

    stocaaro committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    2828f74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5a8ae2 View commit details
    Browse the repository at this point in the history
  4. chore: Merge from upstream

    Merge remote-tracking branch 'upstream/main' into feat/github-actions/main
    stocaaro committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    6b7be67 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2d75bee View commit details
    Browse the repository at this point in the history
  6. chore: run e2e Rollup + DataStore test on just chrome (#54)

    Co-authored-by: Sridhar <ashwsrir@amazon.com>
    ashwinkumar6 and Sridhar committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    eb525cf View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

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

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    7e35b38 View commit details
    Browse the repository at this point in the history
  2. chore: add concurrency to push workflows (#56)

    * chore: add concurrency to push workflows
    
    * chore: code cleanup
    
    ---------
    
    Co-authored-by: Sridhar <ashwsrir@amazon.com>
    ashwinkumar6 and Sridhar committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    c029625 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    0bb9b88 View commit details
    Browse the repository at this point in the history
  2. chore: Merge from upstream

    stocaaro committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    5a1fede View commit details
    Browse the repository at this point in the history
  3. chore: Fix circle build

    stocaaro committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    1266c2c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb2b529 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9412b24 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f692d93 View commit details
    Browse the repository at this point in the history
  7. chore: Fix test command

    stocaaro committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    c374ec1 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Update .github/actions/npm-publish/action.yml

    Co-authored-by: Jim Blanchard <jim.l.blanchard@gmail.com>
    stocaaro and jimblanc committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    41330f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    972c2f3 View commit details
    Browse the repository at this point in the history