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

fix: values in user's profile_default are ignored #1778

Draft
wants to merge 23 commits into
base: main
Choose a base branch
from

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    d077072 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fda5482 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    277d2c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5755e61 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    75c5d2d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4b32624 View commit details
    Browse the repository at this point in the history
  7. fix: remove profile definitions from application.yml

    Moved to additional application-profiles.yml. When running the application with default spring profile, the profile definitions are not included. Run the application with spring profile "profiles" to include this file.
    jhaeu committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    fa8df6c View commit details
    Browse the repository at this point in the history
  8. test: add test

    jhaeu committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    97b91a2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9b61465 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    267b406 View commit details
    Browse the repository at this point in the history
  11. test: don't use port 8082

    to not block local ors runs
    jhaeu committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    44b7492 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5c40657 View commit details
    Browse the repository at this point in the history
  13. fix: add profile names to default application.yml

    these should not/cannot be changed anyway
    jhaeu committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    97bc6c2 View commit details
    Browse the repository at this point in the history
  14. feat: adapt workflow

    jhaeu committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    2b2cb4e View commit details
    Browse the repository at this point in the history
  15. feat: add script to generate ors-config locally

    by using the same scripts as in the workflow
    jhaeu committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    f9c6204 View commit details
    Browse the repository at this point in the history
  16. docs: add changelog entry

    jhaeu committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    8c4d96e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c44440e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    bac2be9 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    213d11a View commit details
    Browse the repository at this point in the history
  20. docs: hints about (overriding) profile defaults in application-profil…

    …es.yml
    
    these hints will also be generated into ors-config.yml
    jhaeu committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    bbe70bb View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3826413 View commit details
    Browse the repository at this point in the history
  22. test: separated yml from json in matrix

    There seem to be issues when a graph built with yml config is read by ors with json config. So either -C have to be set to clear graphs before each test, which slows down, or to separate the tests. Further investigation needed.
    jhaeu committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    7206148 View commit details
    Browse the repository at this point in the history
  23. chore(config): automatic conversion of application.yml to ors-config.…

    …yml and ors-config.env
    jhaeu authored and github-actions[bot] committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    9f825c0 View commit details
    Browse the repository at this point in the history