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

Workflow test, don't merge #53

Closed
wants to merge 67 commits into from
Closed

Workflow test, don't merge #53

wants to merge 67 commits into from

Commits on May 17, 2023

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

Commits on May 18, 2023

  1. Configuration menu
    Copy the full SHA
    ae68c70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    836de6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ee785f View commit details
    Browse the repository at this point in the history
  4. Fix lints

    nateglims committed May 18, 2023
    Configuration menu
    Copy the full SHA
    6fecf30 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0c3a286 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

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

Commits on Jun 5, 2023

  1. Configuration menu
    Copy the full SHA
    20c2ba0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    550e28e View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

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

Commits on Jun 8, 2023

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

Commits on Jun 10, 2023

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

Commits on Jun 12, 2023

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

Commits on Jun 28, 2023

  1. wip: cleanup and testing

    * Rename stacks to be more consistent
    * Add doc comments to demo pipeline
    * Update test and build buildspec
    nateglims committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    1975397 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e21f5a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b9de8e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54e04d8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    deec5b1 View commit details
    Browse the repository at this point in the history
  6. fix formatting

    nateglims committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    3a10589 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. add branch parameter

    thomas-roos committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    f370443 View commit details
    Browse the repository at this point in the history
  2. add more info

    thomas-roos committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    bbd41ec View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Fix formatting

    nateglims committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    c1474dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a60f350 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    d565643 View commit details
    Browse the repository at this point in the history
  2. add some notes

    thomas-roos committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    1d651d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb472b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    335905e View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Update demos-pipeline.ts

    unset env
    thomas-roos committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    0484be7 View commit details
    Browse the repository at this point in the history
  2. Update setup.md

    fix md
    thomas-roos committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    b2c33bc View commit details
    Browse the repository at this point in the history
  3. fix yaml

    thomas-roos committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    3dfdc6d View commit details
    Browse the repository at this point in the history
  4. fix branch

    thomas-roos committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    3d63879 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. demo pipeline: remove test stage

    Remove the test stage for now. We will revisit this later.
    nateglims committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    eb6acc4 View commit details
    Browse the repository at this point in the history
  2. demo pipeline: run zip-data command before build

    Add the `npm run zip-data` script to the prebuild script.
    nateglims committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    6134deb View commit details
    Browse the repository at this point in the history
  3. demo pipeline: pass account and user specific data

    Pass account data (the Codestar Connection) as context.
    Pass user data (GitHub org/repo name) as environment variables.
    nateglims committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    798cdf4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    514b667 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b4b497 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. fix kas setup, formatting

    thomas-roos committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    51d504c View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. separate lib and examples

    thomas-roos committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    ab3a4d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3cc6d7 View commit details
    Browse the repository at this point in the history
  3. change .gitignore

    thomas-roos committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    26346e1 View commit details
    Browse the repository at this point in the history
  4. remove binary

    thomas-roos committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    6ae2074 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b4c41d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

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

Commits on Jul 27, 2023

  1. move build-image into lib

    thomas-roos committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    7c67929 View commit details
    Browse the repository at this point in the history
  2. fix tests

    thomas-roos committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    b9d61e3 View commit details
    Browse the repository at this point in the history
  3. GitHub workflow: fix test

    thomas-roos committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    ab5fed5 View commit details
    Browse the repository at this point in the history
  4. fix trailing whitespace

    thomas-roos committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    3a3d1d3 View commit details
    Browse the repository at this point in the history
  5. fix test-cdk.yml

    thomas-roos committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    7fc7eb1 View commit details
    Browse the repository at this point in the history
  6. add .eslintrc.js

    thomas-roos committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    b0ae278 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    25bf6dd View commit details
    Browse the repository at this point in the history
  8. fix build-image asset

    thomas-roos committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    005d633 View commit details
    Browse the repository at this point in the history
  9. fix ws

    thomas-roos committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    c93c5a8 View commit details
    Browse the repository at this point in the history
  10. fix image and sdk upload

    thomas-roos committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    89ebd2c View commit details
    Browse the repository at this point in the history
  11. fix ws

    thomas-roos committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    df7476e View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    677f97d View commit details
    Browse the repository at this point in the history
  2. fix lint errors

    thomas-roos committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    51dc86e View commit details
    Browse the repository at this point in the history
  3. add eslintrc

    thomas-roos committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    8d1bbac View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. demo-pipeline: build out of tree

    Build out of tree so stray JS files don't show up everywhere and hurt my
    brain.
    nateglims committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    ad91a73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba60def View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf13293 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. demo pipeline: fix test

    nateglims committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    2759877 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff01153 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

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

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    bfd2632 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    135a698 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e524a8 View commit details
    Browse the repository at this point in the history
  4. Add dynamic fallback name for CodeCommit repo to prevent errors on mu…

    …ltiple pipelines in the same region
    alinadima authored and nateglims committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    924942f View commit details
    Browse the repository at this point in the history