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

feat: Sync fork #8

Merged
merged 55 commits into from
Apr 20, 2024
Merged

feat: Sync fork #8

merged 55 commits into from
Apr 20, 2024

Commits on Feb 6, 2024

  1. feat: provide csrf settings information for sentry config (getsentry#…

    …2762)
    
    * feat: provide csrf settings information for sentry config
    
    * chore: trim trailing whitespace
    aldy505 committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    17c4181 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump actions/setup-python from 4 to 5 (getsentry#2644)

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Hubert Deng <[email protected]>
    dependabot[bot] and hubertdeng123 committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    de9f52f View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Fix groupedmessage indexing error (getsentry#2777)

    * fix groupedmessage indexing error
    hubertdeng123 committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    2346a69 View commit details
    Browse the repository at this point in the history
  2. Check memcached backend in Django (getsentry#2778)

    Bail if using old memcached backend
    chadwhitacre committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    faef482 View commit details
    Browse the repository at this point in the history
  3. release: 24.1.2

    getsentry-bot committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    c63e838 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'release/24.1.2'

    getsentry-bot committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    77183d8 View commit details
    Browse the repository at this point in the history
  5. build: Set master version to nightly

    #skip-changelog
    getsentry-bot committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    891ff7d View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. fix: DB migration script (getsentry#2779)

    * use different approach to wait for postgres server
    hubertdeng123 committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    c3da53d View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Tweak postgres indexing fix (getsentry#2792)

    * tweak postgres indexing fix
    
    * add exists constraint
    hubertdeng123 committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    b15d7ee View commit details
    Browse the repository at this point in the history
  2. build(deps): bump pre-commit/action from 3.0.0 to 3.0.1 (getsentry#2788)

    Bumps [pre-commit/action](https://github.com/pre-commit/action) from 3.0.0 to 3.0.1.
    - [Release notes](https://github.com/pre-commit/action/releases)
    - [Commits](pre-commit/action@v3.0.0...v3.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: pre-commit/action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    9c8e3d5 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Bump nginx version (getsentry#2797)

    bump nginx version
    hubertdeng123 committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    6811cdc View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. release: 24.2.0

    getsentry-bot committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    fe238b4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'release/24.2.0'

    getsentry-bot committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    c622772 View commit details
    Browse the repository at this point in the history
  3. build: Set master version to nightly

    #skip-changelog
    getsentry-bot committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    8d2da22 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    3067683 View commit details
    Browse the repository at this point in the history
  2. revert changes in 3067683

    hubertdeng123 committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    fb6971c View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    45a92bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ddf4e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5e2f82 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. simplify if for open-ai-suggestion (getsentry#2732)

    * simplify if for open-ai-suggestion
    LvckyAPI committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    2f5e5c5 View commit details
    Browse the repository at this point in the history
  2. Add snuba rust consumers (getsentry#2831)

    * add snuba rust consumers
    hubertdeng123 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    5233ae7 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Enable proxy buffering in nginx (getsentry#2844)

    Enable proxy buffering
    
    Setting the proxy_buffering directive to “off” is a common mistake because it can cause performance issues and unexpected behavior in NGINX. When proxy buffering is disabled, NGINX receives a response from the proxied server and immediately sends it to the client without storing it in a buffer. This can cause problems if the response is large or if the connection between NGINX and the client is slow, because it can result in increased memory usage and potentially lead to request timeouts.
    
    To avoid this mistake, it is recommended to always enable proxy buffering in NGINX.
    RexTim committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    0c55e80 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    687a635 View commit details
    Browse the repository at this point in the history
  2. increase postgres max_connections above 100 connections (getsentry#2740)

    * use default value and env for postgres max_connections
    erfantkerfan committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    7691add View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Integration test improvements (getsentry#2858)

    * integration test improvements
    hubertdeng123 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    746031d View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

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

Commits on Mar 15, 2024

  1. release: 24.3.0

    getsentry-bot committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    066fbc0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'release/24.3.0'

    getsentry-bot committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    035975c View commit details
    Browse the repository at this point in the history
  3. build: Set master version to nightly

    #skip-changelog
    getsentry-bot committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    121d79f View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

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

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    6909054 View commit details
    Browse the repository at this point in the history
  2. Integration tests in python (getsentry#2892)

    * integration tests in python
    hubertdeng123 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    b3d3ce0 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Fix defunct java processes (getsentry#2914)

    revert kafka healthcheck change
    hubertdeng123 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    8a5086d View commit details
    Browse the repository at this point in the history
  2. Port backup tests to python (getsentry#2907)

    * port backup tests to python
    hubertdeng123 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    eba2282 View commit details
    Browse the repository at this point in the history
  3. feat(clickhouse): Added max_suspicious_broken_parts to the config.xml (

    …getsentry#2853)
    
    * feat(clickhouse): Added max_suspicious_broken_parts to the config.xml
    
    * refactor(clickhouse): Set default max_suspicious_bronken_parts and Issue reference
    
    ---------
    
    Co-authored-by: Hubert Deng <[email protected]>
    victorelec14 and hubertdeng123 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    cb7cc84 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Write Customization tests in python (getsentry#2918)

    * port everything integration test related to python
    hubertdeng123 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    9b3b9bc View commit details
    Browse the repository at this point in the history
  2. Bump ubuntu version for tests (getsentry#2923)

    * bump ubuntu version used for testing
    
    * get rid of codecov cli dependency
    hubertdeng123 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    c4ae491 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. fix(spans): Adds organizations:standalone-span-ingestion flag to defa…

    …ult config (getsentry#2936)
    
    Adds organizations:standalone-span-ingestion flag to default config
    edwardgou-sentry committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    20150f0 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. feat: adds group attributes consumer (getsentry#2927)

    adds group attributes consumer
    Stephen Cefali committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    b063f0f View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Use python for e2e tests (getsentry#2953)

    * bump e2e action commit sha
    hubertdeng123 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    7c99269 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. release: 24.4.0

    getsentry-bot committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    140954a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'release/24.4.0'

    getsentry-bot committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    b5f83d7 View commit details
    Browse the repository at this point in the history
  3. build: Set master version to nightly

    #skip-changelog
    getsentry-bot committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    3d63c9b View commit details
    Browse the repository at this point in the history
  4. Port last integration tests to python (getsentry#2966)

    * port custom ca cert test to python
    hubertdeng123 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    b5237d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

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

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    d80e62d View commit details
    Browse the repository at this point in the history
  2. release: 24.4.1

    getsentry-bot committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    2fe5499 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'release/24.4.1'

    getsentry-bot committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    796bbe8 View commit details
    Browse the repository at this point in the history
  4. build: Set master version to nightly

    #skip-changelog
    getsentry-bot committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    0f2f276 View commit details
    Browse the repository at this point in the history
  5. Add workstation configuration (getsentry#2968)

    * Add workstation configuration
    
    These are prebuilt docker images for spinning up a local self-hosted
    image on the Google Cloud Workstation project. While primarily intended
    for internal development at Sentry, in theory these can be used by
    anyone with GCWS project to create a fresh workstation for developing
    self-hosted via a remote VSCode connection.
    
    Users who have GCWS properly configured will be able to use the
    forthcoming `workstations ...` command in the `sentry` dev CLI to
    create, manage, and destroy one-off or long-lived workstations in either
    the pre-install or post-install configuration.
    
    Note that the `sentry workstations ...` CLI has not yet landed in the
    `sentry` repo - those changes are coming soon!
    
    Issue: getsentry/team-ospo#240
    
    * Fix shfmt complaints
    azaslavsky committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    d59c0aa View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Upgrade postgres to 14.11 (getsentry#2975)

    chore(deps): bump postgres to latest 14 alpine version
    mdtro committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    082903c View commit details
    Browse the repository at this point in the history
  2. Bump docker compose version in CI (getsentry#2980)

    * only rerun tests on v2.0.1
    
    * change from http error to request error
    
    * use 3 retries like before
    hubertdeng123 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    3ead5cf View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. Configuration menu
    Copy the full SHA
    db1cc3c View commit details
    Browse the repository at this point in the history
  2. fix: backport changes

    ngudbhav committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    725b766 View commit details
    Browse the repository at this point in the history