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

refactor: Replace Settings with AppConfig (DEV-1312) #2202

Merged
merged 45 commits into from Sep 20, 2022

Commits on Sep 12, 2022

  1. add placeholders to not invoke warnings

    irinaschubert committed Sep 12, 2022
    Copy the full SHA
    9c20c33 View commit details
    Browse the repository at this point in the history
  2. remove settings from OntologyHelpers

    irinaschubert committed Sep 12, 2022
    Copy the full SHA
    a963246 View commit details
    Browse the repository at this point in the history
  3. fix deprecation warnings in GravsearchParser

    irinaschubert committed Sep 12, 2022
    Copy the full SHA
    83ec9bf View commit details
    Browse the repository at this point in the history
  4. update login form

    irinaschubert committed Sep 12, 2022
    Copy the full SHA
    a45c32e View commit details
    Browse the repository at this point in the history
  5. remove settings from CardinalityHandler

    irinaschubert committed Sep 12, 2022
    Copy the full SHA
    497b384 View commit details
    Browse the repository at this point in the history
  6. remove settings from Cache

    irinaschubert committed Sep 12, 2022
    Copy the full SHA
    8836777 View commit details
    Browse the repository at this point in the history
  7. remove config from V1 responders

    irinaschubert committed Sep 12, 2022
    Copy the full SHA
    05a0a8a View commit details
    Browse the repository at this point in the history
  8. remove settings from V1 responders

    irinaschubert committed Sep 12, 2022
    Copy the full SHA
    6db9257 View commit details
    Browse the repository at this point in the history
  9. use appConfig in V2 responders

    irinaschubert committed Sep 12, 2022
    Copy the full SHA
    fa3689c View commit details
    Browse the repository at this point in the history
  10. replace settings in responders V2

    irinaschubert committed Sep 12, 2022
    Copy the full SHA
    fcb5f2e View commit details
    Browse the repository at this point in the history
  11. remove unnecessary brackets

    irinaschubert committed Sep 12, 2022
    Copy the full SHA
    43a0043 View commit details
    Browse the repository at this point in the history
  12. remove unused code

    irinaschubert committed Sep 12, 2022
    Copy the full SHA
    44f7a71 View commit details
    Browse the repository at this point in the history
  13. add appConfig to Responder

    irinaschubert committed Sep 12, 2022
    Copy the full SHA
    e032cd9 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. wip: all but one test fails

    irinaschubert committed Sep 13, 2022
    Copy the full SHA
    09c8346 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    603ced6 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. fix failing tests

    irinaschubert committed Sep 14, 2022
    Copy the full SHA
    9554024 View commit details
    Browse the repository at this point in the history
  2. use appConfig for cache definitions

    irinaschubert committed Sep 14, 2022
    Copy the full SHA
    ad1e6c1 View commit details
    Browse the repository at this point in the history
  3. remove settings from V1 spec

    irinaschubert committed Sep 14, 2022
    Copy the full SHA
    04009a2 View commit details
    Browse the repository at this point in the history
  4. remove settings from V1 test data

    irinaschubert committed Sep 14, 2022
    Copy the full SHA
    952a322 View commit details
    Browse the repository at this point in the history
  5. replace all but one instances of settings

    irinaschubert committed Sep 14, 2022
    Copy the full SHA
    85d1221 View commit details
    Browse the repository at this point in the history
  6. refactor CacheUtilSpec to remove settings

    irinaschubert committed Sep 14, 2022
    Copy the full SHA
    9497616 View commit details
    Browse the repository at this point in the history
  7. add missing things and clean-up

    irinaschubert committed Sep 14, 2022
    Copy the full SHA
    f27a8de View commit details
    Browse the repository at this point in the history
  8. add missing config

    irinaschubert committed Sep 14, 2022
    Copy the full SHA
    ee9b42f View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. reformat

    irinaschubert committed Sep 15, 2022
    Copy the full SHA
    5878836 View commit details
    Browse the repository at this point in the history
  2. use Try instead of try catch

    irinaschubert committed Sep 15, 2022
    Copy the full SHA
    36e77b7 View commit details
    Browse the repository at this point in the history
  3. clean up

    irinaschubert committed Sep 15, 2022
    Copy the full SHA
    94a0e1e View commit details
    Browse the repository at this point in the history
  4. improve readability of code and clean up

    irinaschubert committed Sep 15, 2022
    Copy the full SHA
    33dfffe View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Create .codecov.yml

    irinaschubert committed Sep 16, 2022
    Copy the full SHA
    9c66344 View commit details
    Browse the repository at this point in the history
  2. simplify and clean-up

    irinaschubert committed Sep 16, 2022
    Copy the full SHA
    b2a94ab View commit details
    Browse the repository at this point in the history
  3. fix failing test

    irinaschubert committed Sep 16, 2022
    Copy the full SHA
    b27d8b2 View commit details
    Browse the repository at this point in the history
  4. remove appConfig as param for routes

    irinaschubert committed Sep 16, 2022
    Copy the full SHA
    60298f7 View commit details
    Browse the repository at this point in the history
  5. remove appConfig as param from responders

    irinaschubert committed Sep 16, 2022
    Copy the full SHA
    56f99a1 View commit details
    Browse the repository at this point in the history
  6. fix formatting

    irinaschubert committed Sep 16, 2022
    Copy the full SHA
    5f4aa8c View commit details
    Browse the repository at this point in the history
  7. Update ResourcesRouteV2.scala

    irinaschubert committed Sep 16, 2022
    Copy the full SHA
    07c3f6b View commit details
    Browse the repository at this point in the history
  8. refactor CacheUtilSpec

    irinaschubert committed Sep 16, 2022
    Copy the full SHA
    85df8fd View commit details
    Browse the repository at this point in the history
  9. redo refactoring on CacheUtilSpec

    irinaschubert committed Sep 16, 2022
    Copy the full SHA
    303ed62 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. simplify main

    irinaschubert committed Sep 19, 2022
    Copy the full SHA
    a810c2e View commit details
    Browse the repository at this point in the history
  2. fix stack-restart

    irinaschubert committed Sep 19, 2022
    Copy the full SHA
    d3ba0a2 View commit details
    Browse the repository at this point in the history
  3. fix docstring

    irinaschubert committed Sep 19, 2022
    Copy the full SHA
    9d06498 View commit details
    Browse the repository at this point in the history
  4. update Makefile

    irinaschubert committed Sep 19, 2022
    Copy the full SHA
    3384452 View commit details
    Browse the repository at this point in the history
  5. Remove outdated documentation

    irinaschubert committed Sep 19, 2022
    Copy the full SHA
    892f15f View commit details
    Browse the repository at this point in the history
  6. implement feedback from review

    irinaschubert committed Sep 19, 2022
    Copy the full SHA
    fe68ea1 View commit details
    Browse the repository at this point in the history
  7. Clearify requiresRepository

    irinaschubert committed Sep 19, 2022
    Copy the full SHA
    d892d82 View commit details
    Browse the repository at this point in the history
  8. use ZIO.unit instead of ZIO.succeed(())

    irinaschubert committed Sep 19, 2022
    Copy the full SHA
    966fce8 View commit details
    Browse the repository at this point in the history
  9. reformat

    irinaschubert committed Sep 19, 2022
    Copy the full SHA
    b7f3e65 View commit details
    Browse the repository at this point in the history