-
Notifications
You must be signed in to change notification settings - Fork 653
Comparing changes
Open a pull request
base repository: spinnaker/echo
base: v2.43.0
head repository: spinnaker/echo
compare: master
- 13 commits
- 129 files changed
- 12 contributors
Commits on Nov 27, 2024
-
chore(dependencies): Autobump korkVersion (#1462)
Co-authored-by: root <root@df07caf89e8f>
Configuration menu - View commit details
-
Copy full SHA for 8d260df - Browse repository at this point
Copy the full SHA 8d260dfView commit details -
chore(dependencies): Autobump fiatVersion (#1464)
Co-authored-by: root <root@c80011301680>
Configuration menu - View commit details
-
Copy full SHA for ca6b4ce - Browse repository at this point
Copy the full SHA ca6b4ceView commit details
Commits on Dec 10, 2024
-
chore(dependencies): Autobump fiatVersion (#1465)
Co-authored-by: root <root@4f180b5207b5>
Configuration menu - View commit details
-
Copy full SHA for 469d50f - Browse repository at this point
Copy the full SHA 469d50fView commit details
Commits on Jan 9, 2025
-
refactor(retrofit2): replace retrofit client with retrofit2 client (#…
…1466) * refactor(retrofit2): upgrade KeelService retrofit API interface to retrofit2 * refactor(retrofit2): upgrade CDEventsSenderClient retrofit API interface to retrofit2 * refactor(retrofit2): upgrade BearychatService retrofit API interface to retrofit2 * refactor(retrofit2): upgrade JiraService retrofit API interface to retrofit2 * refactor(retrofit2): upgrade GoogleChatClient retrofit API interface to retrofit2 * refactor(retrofit2): upgrade GithubService retrofit API interface to retrofit2 * refactor(retrofit2): upgrade SlackClient retrofit API interface to retrofit2 * refactor(retrofit2): upgrade PagerDutyService retrofit API interface to retrofit2 * refactor(retrofit2): upgrade MicrosoftTeamsClient retrofit API interface to retrofit2 * refactor(retrofit2): upgrade TelemetryService retrofit API interface to retrofit2 * refactor(retrofit2): move Retrofit2TestConfig from echo-notification/src/test/.. to echo-test/src/main/.. so that other modules can utilize * refactor(retrofit2): upgrade RestService retrofit API interface to retrofit2 * refactor(retrofit2): upgrade TwilioService retrofit API interface to retrofit2 * refactor(retrofit2): upgrade OrcaService retrofit API interface to retrofit2 * refactor(retrofit2): upgrade IgorService retrofit API interface to retrofit2 * refactor(retrofit2): upgrade SlackHookService retrofit API interface to retrofit2 * refactor(retrofit2): upgrade SpinnakerService retrofit API interface to retrofit2 * refactor(retrofit2): upgrade Front50Service retrofit API interface to retrofit2 * refactor(retrofit2): Remove RetrofitError from JiraNotificationService * refactor(retrofit2): remove remaining references to retrofit1 * refactor(retrofit2): Convert Retrofit2TestConfig to java * refactor(retrofit2): move java classes from main/groovy/.. to main/java/.. in echo-notifications * refactor(retrofit2): replaced retrofit1's encode=false flag to retrofit2's encoded=true * refactor(retrofit2): addressed review comments
Configuration menu - View commit details
-
Copy full SHA for 6a0e784 - Browse repository at this point
Copy the full SHA 6a0e784View commit details -
chore(dependencies): Autobump korkVersion (#1468)
Co-authored-by: root <root@935cb5015720>
Configuration menu - View commit details
-
Copy full SHA for 58f6a79 - Browse repository at this point
Copy the full SHA 58f6a79View commit details
Commits on Jan 28, 2025
-
chore(dependencies): Autobump korkVersion (#1470)
Co-authored-by: root <root@d6aa4183a5bc>
Configuration menu - View commit details
-
Copy full SHA for b28e91b - Browse repository at this point
Copy the full SHA b28e91bView commit details
Commits on Feb 7, 2025
-
chore(dependencies): Autobump korkVersion (#1471)
Co-authored-by: root <root@796c595fa7d4>
Configuration menu - View commit details
-
Copy full SHA for e237af0 - Browse repository at this point
Copy the full SHA e237af0View commit details
Commits on Feb 12, 2025
-
fix(ubuntu): add commands so apt-get can install libc (#1473)
specifically: rm /var/lib/dpkg/info/libc-bin.* && apt-get clean to fix errors like #9 97.43 Processing triggers for libc-bin (2.35-0ubuntu3.8) ... #9 97.51 qemu: uncaught target signal 11 (Segmentation fault) - core dumped #9 97.90 Segmentation fault (core dumped) #9 97.95 qemu: uncaught target signal 11 (Segmentation fault) - core dumped #9 98.32 Segmentation fault (core dumped) #9 98.32 dpkg: error processing package libc-bin (--configure): #9 98.32 installed libc-bin package post-installation script subprocess returned error exit status 139 from https://github.com/spinnaker/echo/actions/runs/13294114983/job/37121759834?pr=1472 suggestion from https://stackoverflow.com/a/78107622
Configuration menu - View commit details
-
Copy full SHA for 2abe92d - Browse repository at this point
Copy the full SHA 2abe92dView commit details
Commits on Feb 13, 2025
-
chore(dependencies): Autobump korkVersion (#1472)
Co-authored-by: root <root@b3aa3eba8e03>
Configuration menu - View commit details
-
Copy full SHA for b002246 - Browse repository at this point
Copy the full SHA b002246View commit details -
fix(build): Uses a hard coded qemu for builds due to a bug in latest …
…ubuntu kernel mismatch (#1474)
Configuration menu - View commit details
-
Copy full SHA for a7887b2 - Browse repository at this point
Copy the full SHA a7887b2View commit details
Commits on Feb 19, 2025
-
chore(dependencies): Autobump fiatVersion (#1475)
Co-authored-by: root <root@819552d2cd6b>
Configuration menu - View commit details
-
Copy full SHA for b7bfb53 - Browse repository at this point
Copy the full SHA b7bfb53View commit details
Commits on Feb 27, 2025
-
fix(retrofit2): fix
baseUrl must end in /
error (#1476)* test(retrofit2): add a test to demonstrate the error: java.lang.IllegalArgumentException: baseUrl must end in /. * fix(retrofit2): fix the following error by adding trailing / in the baseUrl and removing leading / in the end point: java.lang.IllegalArgumentException: baseUrl must end in /. * fix(retrofit2): fix RestService by replacing POST mapping from / to . and add a test class to demonstrate the behaviour. Here are some references that justify this change: square/retrofit#907, square/retrofit#1701
Configuration menu - View commit details
-
Copy full SHA for 19e2f34 - Browse repository at this point
Copy the full SHA 19e2f34View commit details -
fix(retrofit2): fix
A @path parameter must not come after a @Query
…Configuration menu - View commit details
-
Copy full SHA for f170364 - Browse repository at this point
Copy the full SHA f170364View 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 v2.43.0...master