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

#5: Traits to support status_code reaction #32

Merged
merged 7 commits into from
May 31, 2023

Commits on May 29, 2023

  1. #5: Traits to support status_code reaction

    * New exceptions for status code related failures
    * Documentation describing the standard status codes, how they have been agreed by the team
    * Mix-in trait for `DBFunction` for handling the status codes
    * `trait DBFunctionFabric` created to easy the creation of `DBFunction` mixing traits
    * `SlickPgFunction` refactored somewhat for easier `StatusHandling` trait integration
    benedeki committed May 29, 2023
    Configuration menu
    Copy the full SHA
    09e2c9c View commit details
    Browse the repository at this point in the history
  2. * fixed License

    * Added UT
    benedeki committed May 29, 2023
    Configuration menu
    Copy the full SHA
    aa11e05 View commit details
    Browse the repository at this point in the history
  3. * One more license fix

    benedeki committed May 29, 2023
    Configuration menu
    Copy the full SHA
    300d8c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bfa5d53 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Update core/src/test/scala/za/co/absa/fadb/statushandling/fadbstandar…

    …d/StandardStatusHandlingTest.scala
    
    Co-authored-by: miroslavpojer <[email protected]>
    benedeki and miroslavpojer authored May 30, 2023
    Configuration menu
    Copy the full SHA
    a5d9e1b View commit details
    Browse the repository at this point in the history
  2. Update examples/src/main/scala/za/co/absa/fadb/examples/enceladus/Dat…

    …asetSchema.scala
    
    Co-authored-by: miroslavpojer <[email protected]>
    benedeki and miroslavpojer authored May 30, 2023
    Configuration menu
    Copy the full SHA
    8eff72b View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: miroslavpojer <[email protected]>
    benedeki and miroslavpojer authored May 30, 2023
    Configuration menu
    Copy the full SHA
    32dd2f0 View commit details
    Browse the repository at this point in the history