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 50
50
mkdir -p resources
51
51
(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
52
52
echo "diff-count=$(cat resources/diff-check.log | wc -l)" >> $GITHUB_OUTPUT
53
- rm resources/diff-check.log
53
+ cat resources/diff-check.log
54
54
55
55
- name : Create PR
56
56
uses : peter-evans/create-pull-request@v7
Original file line number Diff line number Diff line change 48
48
mkdir -p resources
49
49
(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
50
50
echo "diff-count=$(cat resources/diff-check.log | wc -l)" >> $GITHUB_OUTPUT
51
- rm resources/diff-check.log
51
+ cat resources/diff-check.log
52
52
53
53
- name : Create PR
54
54
uses : peter-evans/create-pull-request@v7
57
57
path : docs
58
58
title : " Update Persistence Docs"
59
59
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"
61
61
author : " LocalStack Bot <localstack-bot@users.noreply.github.com>"
62
62
committer : " LocalStack Bot <localstack-bot@users.noreply.github.com>"
63
63
commit-message : " update generated persistence docs"
Original file line number Diff line number Diff line change @@ -29,4 +29,4 @@ __pycache__/
29
29
* .pyo
30
30
* .pyd
31
31
* .pyw
32
- * .pyz
32
+ * .pyz
Original file line number Diff line number Diff line change 27
27
"test_suite" : true ,
28
28
"limitations" : " "
29
29
},
30
+ "aiops" : {
31
+ "service" : " aiops" ,
32
+ "full_name" : " aiops" ,
33
+ "support" : " unknown" ,
34
+ "test_suite" : false ,
35
+ "limitations" : " "
36
+ },
30
37
"amp" : {
31
38
"service" : " amp" ,
32
39
"full_name" : " amp" ,
1014
1021
"test_suite" : false ,
1015
1022
"limitations" : " "
1016
1023
},
1024
+ "evs" : {
1025
+ "service" : " evs" ,
1026
+ "full_name" : " evs" ,
1027
+ "support" : " unknown" ,
1028
+ "test_suite" : false ,
1029
+ "limitations" : " "
1030
+ },
1017
1031
"finspace" : {
1018
1032
"service" : " finspace" ,
1019
1033
"full_name" : " finspace" ,
1427
1441
"test_suite" : false ,
1428
1442
"limitations" : " "
1429
1443
},
1444
+ "keyspacesstreams" : {
1445
+ "service" : " keyspacesstreams" ,
1446
+ "full_name" : " keyspacesstreams" ,
1447
+ "support" : " unknown" ,
1448
+ "test_suite" : false ,
1449
+ "limitations" : " "
1450
+ },
1430
1451
"kinesis" : {
1431
1452
"service" : " kinesis" ,
1432
1453
"full_name" : " Kinesis" ,
1812
1833
"test_suite" : false ,
1813
1834
"limitations" : " "
1814
1835
},
1836
+ "mpa" : {
1837
+ "service" : " mpa" ,
1838
+ "full_name" : " mpa" ,
1839
+ "support" : " unknown" ,
1840
+ "test_suite" : false ,
1841
+ "limitations" : " "
1842
+ },
1815
1843
"mq" : {
1816
1844
"service" : " mq" ,
1817
1845
"full_name" : " Amazon MQ" ,
1910
1938
"test_suite" : false ,
1911
1939
"limitations" : " "
1912
1940
},
1941
+ "odb" : {
1942
+ "service" : " odb" ,
1943
+ "full_name" : " odb" ,
1944
+ "support" : " unknown" ,
1945
+ "test_suite" : false ,
1946
+ "limitations" : " "
1947
+ },
1913
1948
"omics" : {
1914
1949
"service" : " omics" ,
1915
1950
"full_name" : " omics" ,
2575
2610
"test_suite" : false ,
2576
2611
"limitations" : " "
2577
2612
},
2613
+ "ssm-guiconnect" : {
2614
+ "service" : " ssm-guiconnect" ,
2615
+ "full_name" : " ssm-guiconnect" ,
2616
+ "support" : " unknown" ,
2617
+ "test_suite" : false ,
2618
+ "limitations" : " "
2619
+ },
2578
2620
"ssm-incidents" : {
2579
2621
"service" : " ssm-incidents" ,
2580
2622
"full_name" : " ssm-incidents" ,
2694
2736
"test_suite" : true ,
2695
2737
"limitations" : " "
2696
2738
},
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
+ },
2697
2753
"tnb" : {
2698
2754
"service" : " tnb" ,
2699
2755
"full_name" : " tnb" ,
2806
2862
"test_suite" : false ,
2807
2863
"limitations" : " "
2808
2864
},
2865
+ "workspaces-instances" : {
2866
+ "service" : " workspaces-instances" ,
2867
+ "full_name" : " workspaces-instances" ,
2868
+ "support" : " unknown" ,
2869
+ "test_suite" : false ,
2870
+ "limitations" : " "
2871
+ },
2809
2872
"workspaces-thin-client" : {
2810
2873
"service" : " workspaces-thin-client" ,
2811
2874
"full_name" : " workspaces-thin-client" ,
2827
2890
"test_suite" : true ,
2828
2891
"limitations" : " "
2829
2892
}
2830
- }
2893
+ }
You can’t perform that action at this time.
0 commit comments