Skip to content
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

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open

Nixify + port to GHC 9.2 #3

wants to merge 20 commits into from

Commits on Jun 5, 2023

  1. wip: nixify

    srid committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    bf82891 View commit details
    Browse the repository at this point in the history
  2. Port to GHC 9.2

    srid committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    c70887d View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    272beca View commit details
    Browse the repository at this point in the history
  2. Add passetto process itself

    srid committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    f92aa72 View commit details
    Browse the repository at this point in the history
  3. Add overlay to flake

    srid committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    63d512f View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    b49508d View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Add Jenkinsfile

    srid committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    01a59da View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. Configure pg_hba.conf (#1)

    * 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]>
    shivaraj-bh and Shivaraj authored Oct 15, 2023
    Configuration menu
    Copy the full SHA
    806f6f1 View commit details
    Browse the repository at this point in the history
  2. jenkins: disable build on m1 mac

    srid committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    8fd1b2b View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    cfa8e72 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from rsrohitsingh682/add/exposeInitialScript

    Adding initialScript as an option in Passetto
    srid authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    35219be View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. 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.
    rsrohitsingh682 authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    222ab60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f170d2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c501e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5535db1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    355a910 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #6 from rsrohitsingh682/expose-option-for-port

    Added an option to configure the ports for passetto-db and extraDbSettings
    shivaraj-bh authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    b12a0a8 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. use schemas; environment.PORT belongs to passetto-service

    schemas will eliminate the need for initialDumps
    shivaraj-bh committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    af7847a View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    141609f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from nammayatri/postgres-schemas

    [postgres] use `schemas`; `environment.PORT` belongs to `passetto-service`
    shivaraj-bh authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    5381386 View commit details
    Browse the repository at this point in the history