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: Allow adding public assets through the CLI #727

Merged
merged 15 commits into from
Jun 15, 2023

Commits on Jun 15, 2023

  1. feat: Allow adding public assets through the CLI

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    a03fe05 View commit details
    Browse the repository at this point in the history
  2. docs: changelog entry

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    5999ea3 View commit details
    Browse the repository at this point in the history
  3. docs: CLI changelog entry

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    98e6313 View commit details
    Browse the repository at this point in the history
  4. docs: update help string

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    7ac0a55 View commit details
    Browse the repository at this point in the history
  5. docs: add missing CLI changelog entries

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    1e72f95 View commit details
    Browse the repository at this point in the history
  6. docs: add release date

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    2fa7ec7 View commit details
    Browse the repository at this point in the history
  7. add warning if a public asset has been created

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    b0a4a8f View commit details
    Browse the repository at this point in the history
  8. fix wrong query setup in validate_name_is_unique_in_account, also add…

    … special case for public assets (#728)#
    
    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    ba278b1 View commit details
    Browse the repository at this point in the history
  9. Revert "fix wrong query setup in validate_name_is_unique_in_account, …

    …also add special case for public assets (#728)#"
    
    This reverts commit ba278b1.
    Flix6x committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    a0cbea3 View commit details
    Browse the repository at this point in the history
  10. The and statement was not working as intended. Also, using first

    …is more robust against duplicate asset names already being present in the database.
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    64b9632 View commit details
    Browse the repository at this point in the history
  11. Revert "The and statement was not working as intended. Also, using …

    …`first` is more robust against duplicate asset names already being present in the database."
    
    This reverts commit 64b9632.
    Flix6x committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    846c7fc View commit details
    Browse the repository at this point in the history
  12. fix wrong query setup in validate_name_is_unique_in_account, also add…

    … special case for public assets (#728)#
    
    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening authored and Flix6x committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    8c65009 View commit details
    Browse the repository at this point in the history
  13. Using first is more robust against duplicate asset names already bein…

    …g present in the database.
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    7a5cd7e View commit details
    Browse the repository at this point in the history
  14. Simplify if-statement

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    9ea1fe3 View commit details
    Browse the repository at this point in the history
  15. Note the user-facing CLI option in the help string

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    89f8d93 View commit details
    Browse the repository at this point in the history