File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,23 @@ ln -s ../../tools/githook/pre-commit .git/hooks/
90
90
[ ` ruff ` ] : https://docs.astral.sh/ruff/ )
91
91
[ `biome` ] : https://biomejs.dev/
92
92
93
+ ### Discord
94
+
95
+ If you want to discuss development of a fix/feature over chat. Please join the
96
+ ` #commitfest-dev ` channel on the [ "PostgreSQL Hacking" Discord server] [ 1 ]
97
+
98
+ [ 1 ] : https://discord.gg/XZy2DXj7Wz
99
+
100
+ ### Staging server
101
+
102
+ The staging server is available at: < https://commitfest-test.postgresql.org/ >
103
+ User and password are both ` pgtest ` . The ` main ` branch is automatically
104
+ deployed to the staging server. After some time on the staging server, commits
105
+ will be merged into the ` prod ` branch, which automatically deploys to the
106
+ production server.
107
+
108
+ ### Regenerating the database dump files
109
+
93
110
If you'd like to regenerate the database dump files, you can run the following commands:
94
111
```
95
112
./manage.py dumpdata auth --format=json --indent=4 --exclude=auth.permission > pgcommitfest/commitfest/fixtures/auth_data.json
You can’t perform that action at this time.
0 commit comments