-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nixify + port to GHC 9.2 #3
base: master
Are you sure you want to change the base?
Commits on Jun 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bf82891 - Browse repository at this point
Copy the full SHA bf82891View commit details -
Configuration menu - View commit details
-
Copy full SHA for c70887d - Browse repository at this point
Copy the full SHA c70887dView commit details
Commits on Jun 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 272beca - Browse repository at this point
Copy the full SHA 272becaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f92aa72 - Browse repository at this point
Copy the full SHA f92aa72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63d512f - Browse repository at this point
Copy the full SHA 63d512fView commit details
Commits on Jun 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b49508d - Browse repository at this point
Copy the full SHA b49508dView commit details
Commits on Oct 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 01a59da - Browse repository at this point
Copy the full SHA 01a59daView commit details
Commits on Oct 15, 2023
-
* configure pg_hba * use new hbaConf option * use main services-flake; update process-compose-flake * use new services-flake API --------- Co-authored-by: Shivaraj <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 806f6f1 - Browse repository at this point
Copy the full SHA 806f6f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fd1b2b - Browse repository at this point
Copy the full SHA 8fd1b2bView commit details
Commits on Dec 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cfa8e72 - Browse repository at this point
Copy the full SHA cfa8e72View commit details -
Merge pull request #4 from rsrohitsingh682/add/exposeInitialScript
Adding initialScript as an option in Passetto
Configuration menu - View commit details
-
Copy full SHA for 35219be - Browse repository at this point
Copy the full SHA 35219beView commit details
Commits on Jan 12, 2024
-
Update initialScripts to initialDumps in passetto (#5)
* Update option initialScripts to initialDumps because we will loading sql dumps directly instead of adding it in initialScripts. Earlier we were using initialScripts options to load sql dump files and concatenating all files into one command. Now we can utilize initialDumps options which is present in postgres to directly load sql dumps.
Configuration menu - View commit details
-
Copy full SHA for 222ab60 - Browse repository at this point
Copy the full SHA 222ab60View commit details -
Configuration menu - View commit details
-
Copy full SHA for f170d2a - Browse repository at this point
Copy the full SHA f170d2aView commit details -
Added extraDbSettings and removed initialDumps as it can be used with…
… extraDbSettings
Configuration menu - View commit details
-
Copy full SHA for 0c501e3 - Browse repository at this point
Copy the full SHA 0c501e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5535db1 - Browse repository at this point
Copy the full SHA 5535db1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 355a910 - Browse repository at this point
Copy the full SHA 355a910View commit details -
Merge pull request #6 from rsrohitsingh682/expose-option-for-port
Added an option to configure the ports for passetto-db and extraDbSettings
Configuration menu - View commit details
-
Copy full SHA for b12a0a8 - Browse repository at this point
Copy the full SHA b12a0a8View commit details
Commits on Jan 13, 2024
-
use schemas; environment.PORT belongs to passetto-service
schemas will eliminate the need for initialDumps
Configuration menu - View commit details
-
Copy full SHA for af7847a - Browse repository at this point
Copy the full SHA af7847aView commit details
Commits on Jan 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 141609f - Browse repository at this point
Copy the full SHA 141609fView commit details -
Merge pull request #7 from nammayatri/postgres-schemas
[postgres] use `schemas`; `environment.PORT` belongs to `passetto-service`
Configuration menu - View commit details
-
Copy full SHA for 5381386 - Browse repository at this point
Copy the full SHA 5381386View commit details