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: application actor (DEV-956) #2166

Merged
merged 47 commits into from Sep 9, 2022

Commits on Aug 10, 2022

  1. Copy the full SHA
    2bf3c9c View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

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

Commits on Aug 13, 2022

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

Commits on Aug 18, 2022

  1. Copy the full SHA
    0172930 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e3307fb View commit details
    Browse the repository at this point in the history
  3. Merge branch 'wip/DEV-956-zio-fying-application-actor' of github.com:…

    …dasch-swiss/dsp-api into wip/DEV-956-zio-fying-application-actor
    subotic committed Aug 18, 2022
    Copy the full SHA
    577497f View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2022

  1. Copy the full SHA
    3dfc950 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8cbb578 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4299729 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2022

  1. Copy the full SHA
    267c592 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Copy the full SHA
    7438d07 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Copy the full SHA
    2a5cd89 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Copy the full SHA
    5e9664a View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. fixes after merge

    subotic committed Aug 26, 2022
    Copy the full SHA
    62f0baf View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    628ef82 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5212970 View commit details
    Browse the repository at this point in the history
  4. refactoring tests

    subotic committed Aug 26, 2022
    Copy the full SHA
    0eac20e View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2022

  1. refactoring tests

    subotic committed Aug 27, 2022
    Copy the full SHA
    26e8c4e View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2022

  1. refactoring tests

    subotic committed Aug 28, 2022
    Copy the full SHA
    ffeae00 View commit details
    Browse the repository at this point in the history
  2. refactoring tests

    subotic committed Aug 28, 2022
    Copy the full SHA
    a128645 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Copy the full SHA
    771d915 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. refactoring tests

    subotic committed Sep 1, 2022
    Copy the full SHA
    d881b60 View commit details
    Browse the repository at this point in the history
  2. refactoring tests

    subotic committed Sep 1, 2022
    Copy the full SHA
    11cdf45 View commit details
    Browse the repository at this point in the history
  3. refactoring tests

    subotic committed Sep 1, 2022
    Copy the full SHA
    d5af664 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. Copy the full SHA
    a363e63 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c142d89 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ec0a1b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2022

  1. reverting logging to SLF4J

    subotic committed Sep 4, 2022
    Copy the full SHA
    f6e4369 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. cleanup logging

    subotic committed Sep 6, 2022
    Copy the full SHA
    723f973 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. refactoring tests

    subotic committed Sep 7, 2022
    Copy the full SHA
    b8780c3 View commit details
    Browse the repository at this point in the history
  2. refactoring tests

    subotic committed Sep 7, 2022
    Copy the full SHA
    5787365 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. cleanup

    subotic committed Sep 8, 2022
    Copy the full SHA
    9010005 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    abf8b81 View commit details
    Browse the repository at this point in the history
  3. Update Dependencies.scala

    irinaschubert committed Sep 8, 2022
    Copy the full SHA
    bcc5dfd View commit details
    Browse the repository at this point in the history
  4. Update Main.scala

    irinaschubert committed Sep 8, 2022
    Copy the full SHA
    eff4737 View commit details
    Browse the repository at this point in the history
  5. refactor startup

    subotic committed Sep 8, 2022
    Copy the full SHA
    e2b9289 View commit details
    Browse the repository at this point in the history
  6. cleanup

    subotic committed Sep 8, 2022
    Copy the full SHA
    2e4a0bf View commit details
    Browse the repository at this point in the history
  7. raise akka http bind timeout

    subotic committed Sep 8, 2022
    Copy the full SHA
    0401e7e View commit details
    Browse the repository at this point in the history
  8. raise akka http bind timeout

    subotic committed Sep 8, 2022
    Copy the full SHA
    9773f46 View commit details
    Browse the repository at this point in the history
  9. trying stuff out

    subotic committed Sep 8, 2022
    Copy the full SHA
    86e5777 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. fix failing tests

    irinaschubert committed Sep 9, 2022
    Copy the full SHA
    f77ee03 View commit details
    Browse the repository at this point in the history
  2. fix failing tests

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

    irinaschubert committed Sep 9, 2022
    Copy the full SHA
    1c0de47 View commit details
    Browse the repository at this point in the history
  4. cleanup

    irinaschubert committed Sep 9, 2022
    Copy the full SHA
    0ca729f View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    46c4ba2 View commit details
    Browse the repository at this point in the history
  6. cleanup

    irinaschubert committed Sep 9, 2022
    Copy the full SHA
    dff087f View commit details
    Browse the repository at this point in the history
  7. improve comment

    irinaschubert committed Sep 9, 2022
    Copy the full SHA
    0e8cd7e View commit details
    Browse the repository at this point in the history