forked from spring-attic/spring-cloud-dataflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Update k8s deployment files #5
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
Open
github-actions
wants to merge
2,244
commits into
2.9.x
Choose a base branch
from
github-actions/update-deployment-files
base: 2.9.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or 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
e9b3808
to
4eac382
Compare
4eac382
to
80d80a3
Compare
0229785
to
f059f97
Compare
f059f97
to
453b700
Compare
The new log API uses the external execution id (rather than the task name) to retrieve logs.
…pose. (spring-attic#5587) * Updated dc.sh to detect the absence of `docker-compose` executable and use `docker compose`. Added output the show complete commandline before execution. * Updated dc.sh to reflect docker compose command in arguments.
…wait-for-it was removed. Fixes spring-attic#5582 (spring-attic#5598)
- Remove spring-cloud-starter-common-security-config-web as a test-jar dependency as its know to cause issues with jdt based ide's. - skipper/dataflow servers don't even need it and composed task runner can use spring-cloud-common-security-config-web as plain test scope. - This should make project structure import into vscode work again.
This commit overrides the logback version in order to fix CVE-2023-6378. See spring-attic#5593
The `AuditRecordControllerTests#testRetrieveAuditRecordsFromGivenDateToNull` is flaky and fails quite often. This commit adds a 30 second max wait for all create audits to complete.
* DROP JOB_CONFIGURATION_LOCATION from BOOT3_BATCH_JOB_EXECUTION. * Update DropColumnSqlCommands.java Add comment to describe reason for finding actual names.
* Added another pause when setting up the data for the tests. * Set the date tests to be a bit more robust to make sure that their data is present vs an absolute count check.
The amount of test logging is preventing our test reports from uploading to Github.
This commit adds support to SimpleJobService for stopping Boot3 based Spring Batch jobs. - Update tests to use new DAO infrastructure for setting up the DB - Deprecate unused methods
…ring-attic#5575) * Use ROW_NUMBER in JdbcAggregateJobQueryDao to improve performance See spring-attic#5524
* Fix StepExecutionControllers and add AllInOneExecutionContextSerializer to support Jackson and other serialization options. Fixes spring-attic#5557
Update code to fit code review requests
453b700
to
cf515bd
Compare
This commit adjusts the log level during tests for Flyway packages to INFO as the current setting of DEBUG is drowning all other log statements.
This commit updates Spring Cloud BOM to 2021.0.9. * Also bring some related documentation up-to-date wrt version numbers Resolves spring-attic#5611
…ic#5619) This commit adds the ability for Mac ARM64 machines to run MSSQL Testcontainers based tests. The same treatment was added for Oracle previously. Also, the container support is the final arbiter of container creation and now all of the DB smoke tests are refactored to use the new support interfaces.
This commit adds support for sorting executions by schema target. Fixes spring-attic#5615
This commit removes any CI triggers on the `2.11.x` branch in favor of `main` branch. Also, the references to spring-cloud-deployer are now using the `main` rather than the `2.9.x` branch.
…5871) Use root provided to determine type of conversion to use. * Added tests when root is specified * Added tests for builder Remove PackagMetadataBuilder, it is not needed Update default constructors to use the safe constructor.
…ases are created. (spring-attic#5878) Fixes spring-attic#5876
spring-attic#5857) * CTR needs to support boot property styles for the tablePrefix property * Add RelaxedNames support for identifying prefixes for Task Explorer schemas Also resolved a bug where if a user specified the prefix on CTR for the apps instead of the apps themselves those props would be ignored
e73be7d
to
b9a6687
Compare
…y running DB2 and Oracle specific tests in separate parallel jobs. (spring-attic#5891)
50dbd65
to
092c842
Compare
…ng-cloud-deployer#465 [skip ci] Update paragraph for multiple Init Containers. Fix mariadb mount to be /var/lib/mysql (spring-attic#5875) Fixes spring-attic#5877 Add spaces after columns for clarity. This is done during merge
092c842
to
b5ffda7
Compare
* [Ci] Remove actions that don't add value. Ensure documentation tests are executed. * [Ci] Documentation generation now only use `docs` profile.
Currently it uses the version.taskdefinition property. Add Test to check if user can set app version on schedule Add documentation on how to set version for tasks This includes both Scheduling and Task Launch Update code based on code review comments
1e81f50
to
25fecd3
Compare
* Improve Carvel Deployment Support. * Allow kapp-controller to select default service account. * Provide for specifying allocateLoadBalancerNodePorts and loadBalancerClass on skipper and dataflow server services.
25fecd3
to
f621ea7
Compare
f621ea7
to
20a935e
Compare
20a935e
to
6c21555
Compare
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.
Detected a change with
mvn process-resources -P deploymentfiles
.This PR were created to align k8s deployment file changes.