Commit c420779
File tree
16 files changed
+96
-15
lines changed- .github
- actions
- workflows
- couchdb
- templates
16 files changed
+96
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
Submodule chart-testing-action updated 10 files
- .github/dependabot.yml+13
- .github/workflows/test-action.yml+55-8
- README.md+14-12
- action.yml+6-5
- ct.sh+43-27
- testdata/simple-deployment/Chart.yaml+8
- testdata/simple-deployment/README.md+4
- testdata/simple-deployment/templates/_helpers.tpl+32
- testdata/simple-deployment/templates/deployment.yaml+29
- testdata/simple-deployment/values.yaml+11
Submodule create-pull-request updated 34 files
- .github/dependabot.yml+7-2
- .github/workflows/automerge-dependabot.yml+13
- .github/workflows/ci.yml+18-17
- .github/workflows/cpr-example-command.yml+4-4
- .github/workflows/slash-command-dispatch.yml+7-1
- .github/workflows/update-major-version.yml+32
- README.md+52-23
- __test__/create-or-update-branch.int.test.ts+314-16
- __test__/entrypoint.sh+8-7
- __test__/git-auth-helper.int.test.ts-49
- __test__/git-config-helper.int.test.ts+86
- __test__/git-config-helper.unit.test.ts+93
- __test__/integration-tests.sh+1-1
- __test__/utils.unit.test.ts+29-57
- action.yml+10-5
- dist/bridge.js-1.0k
- dist/events.js-977
- dist/index.js+28.3k-53.3k
- dist/setup-node-sandbox.js-469
- dist/setup-sandbox.js-457
- docs/common-issues.md+53
- docs/concepts-guidelines.md+27-24
- docs/examples.md+37-53
- docs/updating.md+40-3
- package-lock.json+3.4k-9.2k
- package.json+24-22
- src/create-or-update-branch.ts+72-35
- src/create-pull-request.ts+32-26
- src/git-command-manager.ts+33-8
- src/git-config-helper.ts+110-20
- src/github-helper.ts+20-16
- src/main.ts+23
- src/octokit-client.ts+17-11
- src/utils.ts+20-47
Submodule setup-helm updated 8281 files
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
24 | | - | |
| 27 | + | |
| 28 | + | |
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
31 | | - | |
| 34 | + | |
| 35 | + | |
32 | 36 | | |
33 | 37 | | |
34 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
29 | 32 | | |
30 | 33 | | |
31 | 34 | | |
32 | | - | |
| 35 | + | |
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
| |||
41 | 44 | | |
42 | 45 | | |
43 | 46 | | |
44 | | - | |
| 47 | + | |
45 | 48 | | |
46 | 49 | | |
47 | 50 | | |
48 | 51 | | |
49 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
50 | 56 | | |
51 | 57 | | |
52 | 58 | | |
53 | | - | |
| 59 | + | |
| 60 | + | |
54 | 61 | | |
55 | 62 | | |
56 | 63 | | |
| |||
0 commit comments