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

[22.01] Create config package, move app-related functionality to app #13461

Merged
merged 27 commits into from
Mar 2, 2022

Commits on Mar 1, 2022

  1. Configuration menu
    Copy the full SHA
    62959ee View commit details
    Browse the repository at this point in the history
  2. Create config package

    mvdbeek committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    2fab58c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98eb857 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e252b73 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    56b4ee8 View commit details
    Browse the repository at this point in the history
  6. Package version.py

    mvdbeek committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    6b20452 View commit details
    Browse the repository at this point in the history
  7. Drop _override_tempdir patch

    and just set override_tempdir to False.
    mvdbeek committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    699e7c3 View commit details
    Browse the repository at this point in the history
  8. Drop local import

    We're already importing at the top
    
    Co-authored-by: Nicola Soranzo <nicola.soranzo@gmail.com>
    mvdbeek and nsoranzo committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    0a20259 View commit details
    Browse the repository at this point in the history
  9. Use facts directly

    Co-authored-by: Nicola Soranzo <nicola.soranzo@gmail.com>
    mvdbeek and nsoranzo committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    3acb731 View commit details
    Browse the repository at this point in the history
  10. Debug unit tests

    mvdbeek committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    9ec7e87 View commit details
    Browse the repository at this point in the history
  11. Drop _override_tempdir patch

    and just set override_tempdir to False.
    mvdbeek committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    a3094f7 View commit details
    Browse the repository at this point in the history
  12. Drop get_database_url helper

    I don't see an advantage over accessing the config attribute instead.
    mvdbeek committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    c08a12f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    034f518 View commit details
    Browse the repository at this point in the history
  14. Adapt project boilerplate

    Co-authored-by: Nicola Soranzo <nicola.soranzo@gmail.com>
    mvdbeek and nsoranzo committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    cb24832 View commit details
    Browse the repository at this point in the history
  15. Drop responses test requirement from config package

    Co-authored-by: Nicola Soranzo <nicola.soranzo@gmail.com>
    mvdbeek and nsoranzo committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    13e6f34 View commit details
    Browse the repository at this point in the history
  16. Fix package symlinks

    mvdbeek committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    e3b7fe0 View commit details
    Browse the repository at this point in the history
  17. Use imports from top

    Co-authored-by: Nicola Soranzo <nicola.soranzo@gmail.com>
    mvdbeek and nsoranzo committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    25c5a47 View commit details
    Browse the repository at this point in the history
  18. Add galaxy-objectstore to app package requirement

    Co-authored-by: Nicola Soranzo <nicola.soranzo@gmail.com>
    mvdbeek and nsoranzo committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    7ddf3ea View commit details
    Browse the repository at this point in the history
  19. Fix History formatting

    Co-authored-by: Nicola Soranzo <nicola.soranzo@gmail.com>
    mvdbeek and nsoranzo committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    6b08108 View commit details
    Browse the repository at this point in the history
  20. Use black style double quotes

    Co-authored-by: Nicola Soranzo <nicola.soranzo@gmail.com>
    mvdbeek and nsoranzo committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    3c3e60d View commit details
    Browse the repository at this point in the history
  21. Switch license back to AFL

    mvdbeek committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    cfd66f4 View commit details
    Browse the repository at this point in the history
  22. Move more things to the top

    mvdbeek committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    1828f4a View commit details
    Browse the repository at this point in the history
  23. List transitive dependencies that are imported directly in config pac…

    …kage
    
    Co-authored-by: Nicola Soranzo <nicola.soranzo@gmail.com>
    mvdbeek and nsoranzo authored Mar 1, 2022
    Configuration menu
    Copy the full SHA
    48e2ebe View commit details
    Browse the repository at this point in the history
  24. Drop pykwalify from app requirements

    Should be redundant as it is handled by the config package requirements.
    mvdbeek committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    4cffa78 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    022bae0 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    6b32e23 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    e89b47b View commit details
    Browse the repository at this point in the history