Commit Graph

131 Commits (ed97a4759d491e0491f9f360be626b155ef03c83)
 

Author SHA1 Message Date
gplaza 624ceb4378 Update syncserver.wsgi
Change the path of python packages from lib/pythonX.X/site-packages to local/lib/pythonX.X/sites-packages
11 years ago
Ryan Kelly 0ee5588101 Expose tokenserver's allow_new_users setting at top-level server config. 11 years ago
Ryan Kelly 891e30c89c Merge pull request #22 from mathstuf/dev/fix-listurl
readme: use the public url
11 years ago
Ben Boeckel f6a508c297 readme: use the public url
Not everyone is an admin (I hope) :) .
11 years ago
Ryan Kelly 9781224124 Update mozsvc dependency 11 years ago
Ryan Kelly 02d3cfdc3b Intuit correct SCRIPT_NAME setting from public_url 11 years ago
Ryan Kelly 4e6bef8086 Fix needless rebuilding by touching ./local at end of build 11 years ago
Ryan Kelly 23290e92a2 Use libzmq-less version of tokenserver repo, to simplify build. 11 years ago
Ryan Kelly b0fdb14c10 Whoops, sha1sum only gives you 20 bits of entropy... 11 years ago
Ryan Kelly a0acebb0dc Add some additional comments in the example config file. 11 years ago
Ryan Kelly 4361780705 Make $(ENV) target depend on the requirements file.
Fixes #19
11 years ago
Ryan Kelly c3c177f86b Merge pull request #17 from mozilla-services/rfk/reduce-requirements
Reduce requirements.txt to bare essentials.
11 years ago
Ryan Kelly c4ee6757d6 Reduce requirements.txt to bare essentials. 11 years ago
Ryan Kelly c7c80a5627 Pin dependencies to release version 11 years ago
Ryan Kelly 2f3c051a5b Merge pull request #16 from mozilla-services/docker
Add a preliminary Dockerfile
11 years ago
Ryan Kelly 8e078475ed Merge pull request #15 from mozilla-services/cleanup
Miscellaneous cleanup
11 years ago
Dan Callahan 20080abf39 Preliminary Dockerfile 11 years ago
Dan Callahan 55cc6e1f3b Don't run tests by default when calling make
Making it explicit via `make test` makes more sense to me.
11 years ago
Dan Callahan 536d3cab85 Subjectively clean up Makefile
I think the following Makefile might be a little more maintainable, grokkable,
and robust.
11 years ago
Dan Callahan 49806375b1 Remove testing packages from requirements.txt 11 years ago
Dan Callahan 8bec3e9702 Fixup a comment, suppress logging during tests
- Commit 947470d771 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
11 years ago
Ryan Kelly d349bdc76a Update to match latest tokenserver API. 11 years ago
Dan Callahan 947470d771 Log to stdout by default 11 years ago
Ryan Kelly df899b9801 Use `python2` by default, to guard against py3 incompatibility 11 years ago
Ryan Kelly 4b7cab5bd5 Copy db connection pool tweaks from syncstorage. 11 years ago
Ryan Kelly 62526d1625 Default to tokenserver.monkey_patch_gevent = False 11 years ago
Ryan Kelly a6eebee1de Merge pull request #4 from mozilla-services/use-persistent-db
Use a persistent sqlite db by default, rather than in-memory one.
11 years ago
Ryan Kelly ad4afc0ed5 Use a persistent sqlite db by default, rather than in-memory one. 11 years ago
Ryan Kelly 7d3a1a7d04 Add missing "staticnode" file 11 years ago
Ryan Kelly 7603ab1856 Add a simple static node assignment backend, for easier deployment. 11 years ago
Ryan Kelly d0d47fae3b Initial commit; refactored from server-full2 codebase 11 years ago