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

Add build step for cloudbuild workflow #63

Merged
merged 9 commits into from
Oct 17, 2023
Merged

Commits on Sep 11, 2023

  1. feat: add build step to flash job when using cloudbuild flags

    - add parameters verification for flash button
    - add methods to continuously fetch cloudbuild job status
    - add build step in flash workflow that query/create build job
    riwanou committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    47c2927 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. fix: wait job success timeout, simplify query job logic

    - remove queryCreateJob, replaced by createJob
    - add timeout parameter in waitForJobSuccess, throw err when timeout
    riwanou committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    c6e8deb View commit details
    Browse the repository at this point in the history
  2. feat: show build status in flash page

    - add optional status to flash stage, update graphql schema
    - add FlashBuildStatus for cloudbuild status rendering
    - add stories for build step in flash stage
    riwanou committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    9d295d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. feat: cloudbuild download step, timeout with controller signal

    - add date-fns module, use format in FLashBuildStatus
    - add download step in cloudbuild flash steps
    - add controller abort signal with timeout
    riwanou committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    e24a4fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75c6dfb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5e2f47 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94b2f7c View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    633c602 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60eb330 View commit details
    Browse the repository at this point in the history