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

Adds projects support #150

Merged
merged 21 commits into from
Apr 29, 2024
Merged

Adds projects support #150

merged 21 commits into from
Apr 29, 2024

Commits on Apr 26, 2024

  1. Adds projects support

    issue #149
    butschster committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    181d865 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Code refactoring

    Fixes unit tests
    butschster committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    75bfbe0 View commit details
    Browse the repository at this point in the history
  2. Fixes gh workflow

    butschster committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    0a9a7b0 View commit details
    Browse the repository at this point in the history
  3. Refactored WS Events to segregate them into projects. Events without …

    …a designated project will now route to the `events` channel, while project-specific events will be directed to `events.project.<key>` channels.
    
    Implemented automatic subscription of users to relevant channels upon WS connection. Users will now be subscribed to both the general `events` channel and all channels pertaining to projects.
    butschster committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    07ed87f View commit details
    Browse the repository at this point in the history
  4. fix

    butschster committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    f47d13f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6140f6f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fd3872c View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Code refactoring:

    1. Adds events mapper for broadcasting
    2. SMTP service refactoring.
    3. Improved tests. Use sqlite for tests instead of in-memory.
    butschster committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    616d87a View commit details
    Browse the repository at this point in the history
  2. fix

    butschster committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    485c298 View commit details
    Browse the repository at this point in the history
  3. fix

    butschster committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    7c9ae89 View commit details
    Browse the repository at this point in the history
  4. Code refactoring

    1. Reduced payload size for preview cards in WS events, optimizing data transmission to clients and HTTP requests for event lists.
    2. Resolved issue with event clearing when utilizing the database driver.
    3. Addressed sorting inconsistencies with events when utilizing the database driver.
    butschster committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    499d24a View commit details
    Browse the repository at this point in the history
  5. fix

    butschster committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    1c1ec9d View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. fixes dev build workflow

    butschster committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    e9fdb92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d95f6b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e28645 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3a87b1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    269b095 View commit details
    Browse the repository at this point in the history
  6. Fixes unit tests

    butschster committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    2f0b317 View commit details
    Browse the repository at this point in the history
  7. Fixed the problem with mapping sentry events. Additionally, limited t…

    …he number of frames in the exception.
    butschster committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    c1bcd40 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8b2dd43 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3304170 View commit details
    Browse the repository at this point in the history