- 10 Nov, 2020 9 commits
-
-
Stephane Nicoll authored
Closes gh-24103
-
Stephane Nicoll authored
This commit rationalizes the Docker image names used in integration tests. Closes gh-24107
-
Stephane Nicoll authored
Closes gh-24034
-
Stephane Nicoll authored
-
Stephane Nicoll authored
See gh-24103
-
Stephane Nicoll authored
Closes gh-24103
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This reverts commit b1c446d1.
-
Stephane Nicoll authored
Closes gh-24103
-
- 09 Nov, 2020 6 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-24081
-
Stephane Nicoll authored
Closes gh-24080
-
Stephane Nicoll authored
Closes gh-24079
-
Stephane Nicoll authored
Closes gh-24078
-
Stephane Nicoll authored
Closes gh-24077
-
- 06 Nov, 2020 2 commits
-
-
Stephane Nicoll authored
See gh-24034
-
Brian Clozel authored
Closes gh-24066
-
- 05 Nov, 2020 11 commits
-
-
Andy Wilkinson authored
Closes gh-24060
-
Andy Wilkinson authored
Closes gh-24045
-
Stephane Nicoll authored
Closes gh-24058
-
Stephane Nicoll authored
This commit makes sure to use the most specific getter if more than one candidate exists. Closes gh-24002
-
Andy Wilkinson authored
Closes gh-23955
-
Andy Wilkinson authored
Closes gh-24055
-
Andy Wilkinson authored
See gh-24052
-
Andy Wilkinson authored
See gh-24041
-
Andy Wilkinson authored
Closes gh-24052
-
Andy Wilkinson authored
Fixes gh-24041
-
Andy Wilkinson authored
Closes gh-24046
-
- 04 Nov, 2020 12 commits
-
-
Scott Frederick authored
A previous change intended to prevent temporary directories created as an implementation detail of mounting volumes on kubernetes pods from being used as a source for property files had a side-effect of also preventing other types of hidden directories from being recognized. This commit narrows the criteria for considering a directory as hidden, using the kubernetes `..` prefix convention instead of the Unix `.` prefix. Fixes gh-23983
-
Andy Wilkinson authored
Closes gh-24039
-
Andy Wilkinson authored
See gh-24038
-
Andy Wilkinson authored
Closes gh-24038
-
Andy Wilkinson authored
Closes gh-24032
-
Andy Wilkinson authored
Closes gh-22974
-
Andy Wilkinson authored
Closes gh-24029
-
Andy Wilkinson authored
Closes gh-21121
-
Andy Wilkinson authored
Closes gh-24025
-
Andy Wilkinson authored
Closes gh-22908
-
Andy Wilkinson authored
Closes gh-24023
-
Andy Wilkinson authored
Previously, when an embedded test database was being auto-configured any schema username and password specified by the user would result in a separate embedded test database being created to load the schema. This then left the actual test database without the schema causing test failures. This commit updates the test database auto-configuration to set the schema username to an empty string in a property source that's added first to the environment's property sources. This causes any schema username configured by the user to be ignored, preventing the creation of a separate database for schema.sql processing. Fixes gh-19321
-