-
Notifications
You must be signed in to change notification settings - Fork 0
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
Commits on Feb 6, 2024
-
feat: provide csrf settings information for sentry config (getsentry#…
…2762) * feat: provide csrf settings information for sentry config * chore: trim trailing whitespace
Configuration menu - View commit details
-
Copy full SHA for 17c4181 - Browse repository at this point
Copy the full SHA 17c4181View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for de9f52f - Browse repository at this point
Copy the full SHA de9f52fView commit details
Commits on Feb 8, 2024
-
Fix groupedmessage indexing error (getsentry#2777)
* fix groupedmessage indexing error
Configuration menu - View commit details
-
Copy full SHA for 2346a69 - Browse repository at this point
Copy the full SHA 2346a69View commit details -
Check memcached backend in Django (getsentry#2778)
Bail if using old memcached backend
Configuration menu - View commit details
-
Copy full SHA for faef482 - Browse repository at this point
Copy the full SHA faef482View commit details -
Configuration menu - View commit details
-
Copy full SHA for c63e838 - Browse repository at this point
Copy the full SHA c63e838View commit details -
getsentry-bot committed
Feb 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 77183d8 - Browse repository at this point
Copy the full SHA 77183d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 891ff7d - Browse repository at this point
Copy the full SHA 891ff7dView commit details
Commits on Feb 9, 2024
-
fix: DB migration script (getsentry#2779)
* use different approach to wait for postgres server
Configuration menu - View commit details
-
Copy full SHA for c3da53d - Browse repository at this point
Copy the full SHA c3da53dView commit details
Commits on Feb 14, 2024
-
Tweak postgres indexing fix (getsentry#2792)
* tweak postgres indexing fix * add exists constraint
Configuration menu - View commit details
-
Copy full SHA for b15d7ee - Browse repository at this point
Copy the full SHA b15d7eeView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 9c8e3d5 - Browse repository at this point
Copy the full SHA 9c8e3d5View commit details
Commits on Feb 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6811cdc - Browse repository at this point
Copy the full SHA 6811cdcView commit details
Commits on Feb 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fe238b4 - Browse repository at this point
Copy the full SHA fe238b4View commit details -
getsentry-bot committed
Feb 16, 2024 Configuration menu - View commit details
-
Copy full SHA for c622772 - Browse repository at this point
Copy the full SHA c622772View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d2da22 - Browse repository at this point
Copy the full SHA 8d2da22View commit details
Commits on Feb 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3067683 - Browse repository at this point
Copy the full SHA 3067683View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb6971c - Browse repository at this point
Copy the full SHA fb6971cView commit details
Commits on Feb 27, 2024
-
chore: Use django ORM to perform sql commands (getsentry#2827)
* use django orm
Configuration menu - View commit details
-
Copy full SHA for 45a92bd - Browse repository at this point
Copy the full SHA 45a92bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ddf4e5 - Browse repository at this point
Copy the full SHA 1ddf4e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5e2f82 - Browse repository at this point
Copy the full SHA d5e2f82View commit details
Commits on Feb 28, 2024
-
simplify if for open-ai-suggestion (getsentry#2732)
* simplify if for open-ai-suggestion
Configuration menu - View commit details
-
Copy full SHA for 2f5e5c5 - Browse repository at this point
Copy the full SHA 2f5e5c5View commit details -
Add snuba rust consumers (getsentry#2831)
* add snuba rust consumers
Configuration menu - View commit details
-
Copy full SHA for 5233ae7 - Browse repository at this point
Copy the full SHA 5233ae7View commit details
Commits on Feb 29, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 0c55e80 - Browse repository at this point
Copy the full SHA 0c55e80View commit details
Commits on Mar 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 687a635 - Browse repository at this point
Copy the full SHA 687a635View commit details -
increase postgres max_connections above 100 connections (getsentry#2740)
* use default value and env for postgres max_connections
Configuration menu - View commit details
-
Copy full SHA for 7691add - Browse repository at this point
Copy the full SHA 7691addView commit details
Commits on Mar 7, 2024
-
Integration test improvements (getsentry#2858)
* integration test improvements
Configuration menu - View commit details
-
Copy full SHA for 746031d - Browse repository at this point
Copy the full SHA 746031dView commit details
Commits on Mar 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f64b0fb - Browse repository at this point
Copy the full SHA f64b0fbView commit details
Commits on Mar 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 066fbc0 - Browse repository at this point
Copy the full SHA 066fbc0View commit details -
getsentry-bot committed
Mar 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 035975c - Browse repository at this point
Copy the full SHA 035975cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 121d79f - Browse repository at this point
Copy the full SHA 121d79fView commit details
Commits on Mar 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 437bddd - Browse repository at this point
Copy the full SHA 437bdddView commit details
Commits on Mar 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6909054 - Browse repository at this point
Copy the full SHA 6909054View commit details -
Integration tests in python (getsentry#2892)
* integration tests in python
Configuration menu - View commit details
-
Copy full SHA for b3d3ce0 - Browse repository at this point
Copy the full SHA b3d3ce0View commit details
Commits on Mar 21, 2024
-
Fix defunct java processes (getsentry#2914)
revert kafka healthcheck change
Configuration menu - View commit details
-
Copy full SHA for 8a5086d - Browse repository at this point
Copy the full SHA 8a5086dView commit details -
Port backup tests to python (getsentry#2907)
* port backup tests to python
Configuration menu - View commit details
-
Copy full SHA for eba2282 - Browse repository at this point
Copy the full SHA eba2282View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for cb7cc84 - Browse repository at this point
Copy the full SHA cb7cc84View commit details
Commits on Mar 26, 2024
-
Write Customization tests in python (getsentry#2918)
* port everything integration test related to python
Configuration menu - View commit details
-
Copy full SHA for 9b3b9bc - Browse repository at this point
Copy the full SHA 9b3b9bcView commit details -
Bump ubuntu version for tests (getsentry#2923)
* bump ubuntu version used for testing * get rid of codecov cli dependency
Configuration menu - View commit details
-
Copy full SHA for c4ae491 - Browse repository at this point
Copy the full SHA c4ae491View commit details
Commits on Apr 4, 2024
-
fix(spans): Adds organizations:standalone-span-ingestion flag to defa…
…ult config (getsentry#2936) Adds organizations:standalone-span-ingestion flag to default config
Configuration menu - View commit details
-
Copy full SHA for 20150f0 - Browse repository at this point
Copy the full SHA 20150f0View commit details
Commits on Apr 10, 2024
-
feat: adds group attributes consumer (getsentry#2927)
adds group attributes consumer
Stephen Cefali authoredApr 10, 2024 Configuration menu - View commit details
-
Copy full SHA for b063f0f - Browse repository at this point
Copy the full SHA b063f0fView commit details
Commits on Apr 11, 2024
-
Use python for e2e tests (getsentry#2953)
* bump e2e action commit sha
Configuration menu - View commit details
-
Copy full SHA for 7c99269 - Browse repository at this point
Copy the full SHA 7c99269View commit details
Commits on Apr 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 140954a - Browse repository at this point
Copy the full SHA 140954aView commit details -
getsentry-bot committed
Apr 16, 2024 Configuration menu - View commit details
-
Copy full SHA for b5f83d7 - Browse repository at this point
Copy the full SHA b5f83d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d63c9b - Browse repository at this point
Copy the full SHA 3d63c9bView commit details -
Port last integration tests to python (getsentry#2966)
* port custom ca cert test to python
Configuration menu - View commit details
-
Copy full SHA for b5237d2 - Browse repository at this point
Copy the full SHA b5237d2View commit details
Commits on Apr 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9228299 - Browse repository at this point
Copy the full SHA 9228299View commit details -
Configuration menu - View commit details
-
Copy full SHA for d586cff - Browse repository at this point
Copy the full SHA d586cffView commit details
Commits on Apr 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d80e62d - Browse repository at this point
Copy the full SHA d80e62dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fe5499 - Browse repository at this point
Copy the full SHA 2fe5499View commit details -
getsentry-bot committed
Apr 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 796bbe8 - Browse repository at this point
Copy the full SHA 796bbe8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f2f276 - Browse repository at this point
Copy the full SHA 0f2f276View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for d59c0aa - Browse repository at this point
Copy the full SHA d59c0aaView commit details
Commits on Apr 19, 2024
-
Upgrade postgres to 14.11 (getsentry#2975)
chore(deps): bump postgres to latest 14 alpine version
Configuration menu - View commit details
-
Copy full SHA for 082903c - Browse repository at this point
Copy the full SHA 082903cView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 3ead5cf - Browse repository at this point
Copy the full SHA 3ead5cfView commit details
Commits on Apr 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for db1cc3c - Browse repository at this point
Copy the full SHA db1cc3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 725b766 - Browse repository at this point
Copy the full SHA 725b766View commit details