Commit Graph

46 Commits

Author SHA1 Message Date
Mark Paluch 31e9bb7ef2 Update CI Properties.
See #2179
2025-12-10 08:34:38 +01:00
Mark Paluch 231728e516 Update CI Properties.
See #2042
2025-05-12 09:33:06 +02:00
Mark Paluch b23be3d19d Update CI Properties.
See #2042
2025-05-12 09:00:23 +02:00
Mark Paluch 0f0088da2f Update CI Properties.
See #2042
2025-05-12 08:56:23 +02:00
Mark Paluch 20fa8f5d10 Update CI Properties.
See #2042
2025-05-12 08:55:55 +02:00
Mark Paluch a164871c5e Update CI Properties.
See #1916
2024-11-07 09:57:36 +01:00
Mark Paluch 49f326b559 Update CI Properties.
See #1916
2024-11-07 09:56:12 +01:00
Mark Paluch fd4aedc760 Consistently run all CI steps with the same user.
See #1883
2024-10-09 09:31:15 +02:00
Mark Paluch 85eea11627 Update CI properties.
See #1791
2024-08-08 10:20:12 +02:00
Eric Haag 1a860bfd3f Migrate build to Spring Develocity Conventions extension.
Also adopt Develocity environment variables.

Original pull request #1847
2024-08-05 11:27:42 +02:00
Mark Paluch 13e5414123 Switch to Broadcom docker proxy.
Closes #1822
2024-06-20 14:26:03 +02:00
Mark Paluch 967f0f9179 Upgrade to SQL Server 2022-latest.
See #1768
2024-05-23 08:48:41 +02:00
Mark Paluch f3a5b276ba Update CI properties.
See #1672
2023-12-14 08:50:33 +01:00
Mark Paluch 5e76f16175 Introduce property for Jenkins user and Artifactory server details.
Closes #1678
2023-11-28 15:36:44 +01:00
Greg L. Turnquist 7f649c4b66 Migrate from Gradle Enterprise to Develocity.
Gradle Enterprise has been rebranded as Develocity.

See #1645
2023-10-19 10:53:14 -05:00
Greg L. Turnquist 90ee50b867 Polishing.
See #1645
2023-10-19 10:48:34 -05:00
Greg L. Turnquist 0ef725f387 Update CI properties.
See #1642
2023-10-19 09:38:57 -05:00
Jens Schauder 75bb6fe2a8 Set user for CI build in order to get a nice gravatar.
Closes #1645
See spring-projects/spring-data-jpa@f52aa75
See spring-projects/spring-data-jpa#3142
2023-10-17 10:02:17 +02:00
Greg L. Turnquist 8073ccb737 Update CI properties.
See #1642
2023-10-16 13:28:23 -05:00
Jens Schauder f39c7e0b44 Setup Gradle Enterprise credentials.
See #1643
2023-10-16 11:19:16 +02:00
Jens Schauder 16ab1c4842 Using verify during the CI build 2023-10-11 15:12:39 +02:00
John Blum 5399171a79 Update CI properties.
See #1614
2023-10-04 17:24:12 -07:00
Greg L. Turnquist b08dde9876 Update CI properties.
See #1592
2023-09-05 13:25:24 -05:00
Mark Paluch 518e49d81d Introduce RowDocumentExtractor.
Transform the tabular structure into a graph of RowDocument associated with nested documents and lists.

Add container license acceptance for updated container images.

See #1446
See #1450
See #1445
Original pull request: #1572
2023-08-15 10:16:41 +02:00
Jens Schauder 93821f5f42 Enable Single Query Loading for simple aggregates.
Single Query Loading loads as the name suggests complete aggregates using a single select.
While the ultimate goal is to support this for all aggregates, this commit enables it only for simple aggregate and also only for some operations.
A simple aggregate is an aggregate that only reference up to one other entity and does not have embedded entities.
The supported operations are those available via `CrudRepository`: `findAll`, `findById`, and `findAllByIds`.

Single Query Loading does NOT work with the supported in memory databases H2 and HSQLDB, since these do not properly support windowing functions, which are essential for Single Query Loading.

To turn on Single Query Loading call `RelationalMappingContext.setSingleQueryLoadingEnabled(true)`.

Closes #1446
See #1450
See #1445
Original pull request: #1572
2023-08-15 10:16:41 +02:00
Julia Lee dffde372f9 Update CI properties.
See #1562
2023-08-14 12:15:34 -04:00
Greg L. Turnquist de71874b9c Ensure Testcontainers works properly with MS SQL Server on CI.
See #1558.
2023-07-10 14:03:17 -05:00
Mark Paluch 1bb60682ce Update CI properties.
See #1511
2023-07-03 09:50:20 +02:00
Greg L. Turnquist 2b84f7d63b Use Harbor Proxy service on CI.
When run on CI servers, leverage an internal proxy service using Testcontainers ability to plugin a custom ImageNameSubstitor.

See #1518
Original Pull Request: #1516
2023-05-17 10:23:20 -05:00
Greg L. Turnquist af959ecf36 Update CI properties.
See #1456
2023-03-28 13:58:26 -05:00
Mark Paluch 706de3f58a Update CI properties.
See #1389
2023-01-30 10:49:51 +01:00
Mark Paluch 31df742f7e Update CI properties.
See #1389
2022-11-18 15:31:13 +01:00
Mark Paluch 3fa10f1482 Update CI properties.
See #1366
2022-10-31 10:36:36 +01:00
Mark Paluch f442261936 Upgrade to R2DBC MSSQL 1.0.0.RC1.
Enable tests for SQL Server.

See #1292
2022-07-14 11:37:57 +02:00
Jens Schauder dd663384ac Upgrade MS SQL Server Docker image version to 2019-CU16-ubuntu-20.04
Closes #1283
2022-07-04 15:13:32 +02:00
Jens Schauder fbd44bd349 Upgrade DB2 Docker image to 11.5.7.0a.
Closes #1272
2022-06-23 16:25:36 +02:00
Mark Paluch d3d05039da Update CI properties.
See #1247
2022-06-03 09:34:21 +02:00
Mark Paluch efb48bc222 Update CI properties.
See #1132
2022-02-22 14:10:51 +01:00
Greg L. Turnquist 7a991ff7ee Update CI properties.
See #1132
2022-02-15 09:00:21 -06:00
Mark Paluch b485106de4 Polishing.
Extract docker and artifactory credentials into property file.

See #1151
2022-02-04 14:55:42 +01:00
Greg L. Turnquist 1dc986851f Externalize build properties.
See #1151.
2022-02-04 14:53:23 +01:00
Greg L. Turnquist f750b6df4c Authenticate with artifactory.
See #955.
2021-04-21 13:39:27 -05:00
Greg L. Turnquist 2d95bd95c9 DATAJDBC-642 - Polishing.
Move all CI-based scripts into a ci folder.
2020-12-09 13:05:01 -06:00
Greg Turnquist 0baba7ffe9 DATAJDBC-376 - Introduce Jenkins. 2019-06-11 19:49:33 -05:00
Greg Turnquist 2aa44a38fd DATAJDBC-316 - Polishing. 2019-02-28 11:47:30 -06:00
Greg Turnquist 2835e78ec2 DATAJDBC-316 - Introduce Concourse. 2019-02-28 11:26:59 -06:00