Ryan Kelly
2bcb31ce8e
Merge pull request #43 from mozilla-services/rfk/public-url-mismatch-is-hard-error
...
Make public_url-mismatch into a hard error.
2014-10-29 15:31:37 +11:00
Ryan Kelly
51be5c3910
Install gunicorn by default
2014-10-29 15:16:39 +11:00
Ryan Kelly
e342d9f98b
Add .travis.yml
2014-10-23 15:00:18 +11:00
Ryan Kelly
1f32e71350
Add customs CFLAGS to build, to workaround issue with umemcache
2014-10-22 15:03:19 +11:00
Ryan Kelly
2d7b87643b
Make public_url-mismatch into a hard error.
2014-10-22 14:39:32 +11:00
Dan Callahan
700d23aed4
Merge pull request #41 from mozilla-services/rfk/sanity-check-public-url
...
Sanity-check public_url on each incoming request.
2014-10-21 20:24:05 -05:00
Ryan Kelly
8441444ce9
Sanity-check public_url on each incoming request.
2014-10-22 09:25:25 +11:00
Ryan Kelly
f54cdaf545
Pin configparser to b/w compatible version until upstream bug resolved.
2014-10-14 09:31:28 +11:00
Ryan Kelly
b64fe5851c
Update to latest mozsvc, which fixes some logging issues.
2014-08-12 12:39:59 +10:00
Dan Callahan
3e5119af2d
Merge pull request #35 from billt2006/dockerfile-patch
...
Dockerfile: Replace curl of remote source with ADD statement
2014-07-31 09:50:45 -05:00
Ryan Kelly
1e37ca9bfb
Merge pull request #33 from billt2006/patch-1
...
Dockerfile: Run apt-get update to fix missing repositories
2014-07-30 17:20:35 +10:00
Ryan Kelly
b7f0f22173
Some stylistic fixes in config file comment.
2014-07-30 17:18:32 +10:00
Ryan Kelly
da18366bd1
Merge pull request #34 from Fmstrat/master
...
Use of local browser verification
2014-07-30 17:17:26 +10:00
billt2006
462bf2818b
Replace curl of remote source with ADD statement
2014-07-24 23:16:46 -04:00
Fmstrat
44b682ff4b
Use of local browser verification
...
Added additional pre-commented options to syncserver.ini to aid in the setup of a fresh sync-server when using a self-hosted accounts server.
2014-07-24 14:47:33 -04:00
Bill Thornton
fac2073733
Run apt-get update to fix missing repositories
...
When running apt-get install I was receiving 404s for some repositories, running apt-get update before apt-get install resolves this.
2014-07-24 13:52:22 -04:00
Ryan Kelly
20462f23b4
Let make build recover better from partial virtualenv installs
2014-07-16 20:16:25 +10:00
Ryan Kelly
09ecde0b01
Update to latest tokenserver commit
2014-06-03 15:14:21 +10:00
Ryan Kelly
252e5530e5
Bump version number
2014-05-28 14:58:43 +10:00
Ryan Kelly
b69a983828
Update dependencies to latest deployment tags
2014-05-28 14:58:14 +10:00
Dan Callahan
9217c0c0eb
Merge pull request #28 from mozilla-services/rfk/simplified-metrics-logging
...
Update to use new simplified mozsvc.metrics infrastructure
2014-05-22 07:57:30 -05:00
Ryan Kelly
069804f077
Update to use new simplified mozsvc.metrics infrastructure
2014-05-22 17:46:57 +10:00
Ryan Kelly
8da3ae26b1
Update server-syncstorage dependency
2014-05-16 10:22:09 +10:00
Ryan Kelly
24e1cfb0ea
Merge pull request #27 from mozilla-services/rfk/strict-audience
...
Ensure that default "audience" URL has no path component.
2014-05-16 08:17:24 +10:00
Ryan Kelly
98f5d04522
Hack around OSX python build issues
2014-05-15 00:51:32 -07:00
Ryan Kelly
28851e3c22
Ensure that default "audience" URL has no path component.
2014-05-15 10:21:31 +10:00
Ryan Kelly
988a23c051
Update to latest server-syncstorage release
2014-05-14 08:01:54 +10:00
Ryan Kelly
b9216f7318
Merge pull request #25 from gplaza/patch-1
...
Update syncserver.wsgi
2014-05-07 11:15:09 +10:00
gplaza
624ceb4378
Update syncserver.wsgi
...
Change the path of python packages from lib/pythonX.X/site-packages to local/lib/pythonX.X/sites-packages
2014-05-06 21:09:59 -04:00
Ryan Kelly
0ee5588101
Expose tokenserver's allow_new_users setting at top-level server config.
2014-05-02 12:58:51 +10:00
Ryan Kelly
891e30c89c
Merge pull request #22 from mathstuf/dev/fix-listurl
...
readme: use the public url
2014-05-01 15:03:44 +10:00
Ben Boeckel
f6a508c297
readme: use the public url
...
Not everyone is an admin (I hope) :) .
2014-05-01 00:59:14 -04:00
Ryan Kelly
9781224124
Update mozsvc dependency
2014-05-01 14:30:54 +10:00
Ryan Kelly
02d3cfdc3b
Intuit correct SCRIPT_NAME setting from public_url
2014-05-01 14:27:59 +10:00
Ryan Kelly
4e6bef8086
Fix needless rebuilding by touching ./local at end of build
2014-05-01 12:02:41 +10:00
Ryan Kelly
23290e92a2
Use libzmq-less version of tokenserver repo, to simplify build.
2014-05-01 09:30:39 +10:00
Ryan Kelly
b0fdb14c10
Whoops, sha1sum only gives you 20 bits of entropy...
2014-04-30 15:55:51 +10:00
Ryan Kelly
a0acebb0dc
Add some additional comments in the example config file.
2014-04-30 15:50:21 +10:00
Ryan Kelly
4361780705
Make $(ENV) target depend on the requirements file.
...
Fixes #19
2014-04-30 15:39:05 +10:00
Ryan Kelly
c3c177f86b
Merge pull request #17 from mozilla-services/rfk/reduce-requirements
...
Reduce requirements.txt to bare essentials.
2014-04-29 11:12:23 +10:00
Ryan Kelly
c4ee6757d6
Reduce requirements.txt to bare essentials.
2014-04-29 11:05:25 +10:00
Ryan Kelly
c7c80a5627
Pin dependencies to release version
2014-04-28 12:10:53 +10:00
Ryan Kelly
2f3c051a5b
Merge pull request #16 from mozilla-services/docker
...
Add a preliminary Dockerfile
2014-04-19 13:23:47 +10:00
Ryan Kelly
8e078475ed
Merge pull request #15 from mozilla-services/cleanup
...
Miscellaneous cleanup
2014-04-19 13:19:15 +10:00
Dan Callahan
20080abf39
Preliminary Dockerfile
2014-04-16 14:43:05 -05:00
Dan Callahan
55cc6e1f3b
Don't run tests by default when calling make
...
Making it explicit via `make test` makes more sense to me.
2014-04-16 14:34:15 -05:00
Dan Callahan
536d3cab85
Subjectively clean up Makefile
...
I think the following Makefile might be a little more maintainable, grokkable,
and robust.
2014-04-16 13:06:09 -05:00
Dan Callahan
49806375b1
Remove testing packages from requirements.txt
2014-04-16 13:01:43 -05:00
Dan Callahan
8bec3e9702
Fixup a comment, suppress logging during tests
...
- Commit 947470d77112a5ee0ab1a037d77104cdb25c18e5 rendered a comment inaccurate
in syncserver/__init__.py.
- Logging to stdout by default obscures test results; disable the stdout deluge
by changing the logging class in syncserver/tests.ini
2014-04-16 12:54:40 -05:00
Ryan Kelly
d349bdc76a
Update to match latest tokenserver API.
2014-04-16 10:21:09 +10:00