Commit Graph

237 Commits (master)
 

Author SHA1 Message Date
JR Conlin 33a1e42c14
Merge pull request #207 from mozilla-services/soupsieve-lock
Lock version of soupsieve for py2 compatibility.
4 years ago
Ryan Kelly 31d045b318
Lock version of soupsieve for py2 compatibility. 4 years ago
JR Conlin 43b76da6d0
Merge pull request #201 from yoasif/patch-1
Update readme to fix spelling error and link
4 years ago
Asif Youssuff 1704360e09
Update readme to fix spelling error and link 4 years ago
Ryan Kelly 7557f7f06c
Merge pull request #196 from clecle226/master; r=rfk
correct the issue #157(minor update pyramid)
4 years ago
clecle226 f096308bd8
correct the issue #157(update pyramid)
Update minor version Pyramid for resolve PkgRessourcesDeprecationWarning
4 years ago
Ryan Kelly 8c2c2ed76b
Merge pull request #193 from mozilla-services/bug/191; r=rfk
bug: Bring staticnode up-to-date with tokenserver storage
4 years ago
Ryan Kelly ad365ab39a
Merge pull request #186 from tublitzed/docs/examples-for-local-syncstorage-rs; r=rfk
docs: add local syncstorage-rs examples
4 years ago
jrconlin 9be195f2a7
bug: Bring staticnode up-to-date with tokenserver storage 4 years ago
Rachel Tublitz d45c9589ce
docs: add local syncstorage-rs examples 4 years ago
Ryan Kelly 1b1c42122c
Merge pull request #188 from Demacr/master; r=rfk
add passing secret key through file for docker swarm secrets
5 years ago
Daniil Karandashov 3e9e557d28 fix indent 5 years ago
Daniil Karandashov c3f51c412b add passing secret key through file for docker swarm secrets 5 years ago
Ryan Kelly 2106051a1a
Merge pull request #185 from MingyJ/master; r=rfk
Update README
5 years ago
Brett a40e807a79
Update README
Added link to Dockerhub, add 'mozilla' before each of the package names to prevent 

"Error response from daemon: pull access denied for syncserver, repository does not exist or may require 'docker login': denied: requested access to the resource is denied"
5 years ago
Ryan Kelly 29b5fb4e97
Update github-hosted reqs to latestt tags. 5 years ago
Ryan Kelly 5932c464d7
Merge pull request #183 from mavidser/mavidser-patch-1; r=rfk
Fix incorrect GID in readme.
5 years ago
Sid Verma 562fcfcd65
Fix incorrect GID in readme. 5 years ago
Ryan Kelly e9b63a0871
Merge pull request #180 from Zocker1999NET/master; r=rfk
requirements: Added futures 3.0
5 years ago
Felix Stupp dd429ceeb5
requirements: Added futures 3.0
Required on some systems
5 years ago
Ryan Kelly ac7b29cc40
Merge pull request #173 from lukeb2e/master; r=rfk
Disabling PEP 517 processing is invalid
5 years ago
Luke 745bff65e3
Update Dockerfile
--no-use-pep517 is not supported anymore
5 years ago
Philip Jenvey a9fa69d598
Merge pull request #169 from mozilla-services/update-sqlalchemy-1.3.3
fix(deps): Update SQLAlchemy to latest version.
5 years ago
Ryan Kelly 15b02b4609
fix(deps): Update SQLAlchemy to latest version. 5 years ago
Ryan Kelly dbe9481ab7
Merge pull request #167 from Mozilla-GitHub-Standards/master
Add Mozilla Code of Conduct
5 years ago
Mozilla-GitHub-Standards 73db4dc076 Add Mozilla Code of Conduct file
Fixes #166.

_(Message COC002)_
5 years ago
Vlad Filippov 12af274daf
Merge pull request #162 from mozilla-services/readme-secret-key-docs
chore(docs): Clarify docs on using a secret key in docker env vars.
5 years ago
Ryan Kelly 653cb1d5f7
chore(docs): Clarify docs on using a secret key in docker env vars. 5 years ago
Ryan Kelly 6236d05f6f
Merge pull request #160 from mozilla-services/fix-customization-instructions; r=eoger
fix(docs): Use correct .ini file sections for customization params.
5 years ago
Ryan Kelly 27f0b313e0
fix(docs): Use correct .ini file sections for customization params. 5 years ago
Ryan Kelly 11b328d175
Merge pull request #156 from alexfornuto/patch-1; r=rfk
Comment grammar fix.
5 years ago
Alex Fornuto c0d0b100bd
init LICENSE
This file is linked to in CONTRIBUTING.md but does not exist in master.
5 years ago
Ryan Kelly bebd2f375a
Add CONTRIBUTING.md, based on templates from FxA. 5 years ago
Alex Fornuto 0e6009480a
Comment grammar fix. 5 years ago
Ryan Kelly 7b3b8579ac
Add --no-use-pep517 to pip, as a workaround for build issues. 5 years ago
Ryan Kelly 0fa45210e4
Fix formatting in README 5 years ago
Ryan Kelly 76c3fb0b36
Merge pull request #154 from captn3m0/patch-1; r=rfk
Adds instructions for persistent SQLite setup
5 years ago
Nemo 7b0a02c39b
Adds instructions for persistent SQLite setup 5 years ago
Ryan Kelly 90d8e83b3d
Update requests version dependency to silence security alert. 6 years ago
Ryan Kelly 2ed24ccad3
Merge pull request #148 from mathstuf/python2-virtualenv; r=rfk
makefile: use the system Python's virtualenv
6 years ago
Niko Wenselowski d1eaec5da4 travis: install virtualenv 6 years ago
Ben Boeckel a4b4eda6d0 makefile: use the system Python's virtualenv
`virtualenv` on Fedora is now a Python3 tool. Without installing
Python3, there is no `virtualenv` tool. Instead, just rely on the
package being installed.
6 years ago
Ryan Kelly cc9e45f344
Merge pull request #141 from okin/feature/support_python_3; r=rfk
Improve support for Python 3
6 years ago
Niko Wenselowski b70acabdca Merge branch 'master' of github.com:mozilla-services/syncserver into feature/support_python_3 6 years ago
Niko Wenselowski dc27164a26 Improve support for Python 3.
This fixes the messages shown in #97 but does not mean there is proper Python 3 support in all used libraries.
6 years ago
Ryan Kelly 346d309868 chore(deps): Update SQLAlchemy to latest version. 6 years ago
Ryan Kelly 6d2dc6b50c
Merge pull request #142 from okin/feature/remove_obsolete_dependency
Remove unused dependency simplejson.
6 years ago
Niko Wenselowski 0a76855c68 simplejson is available as the 'json' module since Python 2.6. 6 years ago
Vlad Filippov 9c6aa91369
Merge pull request #139 from mozilla-services/feature.update-sqlalchemy
chore(deps): Update SQLAlchemy to latest version.
6 years ago
Ryan Kelly 68a4bdec9a
chore(deps): Update SQLAlchemy to latest version. 6 years ago