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

Introduce GqlStatusObject support as notifications to ResultSummary #1194

Merged
merged 43 commits into from
Jun 20, 2024

Commits on May 16, 2024

  1. Implement filtering GqlStatusObject in Bot layer

    The bolt protocol 5.5 should support a slightly different way of
    configuring notifications filtering.
    This new configuration change the name of categories to classification
    to be aligned with the definitions on Gql standard.
    
    This changes doesn't includes add the protocol to handshake and the
    proper configuration on the driver side.
    bigmontz committed May 16, 2024
    Configuration menu
    Copy the full SHA
    8d2ee88 View commit details
    Browse the repository at this point in the history
  2. Sync deno

    bigmontz committed May 16, 2024
    Configuration menu
    Copy the full SHA
    a80c303 View commit details
    Browse the repository at this point in the history
  3. Add Bolt 5.5 to handshake

    bigmontz committed May 16, 2024
    Configuration menu
    Copy the full SHA
    28917a8 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    6d3ed0f View commit details
    Browse the repository at this point in the history
  2. Fix docs

    bigmontz committed May 17, 2024
    Configuration menu
    Copy the full SHA
    24f6225 View commit details
    Browse the repository at this point in the history
  3. Sync deno

    bigmontz committed May 17, 2024
    Configuration menu
    Copy the full SHA
    951a6c8 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    c00c24b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1dc8d6 View commit details
    Browse the repository at this point in the history
  3. Sync deno

    bigmontz committed May 20, 2024
    Configuration menu
    Copy the full SHA
    3fd4e0c View commit details
    Browse the repository at this point in the history
  4. Small fix

    bigmontz committed May 20, 2024
    Configuration menu
    Copy the full SHA
    2ee427e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4760c86 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1db6c6e View commit details
    Browse the repository at this point in the history
  7. Sync deno

    bigmontz committed May 20, 2024
    Configuration menu
    Copy the full SHA
    9923c00 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Polyfill notifications

    bigmontz committed May 21, 2024
    Configuration menu
    Copy the full SHA
    8ff2064 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b18b345 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0e5608 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

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

Commits on May 23, 2024

  1. Testkit support + bug fixing

    bigmontz committed May 23, 2024
    Configuration menu
    Copy the full SHA
    433eb46 View commit details
    Browse the repository at this point in the history
  2. sync deno

    bigmontz committed May 23, 2024
    Configuration menu
    Copy the full SHA
    eec6885 View commit details
    Browse the repository at this point in the history
  3. Ordering gqlStatus

    bigmontz committed May 23, 2024
    Configuration menu
    Copy the full SHA
    e47831f View commit details
    Browse the repository at this point in the history
  4. sync deno

    bigmontz committed May 23, 2024
    Configuration menu
    Copy the full SHA
    678b12e View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Add default values

    bigmontz committed May 27, 2024
    Configuration menu
    Copy the full SHA
    6de5a0c View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Add test for default values

    bigmontz committed May 28, 2024
    Configuration menu
    Copy the full SHA
    47ca007 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

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

Commits on Jun 4, 2024

  1. Update packages/core/src/driver.ts

    Co-authored-by: Stephen Cathcart <stephen.m.cathcart@gmail.com>
    bigmontz and StephenCathcart authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    e43d31e View commit details
    Browse the repository at this point in the history
  2. Small fixes and sync deno

    bigmontz committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    01b4020 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

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

Commits on Jun 10, 2024

  1. fix test

    bigmontz committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    a14dfac View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    3ef928d View commit details
    Browse the repository at this point in the history
  2. sync deno

    bigmontz committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    23ecd0e View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Apply suggestions from code review

    Co-authored-by: Robsdedude <dev@rouvenbauer.de>
    bigmontz and robsdedude authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    bedf5bb View commit details
    Browse the repository at this point in the history
  2. Update packages/core/test/notification.test.ts

    Co-authored-by: Robsdedude <dev@rouvenbauer.de>
    bigmontz and robsdedude authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    638a990 View commit details
    Browse the repository at this point in the history
  3. address comments in the PR

    bigmontz committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    ada9fb2 View commit details
    Browse the repository at this point in the history
  4. sync deno

    bigmontz committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    f9b117e View commit details
    Browse the repository at this point in the history
  5. Ajust test

    bigmontz committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    f7e4244 View commit details
    Browse the repository at this point in the history
  6. update gqlstatus docs

    bigmontz committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    4e15f2d View commit details
    Browse the repository at this point in the history
  7. sync deno

    bigmontz committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    fa1fe22 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    b5984b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7da3f78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d34596 View commit details
    Browse the repository at this point in the history
  4. More unit tests

    bigmontz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    c880682 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Apply suggestions from code review

    Co-authored-by: Robsdedude <dev@rouvenbauer.de>
    bigmontz and robsdedude authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    ac12a3f View commit details
    Browse the repository at this point in the history
  2. Sync deno

    bigmontz committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    0dce222 View commit details
    Browse the repository at this point in the history