File tree Expand file tree Collapse file tree 4 files changed +68
-5
lines changed
Expand file tree Collapse file tree 4 files changed +68
-5
lines changed Original file line number Diff line number Diff line change 5050 mkdir -p resources
5151 (git diff --name-only origin/replicator-coverage-updates src/data/replicator/coverage.json 2>/dev/null || git diff --name-only origin/${{ github.event.inputs.targetBranch || 'master' }} src/data/replicator/coverage.json 2>/dev/null) | tee resources/diff-check.log
5252 echo "diff-count=$(cat resources/diff-check.log | wc -l)" >> $GITHUB_OUTPUT
53- rm resources/diff-check.log
53+ cat resources/diff-check.log
5454
5555 - name : Create PR
5656 uses : peter-evans/create-pull-request@v7
Original file line number Diff line number Diff line change 4848 mkdir -p resources
4949 (git diff --name-only origin/persistence-auto-updates src/data/persistence/ 2>/dev/null || git diff --name-only origin/${{ github.event.inputs.targetBranch || 'master' }} src/data/persistence/ 2>/dev/null) | tee -a resources/diff-check.log
5050 echo "diff-count=$(cat resources/diff-check.log | wc -l)" >> $GITHUB_OUTPUT
51- rm resources/diff-check.log
51+ cat resources/diff-check.log
5252
5353 - name : Create PR
5454 uses : peter-evans/create-pull-request@v7
5757 path : docs
5858 title : " Update Persistence Docs"
5959 body : " Updating Persistence Coverage Documentation based on the [Persistence Catalog](https://www.notion.so/localstack/Persistence-Catalog-a9e0e5cb89df4784adb4a1ed377b3c23) on Notion."
60- branch : " persistence-auto -updates"
60+ branch : " automated- persistence-coverage -updates"
6161 author :
" LocalStack Bot <[email protected] >" 6262 committer :
" LocalStack Bot <[email protected] >" 6363 commit-message : " update generated persistence docs"
Original file line number Diff line number Diff line change @@ -29,4 +29,4 @@ __pycache__/
2929* .pyo
3030* .pyd
3131* .pyw
32- * .pyz
32+ * .pyz
Original file line number Diff line number Diff line change 2727 "test_suite" : true ,
2828 "limitations" : " "
2929 },
30+ "aiops" : {
31+ "service" : " aiops" ,
32+ "full_name" : " aiops" ,
33+ "support" : " unknown" ,
34+ "test_suite" : false ,
35+ "limitations" : " "
36+ },
3037 "amp" : {
3138 "service" : " amp" ,
3239 "full_name" : " amp" ,
10141021 "test_suite" : false ,
10151022 "limitations" : " "
10161023 },
1024+ "evs" : {
1025+ "service" : " evs" ,
1026+ "full_name" : " evs" ,
1027+ "support" : " unknown" ,
1028+ "test_suite" : false ,
1029+ "limitations" : " "
1030+ },
10171031 "finspace" : {
10181032 "service" : " finspace" ,
10191033 "full_name" : " finspace" ,
14271441 "test_suite" : false ,
14281442 "limitations" : " "
14291443 },
1444+ "keyspacesstreams" : {
1445+ "service" : " keyspacesstreams" ,
1446+ "full_name" : " keyspacesstreams" ,
1447+ "support" : " unknown" ,
1448+ "test_suite" : false ,
1449+ "limitations" : " "
1450+ },
14301451 "kinesis" : {
14311452 "service" : " kinesis" ,
14321453 "full_name" : " Kinesis" ,
18121833 "test_suite" : false ,
18131834 "limitations" : " "
18141835 },
1836+ "mpa" : {
1837+ "service" : " mpa" ,
1838+ "full_name" : " mpa" ,
1839+ "support" : " unknown" ,
1840+ "test_suite" : false ,
1841+ "limitations" : " "
1842+ },
18151843 "mq" : {
18161844 "service" : " mq" ,
18171845 "full_name" : " Amazon MQ" ,
19101938 "test_suite" : false ,
19111939 "limitations" : " "
19121940 },
1941+ "odb" : {
1942+ "service" : " odb" ,
1943+ "full_name" : " odb" ,
1944+ "support" : " unknown" ,
1945+ "test_suite" : false ,
1946+ "limitations" : " "
1947+ },
19131948 "omics" : {
19141949 "service" : " omics" ,
19151950 "full_name" : " omics" ,
25752610 "test_suite" : false ,
25762611 "limitations" : " "
25772612 },
2613+ "ssm-guiconnect" : {
2614+ "service" : " ssm-guiconnect" ,
2615+ "full_name" : " ssm-guiconnect" ,
2616+ "support" : " unknown" ,
2617+ "test_suite" : false ,
2618+ "limitations" : " "
2619+ },
25782620 "ssm-incidents" : {
25792621 "service" : " ssm-incidents" ,
25802622 "full_name" : " ssm-incidents" ,
26942736 "test_suite" : true ,
26952737 "limitations" : " "
26962738 },
2739+ "timestream-query" : {
2740+ "service" : " timestream-query" ,
2741+ "full_name" : " Timestream Query" ,
2742+ "support" : " unknown" ,
2743+ "test_suite" : false ,
2744+ "limitations" : " "
2745+ },
2746+ "timestream-write" : {
2747+ "service" : " timestream-write" ,
2748+ "full_name" : " Timestream Write" ,
2749+ "support" : " unknown" ,
2750+ "test_suite" : false ,
2751+ "limitations" : " "
2752+ },
26972753 "tnb" : {
26982754 "service" : " tnb" ,
26992755 "full_name" : " tnb" ,
28062862 "test_suite" : false ,
28072863 "limitations" : " "
28082864 },
2865+ "workspaces-instances" : {
2866+ "service" : " workspaces-instances" ,
2867+ "full_name" : " workspaces-instances" ,
2868+ "support" : " unknown" ,
2869+ "test_suite" : false ,
2870+ "limitations" : " "
2871+ },
28092872 "workspaces-thin-client" : {
28102873 "service" : " workspaces-thin-client" ,
28112874 "full_name" : " workspaces-thin-client" ,
28272890 "test_suite" : true ,
28282891 "limitations" : " "
28292892 }
2830- }
2893+ }
You can’t perform that action at this time.
0 commit comments