8000 Comparing spinnaker:master...osoriano:osoriano-release-1.28.x · spinnaker/front50 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: spinnaker/front50
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: osoriano/front50
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: osoriano-release-1.28.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 15 files changed
  • 18 contributors

Commits on Apr 9, 2022

  1. chore(dependencies): don't create an autobump PR for halyard on a fro…

    …… (backport #1115) (#1117)
    
    Co-authored-by: David Byron <82477955+dbyron-sf@users.noreply.github.com>
    mergify[bot] and dbyron-sf authored Apr 9, 2022
    Configuration menu
    8000
    Copy the full SHA
    df87f4c View commit details
    Browse the repository at this point in the history
  2. chore(dependencies): Autobump fiatVersion (#1118)

    Co-authored-by: root <root@578dc0f8e569>
    spinnakerbot and root authored Apr 9, 2022
    Configuration menu
    Copy the full SHA
    43b4eb4 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. chore(ci): Upload halconfigs to GCS on Tag push (#1120) (#1125)

    Previous release tools would publish basic halconfig profiles to GCS
    bucket: [https://console.cloud.google.com/storage/browser/halconfig/`<service>`/`<version>`/*](https://console.cloud.google.com/storage/browser/halconfig/%60%3Cservice%3E%60/%60%3Cversion%3E%60/*)
    
    Where `<service>` might be `rosco` and `<version>` is our git tag, eg: `v1.2.3`.
    
    Halyard downloads these profiles during `hal deploy apply`.
    As the profiles are deprecated it would be ideal to remove from Halyard
    but it may break users workflows.
    
    For now we can upload the files as part of our regular service 'release'
    flow (git tag <version> && git push) using GHA.
    
    (cherry picked from commit 60c4ccb)
    
    Co-authored-by: kskewes-sf <96093759+kskewes-sf@users.noreply.github.com>
    mergify[bot] and kskewes-sf authored Apr 26, 2022
    Configuration menu
    Copy the full SHA
    19995ab View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. fix(ci): fetch previous tag from git instead of API (#1127) (#1130)

    Previously the release info script would query the GitHub HTTP API and retrieve
    the latest "Release" (git tag) published.
    The latest "Release" could (likely) be for a different `release-*` branch or
    even `master` rather than the previous tag on the same branch as the new
    tag.
    This resulted in "Release" changelogs containing commits that dont
    exist in the tags history.
    
    By instead querying git itself we can fetch the previous tag in history
    and then generate an accurate changelog, eg: between `v1.7.4` and
    `v1.7.3` rather than potentially `v1.7.4` and `v1.10.0`.
    
    Run script through `shellcheck` and `shfmt`.
    
    (cherry picked from commit 8eac542)
    
    Co-authored-by: kskewes-sf <96093759+kskewes-sf@users.noreply.github.com>
    mergify[bot] and kskewes-sf authored Apr 27, 2022
    Configuration menu
    Copy the full SHA
    302ee30 View commit details
    Browse the repository at this point in the history
  2. chore(ci): Mergify - merge Autobumps on release-* (#1128) (#1132)

    And request review for failed autobump builds on master and release branches.
    
    Lastly, remove Travis CI related rule. It's not used.
    
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    (cherry picked from commit e55d2a2)
    
    Co-authored-by: kskewes-sf <96093759+kskewes-sf@users.noreply.github.com>
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    mergify[bot] and kskewes-sf authored Apr 27, 2022
    Configuration menu
    Copy the full SHA
    9cf7854 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. fix: Revision history is not showing the timestamp of the revision (b…

    …ackport #1142) (#1147)
    
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    Co-authored-by: armory-abedonik <106548537+armory-abedonik@users.noreply.github.com>
    Co-authored-by: mattgogerly <matthewgogerly@gmail.com>
    3 people authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    8215d49 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. chore(dockerfile): upgrade to latest alpine image (backport #1151) (#…

    …1153)
    
    Co-authored-by: Cameron Motevasselani <cameron@armory.io>
    Co-authored-by: Cameron Motevasselani <cmotevasselani@gmail.com>
    3 people authored Aug 17, 2022
    Configuration menu
    Copy the full SHA
    bea8c3d View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. chore(dependencies): Autobump fiatVersion (#1155)

    Co-authored-by: root <root@a67c6de10b8d>
    spinnakerbot and root authored Aug 19, 2022
    Configuration menu
    Copy the full SHA
    f1b5bae View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. fix(updateTs): missing updateTs field in the get pipeline history's r…

    …esponse. (backport #1159) (#1162)
    
    Co-authored-by: Cameron Motevasselani <cmotevasselani@gmail.com>
    Co-authored-by: armory-abedonik <106548537+armory-abedonik@users.noreply.github.com>
    3 people authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    e4698fb View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. chore(dependencies): Autobump korkVersion (#1170)

    Co-authored-by: root <root@d1d0d7529c8e>
    spinnakerbot and root authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    5755fb2 View commit details
    Browse the repository at this point in the history
  2. chore(dependencies): Autobump fiatVersion (#1171)

    Co-authored-by: root <root@6389cc6c6704>
    spinnakerbot and root authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    dc96353 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. fix(pipelines): prevent from creating duplicated pipelines (#1172) (#…

    …1174)
    
    * fix(pipelines): prevent from duplicated pipelines
    
    * Added a test that verifies correct pipeline creation when two or more threads try to create it at the same time
    
    (cherry picked from commit c214eb5)
    
    Co-authored-by: Krzysztof Kotula <kkotula13@gmail.com>
    mergify[bot] and kkotula authored Nov 24, 2022
    Configuration menu
    Copy the full SHA
    92566ba View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. chore(dependencies): Autobump spinnakerGradleVersion (#1177) (#1183)

    Co-authored-by: root <root@2dd4f76bffcc>
    (cherry picked from commit 6aab2f3)
    
    Co-authored-by: spinnakerbot <spinbot@spinnaker.io>
    mergify[bot] and spinnakerbot authored Nov 29, 2022
    Configuration menu
    Copy the full SHA
    c50094e View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. chore(dependencies): Autobump korkVersion (#1214)

    Co-authored-by: root <root@56286486caa6>
    spinnakerbot and root authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    cdc14e4 View commit details
    Browse the repository at this point in the history
  2. chore(dependencies): Autobump fiatVersion (#1215)

    Co-authored-by: root <root@57bc6e0d006e>
    spinnakerbot and root authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    47b9833 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. fix(sql): Populating lastModified field for pipelines when loading ob…

    …jects. (#1220) (#1223)
    
    * fix(cache): Fix caching all pipelines during sync loop.
    
    * fix(cache): Fix caching all pipelines drring sync loop.
    
    (cherry picked from commit 8daf680)
    
    Co-authored-by: DanielaS12 <111055962+DanielaS12@users.noreply.github.com>
    mergify[bot] and DanielaS12 authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    22c2a6d View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. chore(dependencies): Autobump fiatVersion (#1227)

    Co-authored-by: root <root@f4da64b8582a>
    spinnakerbot and root authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    c472126 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Add build script

    Add script to build image
    osoriano committed May 23, 2023
    Configuration menu
    Copy the full SHA
    7af337f View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Update GitHub workflows for fork (#1)

    Update GitHub workflows to be compatible with forks
    osoriano authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    623ac32 View commit details
    Browse the repository at this point in the history
  2. Restore GH workflow version (#2)

    Some tests may rely on semver versioning. Restore the version set in the GH workflow
    osoriano authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    8f881e7 View commit details
    Browse the repository at this point in the history
Loading
0