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

CORE-1120: completed implementation of new notifications service. #2

Merged
merged 27 commits into from
Oct 5, 2020

Commits on Aug 17, 2020

  1. Configuration menu
    Copy the full SHA
    380d1a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ad901d View commit details
    Browse the repository at this point in the history
  3. CORE-1120: added the code to establish a database connection and pass…

    … it to the route handlers
    slr71 committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    f42bed6 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

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

Commits on Aug 25, 2020

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

Commits on Aug 27, 2020

  1. CORE-1120: added support for the sort_field and sort_dir query parame…

    …ters to the /v1/messages endpoint
    slr71 committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    f3bfb02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6289282 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc74c3c View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

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

Commits on Sep 1, 2020

  1. Configuration menu
    Copy the full SHA
    61c9aee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0978063 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

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

Commits on Sep 3, 2020

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

Commits on Sep 5, 2020

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

Commits on Sep 15, 2020

  1. Configuration menu
    Copy the full SHA
    f39fcd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23a1d7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b48861 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. CORE-1120: added support for the subject-search query parameter in …

    …the `/v2/messages` endpoint
    slr71 committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    1dd4c70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28a17a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4803588 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. CORE-1120: implemented the /v2/messages/{id}/seen endpoint and adde…

    …d ID validation to the `/v2/messages/{id}` endpoint
    slr71 committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    d7d2a88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94b5315 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c92e0d View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2020

  1. CORE-1120: implemented the POST /v2/messages/delete endpoint and di…

    …d a little refactoring
    slr71 committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    4c41fad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba43776 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2020

  1. CORE-1120: centralize the definition of a statement builder with the …

    …correct placeholder format
    slr71 committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    5907e4a View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

  1. CORE-1120: refactor the code to obtain the before_id and after_id

    … fields in the response body for the /v2/messages endpoint
    slr71 committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    662f3ad View commit details
    Browse the repository at this point in the history