14 Commits

Author SHA1 Message Date
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
Dan Callahan
947470d771 Log to stdout by default 2014-04-13 16:54:06 -05:00
Ryan Kelly
df899b9801 Use python2 by default, to guard against py3 incompatibility 2014-04-09 03:43:09 +10:00
Ryan Kelly
4b7cab5bd5 Copy db connection pool tweaks from syncstorage. 2014-04-09 03:00:31 +10:00
Ryan Kelly
62526d1625 Default to tokenserver.monkey_patch_gevent = False 2014-04-08 08:42:00 +10:00
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.
2014-03-27 08:59:11 +11:00
Ryan Kelly
ad4afc0ed5 Use a persistent sqlite db by default, rather than in-memory one. 2014-03-25 16:20:24 +11:00
Ryan Kelly
7d3a1a7d04 Add missing "staticnode" file 2014-02-21 09:53:20 +11:00
Ryan Kelly
7603ab1856 Add a simple static node assignment backend, for easier deployment. 2014-02-11 19:58:49 +11:00
Ryan Kelly
d0d47fae3b Initial commit; refactored from server-full2 codebase 2014-02-11 15:03:33 +11:00