Michael Kelly
bc8b2aa446
Feedback.
2016-03-02 20:19:04 -08:00
Michael Kelly
5f3edf28fd
Add classifier preview to debug which recipes are sent to a client.
...
Fixes bug 1240974.
2016-03-02 20:01:06 -08:00
Michael Kelly
9003fa8dd2
Mythmon has better style than me.
2016-03-02 13:43:06 -08:00
Michael Kelly
991ca0837c
Fix a binding issue with the self-repair driver.
2016-03-02 13:41:30 -08:00
Mike Cooper
c74851da5b
Merge pull request #57 from Osmose/secure-header
...
Allow SECURE_PROXY_SSL_HEADER to be set via the environment.
2016-03-02 11:55:40 -08:00
Michael Kelly
ff4b9722ea
Allow SECURE_PROXY_SSL_HEADER to be set via the environment.
...
Also only set USE_X_FORWARDED_HOST to True in prod.
2016-03-02 11:39:36 -08:00
Mike Cooper
11810b164c
Merge pull request #54 from mythmon/qa-docs
...
Add docs about how to run Normandy for QA
2016-03-01 17:01:24 -08:00
Mike Cooper
0017d89b43
Need both port numbers
2016-03-01 16:58:12 -08:00
Michael Kelly
78001d5a30
Merge pull request #56 from mythmon/none-locale
...
Make Locales handle Clients with locale=None
2016-03-01 16:22:20 -08:00
Mike Cooper
5d4a4eb0f8
Make Locales handle Clients with locale=None
...
Fixes bug 1252696.
2016-03-01 15:49:16 -08:00
Mike Cooper
1ad096d048
Add instructions about migrations and createsuper user, and OSX specific IP
2016-03-01 14:13:34 -08:00
Mike Cooper
6dc56a20f1
Feedback
2016-03-01 11:10:44 -08:00
Mike Cooper
88c9d00de2
Add docs about how to run Normandy for QA
...
Fixes bug 1251479
2016-02-29 16:23:32 -08:00
Mike Cooper
e3467b1e32
Merge pull request #52 from mythmon/circleci-junit
...
Store test artifacts for CI processing
2016-02-29 15:53:05 -08:00
Michael Kelly
615d2ed682
Merge pull request #53 from mythmon/raven-config-2
...
Fix `environ_name` value for Raven DSN setting
2016-02-29 15:49:55 -08:00
Mike Cooper
ce69d3e616
Fix `environ_name` value for Raven DSN setting
2016-02-29 15:44:19 -08:00
Mike Cooper
67060bd980
More permissive permissions for test reports
2016-02-29 15:31:28 -08:00
Michael Kelly
ef54be4847
Merge pull request #51 from mythmon/fix-raven
...
Use the right path for the Raven Django app
2016-02-29 15:27:04 -08:00
Mike Cooper
b6cc3b2f0e
Store test artifacts for CI processing
2016-02-29 15:19:58 -08:00
Mike Cooper
1c652fa17d
Use the right path for the Raven Django app
2016-02-29 15:03:05 -08:00
Mike Cooper
c45bd53894
Merge pull request #50 from relud/patch-1
...
add deploy configuration to circle.yml
2016-02-29 14:34:38 -08:00
Daniel Thorn
63ba74bc83
handle a broken cache
2016-02-29 14:26:03 -08:00
Daniel Thorn
2afeb9530f
fix a tag reference
2016-02-29 13:34:03 -08:00
Daniel Thorn
81db772280
update dockerhub.sh to deploy $1
2016-02-29 13:27:49 -08:00
Daniel Thorn
e1e49b9da3
update .travis.yml
2016-02-29 13:23:02 -08:00
Daniel Thorn
5aae7a200b
add deploy configuration to circle.yml
...
still needs update to dockerhub.sh and .travis.yml
2016-02-29 13:21:13 -08:00
Michael Kelly
56597d76ce
Merge pull request #49 from mythmon/circleci
...
Add circle.yml config
2016-02-29 12:55:41 -08:00
Mike Cooper
7fe12d283a
Faster tests
2016-02-29 11:54:07 -08:00
Mike Cooper
268f502e26
Merge pull request #48 from mythmon/setup-sentry
...
Setup Raven (for Sentry)
2016-02-29 11:51:40 -08:00
Mike Cooper
f45d357154
Add circle.yml config
2016-02-29 11:24:15 -08:00
Mike Cooper
3a28db12f0
Setup Raven (for Sentry)
2016-02-29 11:10:05 -08:00
Mike Cooper
9282f53ed0
Merge pull request #47 from Osmose/build-config
...
Build Docker image with Build config and run with Prod.
2016-02-26 21:57:03 -08:00
Michael Kelly
8a0e0a3097
Build Docker image with Build config and run with Prod.
2016-02-26 15:28:19 -08:00
Michael Kelly
b329e89aa3
Merge pull request #46 from Osmose/fix-static-files
...
Use consistent STATICFILES_STORAGE across environments.
2016-02-26 14:39:20 -08:00
Michael Kelly
ae080c42c2
Use consistent STATICFILES_STORAGE across environments.
...
collectstatic only adds hashes to static file filenames when
STATICFILES_STORAGE is set correctly. We want the Dockerfile and
other things to have the hashed filenames, but the Dockerfile runs
collectstatic under the Development environment. Also, there's no
problem using the manifest storage during development.
So we move the setting.
2016-02-26 14:04:12 -08:00
Mike Cooper
5ba086c182
Merge pull request #44 from mythmon/generic-matching
...
Refactor recipe matching to be many registered handlers.
2016-02-26 11:52:40 -08:00
Mike Cooper
0efd449364
Feedback
2016-02-26 10:33:52 -08:00
Mike Cooper
0a6f0f0026
Merge pull request #45 from relud/collectstatic
...
add collectstatic so admin panel works
2016-02-25 17:08:26 -08:00
Daniel Thorn
15b0d66a78
gotta say --no-input
2016-02-25 17:03:33 -08:00
Michael Kelly
a770ce1dfb
Merge pull request #40 from Osmose/arguments-editor-visual-improvements
...
Visual improvements to the argument editor.
2016-02-25 17:03:18 -08:00
Michael Kelly
b53b052dd5
Visual improvements to the argument editor.
2016-02-25 17:02:41 -08:00
Daniel Thorn
390685b9c0
add collectstatic so admin panel works
2016-02-25 16:58:14 -08:00
Michael Kelly
66e9d5f920
Merge pull request #43 from mythmon/version
...
Add __version__ endpoint
2016-02-24 16:57:29 -08:00
Mike Cooper
596da76292
Refactor recipe matching to be many registered handlers.
2016-02-24 16:53:46 -08:00
Mike Cooper
249d0a17bd
Merge pull request #41 from mythmon/version-filtering-1248265
...
Release channels and M2M for country and locale
2016-02-24 16:51:06 -08:00
Mike Cooper
d3180532a4
Feedback
2016-02-24 16:21:00 -08:00
Mike Cooper
755bf5d0fc
Add __version__ endpoint
...
Fixes bug 1250595.
2016-02-23 16:24:14 -08:00
Michael Kelly
aed5c0591d
Merge pull request #42 from mythmon/forwarded-host
...
Use X-Forwarded-For header for allowed hosts
2016-02-23 15:02:05 -08:00
Mike Cooper
1048f7b099
Use X-Forwarded-For header for allowed hosts
2016-02-23 14:32:10 -08:00
Mike Cooper
060dae782c
Make Recipe locale and country selection many-to-many
...
Fixes bug 1248263.
2016-02-19 17:41:10 -08:00