482 Commits

Author SHA1 Message Date
Amin Vakil
3c060fc8d8
Check for latest commit before install.sh (#1186) 2021-12-06 15:41:13 -05:00
Chad Whitacre
c258a1e939
Rename onpremise to self-hosted (#1169) 2021-12-02 08:38:22 -05:00
Chad Whitacre
459323354e
Do more migrating to Docker Compose v2 (#1179) 2021-11-30 16:55:56 -05:00
Chad Whitacre
02026acb05
Unfrobulate "cleanup" in integration test (#1170)
Confusing between test cleanup and self-hosted cleanup
2021-11-29 08:41:40 -05:00
Chad Whitacre
5495fe2ebf Revert "Rename onpremise to self-hosted"
This reverts commit 9ad05d87d371973112028882e4d2857b0a17eba2.
2021-11-24 15:07:49 -05:00
Chad Whitacre
9ad05d87d3 Rename onpremise to self-hosted
https://github.com/getsentry/self-hosted/issues/796
2021-11-24 15:06:13 -05:00
TS3tools
26a12a03dc
Add support for custom DotEnv file (#1113)
Co-authored-by: Sebastian Krätzig <sebastian.kraetzig@4g-server.eu>
2021-11-23 22:53:34 +00:00
Chad Whitacre
0d57eb7d8f
Sentry styleguide, I did this on the other (#1167) 2021-11-23 09:47:30 -05:00
Chad Whitacre
574d5fd8dd
Remove link to forum (#1151) (#1160) 2021-11-18 17:32:18 -05:00
Chad Whitacre
c7d579843b
Tweak issue forms (#1159)
- Expand "Bug Report" to "Problem Report" to cover support requests
- Rename files to keep up and for clarity
2021-11-18 16:29:20 -05:00
Amin Vakil
c3013fec1c
Bump nginx:1.21.4-alpine (#1156) 2021-11-18 08:43:20 -05:00
getsentry-bot
600f76ed3b build: Set master version to nightly
#skip-changelog
2021-11-16 00:02:15 +00:00
getsentry-bot
76c1b64b27 Merge branch 'release/21.11.0' 2021-11-16 00:02:12 +00:00
getsentry-bot
f35755342f release: 21.11.0 21.11.0 2021-11-15 18:08:51 +00:00
Chad Whitacre
c16ae024dc
Fix #1079 - bug in reset.sh (#1134)
We need $0 to evaluate as install.sh in order for check-requirements to
work.
2021-11-02 10:59:13 -04:00
Burak Yigit Kaya
8606348c02
ci: Enable parallel tests again, increase timeouts (#1125) 2021-10-20 16:18:54 -04:00
Burak Yigit Kaya
4c810a5daa
fix: Hide compose errors during version check (#1124)
We get `docker: 'compose' is not a docker command.` on the console when we are checking for `docker compose` availability. This PR hides these messages.
2021-10-20 13:44:35 -04:00
Burak Yigit Kaya
920be6771d
build: Omit nightly bump commit from changelog (#1120) 2021-10-15 20:14:06 +00:00
getsentry-bot
d3e7785705 build: Set master version to nightly 2021-10-15 20:10:04 +00:00
getsentry-bot
95d127f0ea Merge branch 'release/21.10.0' 2021-10-15 20:09:59 +00:00
getsentry-bot
a28c5580fd release: 21.10.0 21.10.0 2021-10-15 19:45:01 +00:00
Burak Yigit Kaya
6f0b91f285
ci(test): Relax cleanup test regex a bit (#1119) 2021-10-15 19:41:26 +00:00
EricsonMacedo
78a5c3cb87
feat: Support docker compose CLI (#1116)
Check if docker compose v2, CLI, is available and get semantic version
from it, or fallback to get semantic version out of docker-compose v1
when checking minimum requirements during install.sh script

Fixes #962
2021-10-15 21:21:19 +03:00
jnm
f2e2dc2bb3
docs: simplify Linux sudo instructions in README (#1096)
Describe an easier way to pass the `SENTRY_IMAGE` environment variable to `install.sh` when using `sudo` that doesn't require modifying the `sudo` configuration
2021-09-28 14:43:36 +03:00
getsentry-bot
58874cf9dd build: Set master version to nightly 2021-09-15 21:51:40 +00:00
getsentry-bot
baf03a2a82 Merge branch 'release/21.9.0' 2021-09-15 21:51:38 +00:00
getsentry-bot
d571da2c16 release: 21.9.0 21.9.0 2021-09-15 18:04:26 +00:00
Burak Yigit Kaya
b32de84d31
feat(smtp): Add hostname to SMTP (#1076)
Fixes #1045.

Co-authored-by: William Desportes <williamdes@wdes.fr>
Co-authored-by: Chad Whitacre <chadwhitacre@sentry.io>
2021-08-26 10:40:22 -04:00
Burak Yigit Kaya
674a600770
fix(compose): Drop version from compose file (#1074)
We've switched to using the [compose spec](https://github.com/compose-spec/compose-spec/blob/master/spec.md) with the recent upgrades and health-check related upgrades anyway so drop the incorrect and confusing compose file version.
2021-08-24 09:26:52 -04:00
Burak Yigit Kaya
610f7136bc
fix(healthcheck): Increase retries to 5 (#1072)
Fixes #1070.
2021-08-19 16:12:09 +00:00
Burak Yigit Kaya
4b5ab5fb21
docs(changelog): Add missing entries for docker-compose changes (#1071)
Refs #1066 and #1068
2021-08-19 09:01:16 -04:00
Burak Yigit Kaya
59c0df393f
fix(clickhouse): Use correct HTTP port for healthcheck (#1069)
Should fix #1058
2021-08-19 09:21:18 +00:00
Burak Yigit Kaya
7b96408734
fix(requirements): Make compose version check bw-compatible (#1068)
Refs #1062.
2021-08-18 16:43:39 -04:00
Burak Yigit Kaya
497759c1e8
ci: Test with the required minimum docker-compose (#1066)
Refs #1061, refs #1062, refs #1063.
2021-08-18 11:35:21 -04:00
Burak Yigit Kaya
672b1f7f4d
feat: Have an empty certificates folder ready (#1065)
Addresses this: https://forum.sentry.io/t/configure-gitlab-self-signed-ssl-certificate/14766/3?u=byk
2021-08-17 17:40:35 +03:00
Chad Whitacre
47c4a1df29
meta(gha): Deploy action issue-routing-helper.yml (#1064) 2021-08-17 12:31:09 +00:00
getsentry-bot
42aa60e42f build: Set master version to nightly 2021-08-15 18:15:39 +00:00
getsentry-bot
c1e79c82ff Merge branch 'release/21.8.0' 2021-08-15 18:15:37 +00:00
getsentry-bot
9327228a04 release: 21.8.0 21.8.0 2021-08-15 18:03:59 +00:00
Burak Yigit Kaya
9aa34dd612
feat: Leverage health checks for depends_on (#1057)
Expands the work on #1053 to all applicable services.
2021-08-06 09:20:01 -04:00
Florian Fuß
d11fb14cee
fix(snuba-api): wait for clickhouse to be healthy (#1053)
To avoid a race condition in install.sh process at step
7e7401a668/install/bootstrap-snuba.sh (L4)


Closes #1033
2021-08-05 10:13:05 +00:00
josh
5d69561484
fix(tests): Django 2.0 and 2.1 compatible csrf token extraction (#1052) 2021-08-05 13:07:45 +03:00
Burak Yigit Kaya
76c33bbbe7
upgrade: use --ansi never for docker-compose (#1051)
Starting from `docker-compose` v1.28.0, the `--no-ansi` option is deprecated and a new, `--ansi never` option is introduced instead. This PR makes the deprecation warnings around this go away but bumps the minimum docker-compose version required to `1.28.0` as the older versions don't support the new option.
2021-08-05 13:06:24 +03:00
Burak Yigit Kaya
93078f052d
upgrade: docker-compose version to 1.29.2 (#1050) 2021-08-04 19:44:35 +00:00
Burak Yigit Kaya
e17faecd10
fix: Fix curl image to version 7.77.0 (#1049)
Turns out the latest, `7.78.0` may have issues with DNS resolution from time to time (I experienced this locally). It is also a good practice to fix it to a specific version.
2021-08-04 22:36:48 +03:00
Burak Yigit Kaya
39ea4dcec3
fix: Bring back test.sh relied upon by other repos 2021-07-30 20:45:49 +03:00
Kyle Filz
17b675c833
feat: Support custom CA roots (#1015)
Mount a certificate folder to local ca storage in containers,
and add update command to cron image's entrypoint.

Result of poking and prodding from getsentry/sentry#26851
2021-07-30 18:39:47 +03:00
ZHOU Cheng
bd6f573aa4
Add mail.use-ssl and mail.list-namespace option in example (#1040) 2021-07-21 15:50:16 -04:00
Chad Whitacre
34812ce837
Port test.sh to macOS (#1031) 2021-07-16 14:56:56 -04:00
getsentry-bot
64aec777ce build: Set master version to nightly 2021-07-15 18:15:46 +00:00