Burak Yigit Kaya
0fd0379859
fix(Makefile): Fix invalid reference format error ( #218 )
...
Required after #211 . Fixes #216 . Also fixes printing of `-e` after #215 .
2019-07-17 22:44:42 +03:00
Burak Yigit Kaya
ce1d259834
fix: Update minimum Docker version ( #217 )
...
Required after #211 . Fixes #213 .
2019-07-17 22:13:23 +03:00
Jamin Collins
af2d805f32
fix(Makefile): -e needed for color codes ( #215 )
...
closes #214
Signed-off-by: Jamin W. Collins <jamin.collins@gmail.com>
2019-07-16 03:08:17 +03:00
Burak Yigit Kaya
9177155c79
feat(nightlies): Add ability to build from nightlies ( #211 )
...
This patch adds the optional IMAGE env variable to set the base
image and adds nightly builds to Travis CI.
2019-07-08 18:56:51 +03:00
Burak Yigit Kaya
792e2cc961
docs(readme): Update readme for the install script ( #209 )
...
Follow up to #207 .
2019-07-02 23:58:49 +03:00
Burak Yigit Kaya
8b5b724d1e
chore(dockerignore): Ignore new CI/install files in Docker
2019-07-02 00:23:31 +03:00
Burak Yigit Kaya
f015462a51
ci(travis): Add e2e smoke testing with Travis CI
2019-07-02 00:23:31 +03:00
Burak Yigit Kaya
c42fc264df
feat(install): Add fully automated install script
...
This adds a fully automated `install.sh` that does the following:
- Checks minimum Docker and `docker-compose` versions
- Checks minimum RAM available to Docker containers
- Removes potential user errors in install steps
2019-07-02 00:23:31 +03:00
Burak Yigit Kaya
ae39a61d4d
fix(license): Fix license attribution terms ( #197 )
2019-06-20 01:10:22 +03:00
Burak Yigit Kaya
4e84599542
fix(config): Remove autocommit option from DB config ( #195 )
...
Django 1.7 already defaults to `True` for this and in Django 1.8, which
is what the latest Sentry uses, the option is removed and causes a DB
connection error so dropping it to fix git builds.
2019-06-18 22:26:47 +03:00
Burak Yigit Kaya
7e48342757
meta(readme): Update minimum docker-compose version ( #194 )
...
Fixes #191 .
2019-06-13 23:26:40 +03:00
Kashyap
ceed39c1d2
Fix possible typo in gitignore
...
Remove a match-all glob pattern. It looks like some non-git tools read the `*,cover` as `*` and `cover` separately and basically ignore all files. Even though this is not really a problem with the repo itself, I think the change is still valid, considering `*,cover` looks like an invalid rule anyway.
_____
Background:
(__This part is vim-specific__)
For a while now, my Neosnippet configuration has been going for a toss when working on our fork based off of this repo. I see a message similar to the one reported [here](https://github.com/Shougo/neocomplcache.vim/issues/468 ), but my vimrc configuration is as per the documentation available in the plugin docs. I finally spent enough time to debug this today, and it turns out this issue was happening *only* in this repo and nowhere else. So I went through the files that might've to do anything with folder-specific configuration (think dotenv, editorconfig etc.), and turned out `.gitignore` was the only such file; I use [this plugin](https://github.com/vim-scripts/gitignore ) to load the gitignore rules into the `wildmenu` completion and the `*,` part basically (from what I understand) removes most of the load path configuration from vim 😄 . I'll probably have to go make a change in that plugin as well though.
2019-06-11 23:39:12 -07:00
Burak Yiğit Kaya
9f8c89a5f7
fix(email): Add SENTRY_EMAIL_LIST_NAMESPACE
env setting ( #192 )
...
Port of getsentry/docker-sentry#170
2019-06-11 23:21:39 +03:00
Burak Yiğit Kaya
a093daac1c
meta(gitignore): Add .vscode/tags to .gitignore ( #190 )
2019-06-10 23:50:39 +03:00
Burak Yiğit Kaya
f962c62ad0
Merge pull request #189 from getsentry/license
...
meta(license): Add Apache 2.0 license to the project
2019-06-10 23:26:52 +03:00
Burak Yigit Kaya
2589cbef43
meta(license): Add Apache 2.0 license to the project
...
Fixes #117 , supersedes #120 .
2019-06-10 22:21:49 +03:00
Jens Willmer
ba82e9ffc4
Fix: 'mail.enable-replies' type
...
Excpetion: 'mail.enable-replies': got <type 'str'>, expected boolean
2019-06-10 10:03:18 -07:00
Matt Robenolt
259bc29e78
Add --pull
into default make build
target
2019-05-06 14:17:59 -07:00
Matt Robenolt
89ec146ee1
Update README.md
2019-05-06 14:16:30 -07:00
Matt Robenolt
3eb2caf4cb
Fixes to default config
...
Fixes #177 , #180
2019-05-06 14:13:18 -07:00
David Cramer
0b1843047a
Merge pull request #167 from getsentry/feat/improve-config
...
feat: Improve configuration to be less Docker-specific
2019-04-26 09:47:48 -07:00
Matt Robenolt
82aa12b886
I think fixed stuff up
2019-04-19 12:02:55 -07:00
David Cramer
d469fb8135
feat: Add VSTS and GitHub integration config from env vars
2019-04-17 12:29:53 -07:00
David Cramer
41200b79a6
feat: Improve configuration to be less Docker-specific
...
This removes auto-binding of various values (specified in config.yaml) when they're not actually configured. It ensures that these values can then be configured from the web UI as Sentry has intended.
2019-04-16 09:04:11 -07:00
Omid Raha
d876a6c902
Add Minimum Hardware Requirements ( #165 )
2019-04-12 15:02:40 -07:00
Pieter
3745dc4fe1
Update Dockerfile to get latest image ( #162 )
2019-04-10 13:48:26 -07:00
McSneaky
cd13427aa9
Use alpine images ( #137 )
...
* Use alpine images
* Updated memcahced version from 1.4. to 1.5
* Reverted Postgres back to regular image
2018-11-11 10:20:48 -08:00
eritikass
e21d9a3972
Improve setup ( #123 )
...
* declare sentry volumes external
* move SENTRY_SECRET_KEY to .env file (not in git repo)
* ignore docker-compose.override.yml to allow extending
2018-10-17 10:02:22 -07:00
Pieter
ea47a6283f
Fix typo in README.md
2018-07-13 09:31:06 -07:00
Julien Bouquillon
4c00924afe
Docker compose 3.4 ( #105 )
...
* Update README.md
* docker-compose: use version:3.4
* readme fix
2018-07-13 07:28:45 -07:00
Matt Robenolt
fa39a377b7
Sentry 9.0
...
Fixes #101
2018-06-27 10:59:20 -07:00
Pieter
a514caf906
Update Dockerfile for version 8.22
2017-11-27 15:17:25 -08:00
Matt Robenolt
a429b806dc
8.21
2017-10-16 09:50:11 -07:00
Matt Robenolt
855f9cade9
8.20
2017-09-12 15:39:30 -07:00
Matt Robenolt
7a1a427eb6
8.19
2017-08-08 12:16:16 -07:00
kk
d971a8d894
Add restart policy unless-stopped ( #51 )
2017-08-08 12:15:36 -07:00
James Patrick
f7dcf7f7f3
Update to 8.17
...
Sentry.conf.py is pulled from https://github.com/getsentry/docker-sentry/tree/master/8.17
2017-06-29 13:21:49 -07:00
vvoody
4483d7fc9c
Use 8.17
2017-06-29 13:17:48 -07:00
Dmitry Patsura
6c20ff9729
Use 8.16
2017-05-22 09:36:32 -07:00
Roman Tsukanov
871f981cfc
8.15
2017-04-07 15:11:20 -07:00
Matt Robenolt
699d2ef2a0
8.14
2017-03-02 19:07:39 -08:00
Jean-Fred Berthelot
05f134f3b6
Upgrade to use sentry 8.13
...
8.13 was released on 2016-02-01
2017-02-02 08:57:14 -08:00
Jean-Fred Berthelot
550ba03435
Upgrade to use sentry 8.12
...
8.12 was released on 2016-01-02
2017-01-24 11:15:04 -08:00
Matt Robenolt
f50c3eeb3c
8.11
2016-12-02 19:51:57 -08:00
Matt Robenolt
177ed0efa8
Indicate more clearly that docker-compose is just a guideline
...
Fixes #5 #9 #15 #19
2016-11-10 20:17:40 -08:00
Matt Robenolt
8186ee21e8
Update config files
...
Fixes GH-17
2016-11-07 09:13:03 -08:00
Matt Robenolt
9f52169bf9
Merge pull request #16 from JeanFred/upgrade-to-8-10
...
Upgrade to use sentry 8.10
2016-11-04 09:05:22 -07:00
Jean-Fred Berthelot
c3a90b59b2
Upgrade to use sentry 8.10
...
8.10 was released on 2016-11-01
2016-11-04 15:43:27 +00:00
Matt Robenolt
474a21a5e9
Merge pull request #12 from InAnimaTe/readme_enhance
...
Enhanced README with Instructions!
2016-10-24 10:46:13 -07:00
Mario Loria
f2cf2189a0
nginx.org no com
2016-10-15 00:35:53 -04:00