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

#245 Add the ability to query REST endpoints from Reader module #297

Open
wants to merge 30 commits into
base: master
Choose a base branch
from

Commits on Oct 31, 2024

  1. #244: Create the Info module

    * created new module Info
    * the new modul added to JaCoco and CI routines
    benedeki committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    b97b603 View commit details
    Browse the repository at this point in the history
  2. * fixed License headers

    benedeki committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    e623974 View commit details
    Browse the repository at this point in the history
  3. * renamed to _Reader_

    benedeki committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    5e4eadb View commit details
    Browse the repository at this point in the history
  4. * README.md update

    benedeki committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    2e1e2ea View commit details
    Browse the repository at this point in the history
  5. * fix

    benedeki committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    738c904 View commit details
    Browse the repository at this point in the history
  6. * JaCoCO action update

    benedeki committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    df8c9bd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5affd82 View commit details
    Browse the repository at this point in the history
  8. * erroneous class renamed

    * JaCoCo exclusion for model
    benedeki committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    0f1e121 View commit details
    Browse the repository at this point in the history
  9. * Deleted wrong files

    benedeki committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    d773a93 View commit details
    Browse the repository at this point in the history
  10. #245 Add the ability to query REST endpoints from Reader module

    * created Provider to query the data from server
    * support for Future, IO, and ZIO based providers
    * work in progress
    benedeki committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    0776f9c View commit details
    Browse the repository at this point in the history
  11. * Work still in progress

    benedeki committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    38fde1c View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. * the first working commit

    benedeki committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    1ac2233 View commit details
    Browse the repository at this point in the history
  2. * Removed temporary notes

    benedeki committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    e6dcb52 View commit details
    Browse the repository at this point in the history
  3. * introduced MonadError into the GenericServerConnection

    * fixed license headers
    benedeki committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    6968b02 View commit details
    Browse the repository at this point in the history
  4. * Fixed UTs

    benedeki committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    b9bacef View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    bbb1e7f View commit details
    Browse the repository at this point in the history
  2. * Downgraded sttpClient

    benedeki committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    33e6628 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. * further downgrade

    benedeki committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    f7ced56 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. * Removed exceptions

    benedeki committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    ca2116b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5e6f63 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2024

  1. - major rework

    benedeki committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    fe07272 View commit details
    Browse the repository at this point in the history
  2. * doc fix

    benedeki committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    7656f6f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into feature/245-add-the-ability-to-query-rest-…

    …endpoints-from-info-module
    benedeki authored Nov 17, 2024
    Configuration menu
    Copy the full SHA
    eb9a678 View commit details
    Browse the repository at this point in the history
  4. * disabled failing test

    benedeki committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    7641c07 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. * adjustments

    benedeki committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    bc82a5b View commit details
    Browse the repository at this point in the history
  2. - further cleaning

    benedeki committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    0e7675e View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. * tests progress

    benedeki committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    432716a View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. * several UTs added

    benedeki committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    11b0a16 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into feature/245-add-the-ability-to-query-rest-…

    …endpoints-from-info-module
    benedeki authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    2c3f145 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2024

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