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

feat: add entrypoint script, which can create a user and related database, to the full Docker image #1722

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

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    7f2fd8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b9cb90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82f14bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    886c632 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

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

Commits on Jul 8, 2023

  1. Configuration menu
    Copy the full SHA
    1163b98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c1704c View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    60e392a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b550df3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a15923e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3cabfe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a80408a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    36d4370 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e5964b9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9e9e1d7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6eccae1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b478ea6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    25008b9 View commit details
    Browse the repository at this point in the history
  12. chore: fix copy paste error

    tauu committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    d7a36ba View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9983da9 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    67768b1 View commit details
    Browse the repository at this point in the history
  2. chore: unify persistent pre and post runs of immuadmin commands

    If a command requires a logged in client, a pre run is set for the the
    major level (e.g. user, database) otherwise the command will just inherit the
    default from the root command.
    tauu committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    caf26a7 View commit details
    Browse the repository at this point in the history
  3. chore: use same commandline for all commands

    Reusing the same command line struct for all command unifies the
    initialization of immuclient. Furthermore it enables the shell to reuse
    the same connection for all commands.
    tauu committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    b843ffc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96e9559 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ccf4a9f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d468c05 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    61b1f48 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f121c09 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    69c2235 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f1105f4 View commit details
    Browse the repository at this point in the history
  11. chore: clean up backup tests

    tauu committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    9c61fe7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8264dd3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    de4e826 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a2f69b9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    80a4d21 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    85b7bb0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    272eb72 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    67ce095 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    80121a5 View commit details
    Browse the repository at this point in the history
  20. fix: consistently return error in run functions of immuadmin

    Most commands already return errors, only a few did not. This should be
    consistent over all commands.
    tauu committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    12a6645 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    55a397f View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

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