-
Notifications
You must be signed in to change notification settings - Fork 0
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
#194 Enable/Disable Cache Job per yaml configuration (#197) #202
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* #194 Enable/Disable Cache Job per yaml configuration * Update GitProjectsControllerIntegrationTest.java * Bump spring.version from 3.4.0 to 3.4.1 (#190) * Bump spring.version from 3.4.0 to 3.4.1 Bumps `spring.version` from 3.4.0 to 3.4.1. Updates `org.springframework.boot:spring-boot` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.0...v3.4.1) Updates `org.springframework.boot:spring-boot-starter-web` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.0...v3.4.1) Updates `org.springframework.boot:spring-boot-starter-tomcat` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.0...v3.4.1) Updates `org.springframework.boot:spring-boot-starter-test` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.0...v3.4.1) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-tomcat dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update pom.xml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Conor Heffron <[email protected]> * Bump software.amazon.awssdk:aws-sdk-java from 2.29.34 to 2.29.39 (#191) Bumps software.amazon.awssdk:aws-sdk-java from 2.29.34 to 2.29.39. --- updated-dependencies: - dependency-name: software.amazon.awssdk:aws-sdk-java dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update GitProjectsControllerIntegrationTest.java * #194 Enable/Disable Cache Job per yaml configuration * #194 #189 Update GitDetailsJobTest.java * #194 #189 Update pom.xml, bump release version --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
conorheffron
added
enhancement
New feature or request
java-be
Java / Server Side Tasks
labels
Dec 30, 2024
conorheffron
added a commit
that referenced
this pull request
Dec 31, 2024
* #198 Create npm-publish-github-packages.yml * #195 Update RepoIssues.js * Update #198 npm-publish-github-packages.yml * Rename #198 npm-publish-github-packages.yml to npm-publish-github-packages.yml * #194 Enable/Disable Cache Job per yaml configuration (#197) (#202) * #194 Enable/Disable Cache Job per yaml configuration * Update GitProjectsControllerIntegrationTest.java * Bump spring.version from 3.4.0 to 3.4.1 (#190) * Bump spring.version from 3.4.0 to 3.4.1 Bumps `spring.version` from 3.4.0 to 3.4.1. Updates `org.springframework.boot:spring-boot` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.0...v3.4.1) Updates `org.springframework.boot:spring-boot-starter-web` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.0...v3.4.1) Updates `org.springframework.boot:spring-boot-starter-tomcat` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.0...v3.4.1) Updates `org.springframework.boot:spring-boot-starter-test` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.0...v3.4.1) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-tomcat dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-type: direct:development update-type: version-update:semver-patch ... * Update pom.xml --------- * Bump software.amazon.awssdk:aws-sdk-java from 2.29.34 to 2.29.39 (#191) Bumps software.amazon.awssdk:aws-sdk-java from 2.29.34 to 2.29.39. --- updated-dependencies: - dependency-name: software.amazon.awssdk:aws-sdk-java dependency-type: direct:production update-type: version-update:semver-patch ... * Update GitProjectsControllerIntegrationTest.java * #194 Enable/Disable Cache Job per yaml configuration * #194 #189 Update GitDetailsJobTest.java * #194 #189 Update pom.xml, bump release version --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update package.json * Update npm-publish-github-packages.yml * Update npm-publish-github-packages.yml * Update npm-publish-github-packages.yml * Update package.json * #195 Update RepoIssues.js * #195 Update pom.xml Bump release version to next version in release queue * Update package.json * Update npm-publish-github-packages.yml * Update package.json * Update README.md * Update README.md * Update README.md --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Enable/Disable Cache Job per yaml configuration #194 Enable/Disable Cache Job per yaml configuration
Update GitProjectsControllerIntegrationTest.java
Bump spring.version from 3.4.0 to 3.4.1 (Bump spring.version from 3.4.0 to 3.4.1 #190)
Bump spring.version from 3.4.0 to 3.4.1
Bumps
spring.version
from 3.4.0 to 3.4.1.Updates
org.springframework.boot:spring-boot
from 3.4.0 to 3.4.1Updates
org.springframework.boot:spring-boot-starter-web
from 3.4.0 to 3.4.1Updates
org.springframework.boot:spring-boot-starter-tomcat
from 3.4.0 to 3.4.1Updates
org.springframework.boot:spring-boot-starter-test
from 3.4.0 to 3.4.1updated-dependencies:
Bumps software.amazon.awssdk:aws-sdk-java from 2.29.34 to 2.29.39.
updated-dependencies:
Update GitProjectsControllerIntegrationTest.java
Enable/Disable Cache Job per yaml configuration #194 Enable/Disable Cache Job per yaml configuration
Enable/Disable Cache Job per yaml configuration #194 Reduce the list of static resource file extensions #189 Update GitDetailsJobTest.java
Enable/Disable Cache Job per yaml configuration #194 Reduce the list of static resource file extensions #189 Update pom.xml, bump release version