Commit 3a44a27
authored
v11 Table Flip (#705)
* Remove testing with 9 and 10 as they are no long supported
* Refactor installation, configuration and service resources
1. Condense client_install, server_install and respository resource into
a single install resource.
2. Remove service action from install to remove the ability to enter a
pathological situation where the chef run will not complete due to
the service not starting because of a config error but the config error
is unable to be corrected to allow the service to start.
3. Refactor the server_conf resource to config and add
load_current_value support.
4. Initial work to switch back to pg gem instead of shell_out for SQL
controlled resources. (may revert)
[ci skip]
* Skip module disable on non-module platforms
* Move templates to default
* Add systemd unit drop-in if external PID is set
* Create pg_hba.conf parser class
* Update access resource to match
* Set desired_state on common properties
* Update templates
* Fix access auth_options comparison
* Update ident resource to use parser class
* Role
* Database
* Split libraries
* Extension
* Add database inspec test
* MDL config
* Chefspec fixup
* Reenable all kitchen test versions
* CI fixup
* Refactor libs
* Testing fixup
* Kitchen cookbook fixup
* CI shorten testing temporarily
* More kitchen test fixing
* Use exec_params where we can
* Test cookbook fixup
* Config set version desired state false
* Update version match regex for Debian platforms
* RHEL 7 needs epel to install
* Kitchen test locale fixup
* Libraries include refactor
* Test property update
* Install resource update
* Turns out we can update access entries
* Access test fixup
* Ident test fixup
* Disable sort on pg_hba entries
* Skip role password overwrite unless explicit
* Extension kitchen fixup
* Reenable multi converge for ident
* pg install refactor
* Make access test indempotent
* Reenable all CI suites
* Expand initdb locale testing platforms
* Skip database locale for v13
* Automatic version detection
* Fixup missing requires
* Expand default packages
* Accept version as an integer also
* Correct name properties in resources
* Initial docs update
* Support pg_hba file comments
* Add comment support for ident resources
* Further docs update
* Update upgrading file
* Update README chef required version
Fixes #702
* Formatting fixup1 parent f394772 commit 3a44a27
File tree
80 files changed
+3360
-1584
lines changed- .github/workflows
- documentation
- partial
- libraries
- sql
- resources
- partial
- spec
- libraries
- templates
- default
- systemd
- test
- cookbooks/test
- recipes
- templates/default
- integration
- ident/controls
- initdb_locale/controls
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
80 files changed
+3360
-1584
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | 27 | | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | 31 | | |
34 | 32 | | |
35 | | - | |
36 | | - | |
37 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
38 | 36 | | |
39 | 37 | | |
40 | 38 | | |
41 | | - | |
| 39 | + | |
| 40 | + | |
42 | 41 | | |
43 | 42 | | |
| 43 | + | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
54 | 50 | | |
55 | 51 | | |
56 | 52 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
| 53 | + | |
| 54 | + | |
68 | 55 | | |
69 | 56 | | |
70 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
7 | 18 | | |
8 | 19 | | |
9 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
2 | 20 | | |
3 | 21 | | |
4 | 22 | | |
5 | | - | |
| 23 | + | |
6 | 24 | | |
7 | | - | |
| 25 | + | |
8 | 26 | | |
9 | 27 | | |
10 | 28 | | |
11 | 29 | | |
12 | 30 | | |
13 | | - | |
| 31 | + | |
14 | 32 | | |
15 | 33 | | |
16 | 34 | | |
17 | 35 | | |
18 | 36 | | |
19 | | - | |
| 37 | + | |
20 | 38 | | |
21 | 39 | | |
22 | 40 | | |
| |||
Whitespace-only changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
This file was deleted.
This file was deleted.
0 commit comments