- Mar 15, 2024
-
- Mar 11, 2024
-
-
Pierre Massat authored
-
- Mar 07, 2024
-
-
Hubert Deng authored
* integration test improvements
-
- Mar 06, 2024
-
-
Erfan authored
* use default value and env for postgres max_connections
-
- Feb 29, 2024
-
-
RexTim authored
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.
-
- Feb 28, 2024
-
-
Hubert Deng authored
* add snuba rust consumers
-
Iven Schlenther authored
* simplify if for open-ai-suggestion
-
- Feb 27, 2024
-
-
Chad Whitacre authored
-
Reinaldy Rafli authored
-
Hubert Deng authored
* use django orm
-
- Feb 26, 2024
-
-
hubertdeng123 authored
-
hubertdeng123 authored
-
- Feb 16, 2024
-
-
getsentry-bot authored
#skip-changelog
-
getsentry-bot authored
-
- Feb 15, 2024
-
-
Hubert Deng authored
bump nginx version
-
- Feb 14, 2024
-
-
dependabot[bot] authored
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](https://github.com/pre-commit/action/compare/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] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Hubert Deng authored
* tweak postgres indexing fix * add exists constraint
-
- Feb 09, 2024
-
-
Hubert Deng authored
* use different approach to wait for postgres server
-
- Feb 08, 2024
-
-
getsentry-bot authored
#skip-changelog
-
getsentry-bot authored
-
Chad Whitacre authored
Bail if using old memcached backend
-
Hubert Deng authored
* fix groupedmessage indexing error
-
- Feb 06, 2024
-
-
dependabot[bot] authored
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4...v5 ) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by:
Hubert Deng <hubert.deng@sentry.io>
-
Reinaldy Rafli authored
* feat: provide csrf settings information for sentry config * chore: trim trailing whitespace
-
- Jan 31, 2024
-
-
Pavel Matěja authored
-
- Jan 26, 2024
-
-
getsentry-bot authored
#skip-changelog
-
getsentry-bot authored
-
- Jan 18, 2024
-
-
Hubert Deng authored
-
Hubert Deng authored
* fix cache error self hosted
-
- Jan 17, 2024
-
-
getsentry-bot authored
#skip-changelog
-
getsentry-bot authored
-
- Jan 16, 2024
-
-
Hubert Deng authored
enable crons
-
Hubert Deng authored
* parameterize backup restore script
- Jan 12, 2024
-
-
Amin Vakil authored
-
Chad Whitacre authored
-