@@ -15,29 +15,24 @@ graph TD
1515 click 1897 "https://github.com/supabase/postgres/pull/1897" "Open PR #1897"
1616
1717 %% multi-versions
18- 1678[#1678 support multiple versions of the pg_tap extension]
1918 1748[#1748 add older versions of the wrappers extension]
2019
2120 subgraph multi-versions["multi-versions"]
22- 1748 --> 1678
21+ 1748
2322 end
2423
25- click 1678 "https://github.com/supabase/postgres/pull/1678" "Open PR #1678"
2624 click 1748 "https://github.com/supabase/postgres/pull/1748" "Open PR #1748"
2725
2826 %% gh workflow
2927 1868[#1868 improve AWS AMI build reliability with better retry strategy]
3028 1842[#1842 skip qemu image creation if exists]
31- 1745[#1745 Custom GitHub runners for Nix builds]
3229
3330 subgraph gh-workflow["gh workflow"]
34- 1745 --> 1842 --> 1868
35- 1745 --> 1748
31+ 1842 --> 1868
3632 end
3733
3834 click 1868 "https://github.com/supabase/postgres/pull/1868" "Open PR #1868"
3935 click 1842 "https://github.com/supabase/postgres/pull/1842" "Open PR #1842"
40- click 1745 "https://github.com/supabase/postgres/pull/1745" "Open PR #1745"
4136
4237 %% ansible
4338 1882[#1882 add ansible task testing based on Docker and pytest]
@@ -58,24 +53,18 @@ graph TD
5853 %% testing
5954 1906[#1906 DRY extensions NixOS test]
6055 1897[#1897 test pg_upgrade compatibility with older extension version]
61- 1977[#1977 improve devshell experience]
6256 1978[#1978 chore: add monthly flake.lock inputs update workflow]
63- 1989[#1989 feat: enable nixosTest on aarch64 darwin]
6457
6558 click 1906 "https://github.com/supabase/postgres/pull/1906" "Open PR #1906"
6659 click 1897 "https://github.com/supabase/postgres/pull/1897" "Open PR #1897"
67- click 1977 "https://github.com/supabase/postgres/pull/1977" "Open PR #1877"
6860 click 1978 "https://github.com/supabase/postgres/pull/1978" "Open PR #1978"
69- click 1989 "https://github.com/supabase/postgres/pull/1989" "Open PR #1989"
7061
7162 %% multi-versions
7263 1748[#1748 add older versions of the wrappers extension]
73- 1678[#1678 support multiple versions of the pg_tap extension]
7464
7565 click 1748 "https://github.com/supabase/postgres/pull/1748" "Open PR #1748"
76- click 1678 "https://github.com/supabase/postgres/pull/1678" "Open PR #1678"
7766
78- 1978 --> 1748 --> 1977 --> 1906 --> 1897 --> 1678 --> 1989
67+ 1978 --> 1748 --> 1906 --> 1897
7968```
8069
8170Here is a another view focusing on the system-manager PRs:
@@ -88,18 +77,16 @@ graph TD
8877 2010[#2010 Enable system manager and install nginx]
8978 1786[#1786 feat: configure postgresql using system-manager for testing]
9079 1787[#1787 feat: deploy gotrue using system manager]
91- 2166[#2166 feat: add a nix default package and developer shell for gotrue]
9280 1769[#1769 feat: deploy logrotate using system manager]
9381 1796[#1796 feat: deploy pgbouncer using system manager]
9482
9583 click 1786 "https://github.com/supabase/postgres/pull/1786" "Open PR #1786"
9684 click 1787 "https://github.com/supabase/postgres/pull/1787" "Open PR #1787"
9785 click 1882 "https://github.com/supabase/postgres/pull/1882" "Open PR #1882"
98- click 2166 "https://github.com/supabase/auth/pull/2166" "Open PR #2166"
9986 click 1769 "https://github.com/supabase/postgres/pull/1769" "Open PR #1769"
10087 click 1796 "https://github.com/supabase/postgres/pull/1796" "Open PR #1796"
10188 click 2010 "https://github.com/supabase/postgres/pull/2010" "Open PR #2010"
10289
103- 1882 --> 2010 --> 1769 --> 1786 --> 1796 --> 2166 --> 1787
90+ 1882 --> 2010 --> 1769 --> 1786 --> 1796 --> 1787
10491```
10592
0 commit comments