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

Merge main #708

Merged
merged 7 commits into from
Jun 6, 2022
Merged

Commits on May 30, 2022

  1. Setup cron system (#691)

    * Setup cron system
    
    * removed retry events schedule
    subomi committed May 30, 2022
    Configuration menu
    Copy the full SHA
    881b4c4 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. add support for jwt authentication (#690)

    * add support for jwt authentication
    
    * feat: add support for blacklisting tokens and logout endpoint
    
    * chore: update route
    
    * add test for user repository
    
    * add user service test
    
    * add user integration test
    
    * add jwt test
    
    * add jwt realm test
    
    * chore: fix failing test
    
    * chore: add docs
    
    * chore: refactor jwt config to be standalone
    
    * update routes
    
    * chore: add duration comment
    Dotunj committed May 31, 2022
    Configuration menu
    Copy the full SHA
    7498d2f View commit details
    Browse the repository at this point in the history
  2. add ReplayAppEvent endpoint (#672)

    * feat: add ReplayAppEvent endpoint
    
    * tests: add tests
    
    * fix: specify wantErr
    
    * fix: change url to /events/{eventID/replay
    
    * tests: fix testdb.SeedEvent call
    
    Co-authored-by: Subomi Oluwalana <subomioluwalana71@gmail.com>
    danvixent and subomi committed May 31, 2022
    Configuration menu
    Copy the full SHA
    ca9875b View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. add crud for organisations (#685)

    * feat: add crud for organisations
    
    * feat: implement crud for organisations
    
    * feat: implement crud for organisations in BadgerDB
    
    * tests: add tests
    
    * tests: add integration build tags
    
    * tests: fix sorting
    
    * tests: fix sorting
    
    * tests: fix TestDeleteOrganisation
    
    * tests: fix tests
    
    * tests: fix tests
    
    * tests: add tests for organisation_service.go
    
    * tests: add organisation_integration_test.go
    
    * tests: add integration build tag
    
    * fix: add requireOrganisation to organisation sub route
    
    * tests: fix tests
    tests: add Test_UpdateOrganisation_EmptyOrganisationName & Test_CreateOrganisation_EmptyOrganisationName
    
    * tests: fix tests
    
    * fix: implement suggestions
    
    * tests: fix urls
    
    * fix initRealmChain call
    
    * docs: regenerate docs
    danvixent committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    ac5fb35 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

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

Commits on Jun 6, 2022

  1. Configuration menu
    Copy the full SHA
    2b66727 View commit details
    Browse the repository at this point in the history
  2. chore: fixed tests and build

    jirevwe committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    e9e800c View commit details
    Browse the repository at this point in the history