-
Notifications
You must be signed in to change notification settings - Fork 641
Comparing changes
Open a pull request
base repository: spinnaker/front50
base: master
head repository: osoriano/front50
compare: osoriano-release-1.28.x
- 20 commits
- 15 files changed
- 18 contributors
Commits on Apr 9, 2022
-
chore(dependencies): don't create an autobump PR for halyard on a fro…
Configuration menu - View commit details
-
Copy full SHA for df87f4c - Browse repository at this point
8000Copy the full SHA df87f4cView commit details -
chore(dependencies): Autobump fiatVersion (#1118)
Co-authored-by: root <root@578dc0f8e569>
Configuration menu - View commit details
-
Copy full SHA for 43b4eb4 - Browse repository at this point
Copy the full SHA 43b4eb4View commit details
Commits on Apr 26, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for 19995ab - Browse repository at this point
Copy the full SHA 19995abView commit details
Commits on Apr 27, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for 302ee30 - Browse repository at this point
Copy the full SHA 302ee30View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 9cf7854 - Browse repository at this point
Copy the full SHA 9cf7854View commit details
Commits on Aug 2, 2022
-
fix: Revision history is not showing the timestamp of the revision (b…
Configuration menu - View commit details
-
Copy full SHA for 8215d49 - Browse repository at this point
Copy the full SHA 8215d49View commit details
Commits on Aug 17, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for bea8c3d - Browse repository at this point
Copy the full SHA bea8c3dView commit details
Commits on Aug 19, 2022
-
chore(dependencies): Autobump fiatVersion (#1155)
Co-authored-by: root <root@a67c6de10b8d>
Configuration menu - View commit details
-
Copy full SHA for f1b5bae - Browse repository at this point
Copy the full SHA f1b5baeView commit details
Commits on Sep 12, 2022
-
fix(updateTs): missing updateTs field in the get pipeline history's r…
Configuration menu - View commit details
-
Copy full SHA for e4698fb - Browse repository at this point
Copy the full SHA e4698fbView commit details
Commits on Oct 19, 2022
-
chore(dependencies): Autobump korkVersion (#1170)
Co-authored-by: root <root@d1d0d7529c8e>
Configuration menu - View commit details
-
Copy full SHA for 5755fb2 - Browse repository at this point
Copy the full SHA 5755fb2View commit details -
chore(dependencies): Autobump fiatVersion (#1171)
Co-authored-by: root <root@6389cc6c6704>
Configuration menu - View commit details
-
Copy full SHA for dc96353 - Browse repository at this point
Copy the full SHA dc96353View commit details
Commits on Nov 24, 2022
-
fix(pipelines): prevent from creating duplicated pipelines (#1172) (#…
Configuration menu - View commit details
-
Copy full SHA for 92566ba - Browse repository at this point
Copy the full SHA 92566baView commit details
Commits on Nov 29, 2022
-
chore(dependencies): Autobump spinnakerGradleVersion (#1177) (#1183)
Co-authored-by: root <root@2dd4f76bffcc> (cherry picked from commit 6aab2f3) Co-authored-by: spinnakerbot <spinbot@spinnaker.io>
Configuration menu - View commit details
-
Copy full SHA for c50094e - Browse repository at this point
Copy the full SHA c50094eView commit details
Commits on Mar 2, 2023
-
chore(dependencies): Autobump korkVersion (#1214)
Co-authored-by: root <root@56286486caa6>
Configuration menu - View commit details
-
Copy full SHA for cdc14e4 - Browse repository at this point
Copy the full SHA cdc14e4View commit details -
chore(dependencies): Autobump fiatVersion (#1215)
Co-authored-by: root <root@57bc6e0d006e>
Configuration menu - View commit details
-
Copy full SHA for 47b9833 - Browse repository at this point
Copy the full SHA 47b9833View commit details
Commits on Mar 22, 2023
-
fix(sql): Populating lastModified field for pipelines when loading ob…
Configuration menu - View commit details
-
Copy full SHA for 22c2a6d - Browse repository at this point
Copy the full SHA 22c2a6dView commit details
Commits on Mar 27, 2023
-
chore(dependencies): Autobump fiatVersion (#1227)
Co-authored-by: root <root@f4da64b8582a>
Configuration menu - View commit details
-
Copy full SHA for c472126 - Browse repository at this point
Copy the full SHA c472126View commit details
Commits on May 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7af337f - Browse repository at this point
Copy the full SHA 7af337fView commit details
Commits on Jun 26, 2023
-
Update GitHub workflows for fork (#1)
Update GitHub workflows to be compatible with forks
Configuration menu - View commit details
-
Copy full SHA for 623ac32 - Browse repository at this point
Copy the full SHA 623ac32View commit details -
Restore GH workflow version (#2)
Some tests may rely on semver versioning. Restore the version set in the GH workflow
Configuration menu - View commit details
-
Copy full SHA for 8f881e7 - Browse repository at this point
Copy the full SHA 8f881e7View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...osoriano-release-1.28.x