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

Multitenancy support #8

Merged
merged 26 commits into from Jan 31, 2023
Merged

Multitenancy support #8

merged 26 commits into from Jan 31, 2023

Commits on Jan 17, 2023

  1. base proxy, prototype

    abc3 committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    1aa2b23 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    92065b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0c90d8 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. add a staging app on Fly

    abc3 committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    c7f8934 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

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

Commits on Jan 25, 2023

  1. encode/decode and jwt helpers

    abc3 committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    b4dc751 View commit details
    Browse the repository at this point in the history
  2. tenants api

    abc3 committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    53a9363 View commit details
    Browse the repository at this point in the history
  3. remove debug messages

    abc3 committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    6b1cdf9 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Merge branch 'main' into feat/multitenancy

    # Conflicts:
    #	config/config.exs
    #	config/runtime.exs
    #	lib/pg_edge/application.ex
    #	lib/pg_edge/client_handler.ex
    abc3 committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    9f00f20 View commit details
    Browse the repository at this point in the history
  2. starts pools dynamically

    abc3 committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    f9f24f9 View commit details
    Browse the repository at this point in the history
  3. update developing workflow

    abc3 committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    83953ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9bbf7a8 View commit details
    Browse the repository at this point in the history
  5. update a username in pgbenchs

    abc3 committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    167c6cb View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Update priv/repo/migrations/20230125140723_create_tenants.exs

    Co-authored-by: Wojtek Mach <wojtekmach@users.noreply.github.com>
    abc3 and wojtekmach committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    2e6e4fb View commit details
    Browse the repository at this point in the history
  2. Update mix.exs

    Co-authored-by: Wojtek Mach <wojtekmach@users.noreply.github.com>
    abc3 and wojtekmach committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    03d8d21 View commit details
    Browse the repository at this point in the history
  3. Update lib/pg_edge/jwt.ex

    Co-authored-by: Wojtek Mach <wojtekmach@users.noreply.github.com>
    abc3 and wojtekmach committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    6fc8ce8 View commit details
    Browse the repository at this point in the history
  4. remove DevTenant

    abc3 committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    7654d07 View commit details
    Browse the repository at this point in the history
  5. remove unused require

    abc3 committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    46f2cc0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b5cfff5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    83f6bf0 View commit details
    Browse the repository at this point in the history
  8. encrypt a db password with Cloak

    abc3 committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    16fde9e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e11ce74 View commit details
    Browse the repository at this point in the history
  10. put back db_password

    abc3 committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    0e36e49 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b44c1e7 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. add tests

    abc3 committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    9b611db View commit details
    Browse the repository at this point in the history
  2. get external_if from options

    abc3 committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    9866d81 View commit details
    Browse the repository at this point in the history