forked from getsentry/self-hosted
-
Notifications
You must be signed in to change notification settings - Fork 0
feat: Sync fork #14
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
Open
ngudbhav
wants to merge
293
commits into
KingsGambitLab:master
Choose a base branch
from
getsentry:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
feat: Sync fork #14
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* add gauges * use rust consumer instead
fix bug with errors only flag
#skip-changelog
Co-authored-by: Hubert Deng <[email protected]>
* feat: enable user feedback feature
this package does not exist on modern debians, the headers are already available in the docker image anyway resolves #3226
* Remove cdc and wal2json and use the default postgres entrypoint * Remove the last bits of wal2json install * Remove read-only postgres volume bind
* migrate to kraft * fix syntax error * move zookeeper volume removal to end of installation
update release template
#skip-changelog
more generous leeway
#skip-changelog
* ref: allow hosted js sdk bundles --------- Co-authored-by: Burak Yigit Kaya <[email protected]>
Co-authored-by: Hubert Deng <[email protected]>
* chore(deps): bump clickhouse to 25.3 * fix: wrong volume path for clickhouse default password:
…heck (#3933) feat(tasks) Remove taskworker option override and add worker healthcheck Along with getsentry/sentry#99374 and this change taskworkers will be enabled by default in self-hosted. I've left the celery workers active to smooth over any tasks that are in-flight during an upgrade. Add a worker healtcheck as we have one now. Refs STREAM-450
* feat: Use S3 node store with garage * lol, fix bash * moar bash * lol * hate bash * fix moar bash * Add healthcheck to garage service Co-authored-by: Reinaldy Rafli <[email protected]> * revert +x * fix healthcheck, fix config * add env var for garage size * use better compression level * simpler garage config * add migration support * feat: use seaweedfs as nodestore backend (#3842) * feat: seaweedfs as s3 nodestore backend * fix: 'server' was missing for seaweed * feat: remove minimum volume free space * feat: specify hostname on ip * fix: grpc port on seaweed should be `-{service}.port.grpc` instead of `-{service}.grpcPort` * fix: wrong access key & secret key; use localhost for internal comms * fix: create index directory * test: add sentry-seaweedfs volume into expected volumes * debug: aaaaaaaaaaaaaaaaaaaaaaarrrrggggggghhhhhhhhhhhhhhh * test: correct ordering for expected volumes * chore: seaweedfs healthcheck to multiple urls See https://stackoverflow.com/a/14578575/3153224 * chore: add swap for arm64 runners * ci: debug memory issues for arm64 runners * ci: turn off swapfile first Turns out the arm64 runners already have 3GB of swap * feat: nodestore config update behind a prompt/flag * feat: set s3 lifecycle policy * fix: seaweed is a busybox * fix: try xml policy * fix: go back to simplified json * Revert "fix: go back to simplified json" This reverts commit 2f1575d. * chore: reword debug lifecycle policy * fix: don't pollute APPLY_AUTOMATIC_CONFIG_UPDATES variable --------- Co-authored-by: Reinaldy Rafli <[email protected]>
…le (#3935) * docs: provide information for SENTRY_AIR_GAP flag on Django config file * Apply suggestions from code review Co-authored-by: Amin Vakil <[email protected]> * Apply suggestions from code review Co-authored-by: Amin Vakil <[email protected]> --------- Co-authored-by: Amin Vakil <[email protected]>
…#3936) Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.1.1 to 2.1.4. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@a8d6161...6701853) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 2.1.4 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>
* fix: able to setup nodestore multiple times * fix(test): chmod issues
#skip-changelog
Updated the s3cmd installation command to include proxy environment variables.
These are replaced by the `taskworker` and `taskscheduler` containers Refs STREAM-433
* Respect uppercase proxy variables * Put http_proxy first
* Check free space prior to offing swap * Get hint about packages disk usage * Comment self-hosted installation to speed up * Revert "Comment self-hosted installation to speed up" This reverts commit 257e57f. * Comment self-hosted installation * Revert "Comment self-hosted installation" This reverts commit f22beff. * Revert "Get hint about packages disk usage" This reverts commit f4fd43c. * Remove jdk packages and their depended ons * Remove man-db * Remove microsoft packages * Remove php packages * Cleanup runner image prior to everything * Remove all *jre* packages * Remove jdk packages more aggressively * Remove haskell directory * Remove df -h commands
…keys (#3974) Closes #3964 --------- Co-authored-by: Burak Yigit Kaya <[email protected]>
…on for `symbolicator-cleanup` (#3979)
* Remove symbolicator volume creation command * Remove symbolicator volume * Create sentry-symbolicator on docker compose up * Pass volume name to remove_command * Remove sentry-symbolicator from unit test
* Remove sentry-symbolicator only if it exists * Remove unnecessary volume remove force flag
#skip-changelog
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.