Commit Graph

237 Commits (master)
 

Author SHA1 Message Date
Kainoa Kanter eaaef49dd1
docs: mention Firefox Sync Storage repo (#305)
Many people think that this project was abandoned without realizing development has continued on the Sync Storage project in a new repository.
8 months ago
Mark Hammond 8d98040d37
Merge pull request #294 from mozilla-services/mhammond-note-deprecated
Update README.rst to note this repo is no longer maintained
2 years ago
Mark Hammond f351957826
Update README.rst 2 years ago
Mark Hammond 956ec9ee7a
Update README.rst to not this repo is deprecated. 2 years ago
Kirill Kamakin 0fce0fc151
Add support for PostgreSQL to Docker image (#282) 3 years ago
JR Conlin c2f17a7bae
bug: revert cornice update (#279)
Closes: #278
3 years ago
pmkohn eb47d35770
change dependences in requirements.txt due to version conflict on debian. see also tokenserver:#219 (#277) 3 years ago
JR Conlin c116417d65
chore: move to circleci (#266)
Closes #265
3 years ago
Rachel Tublitz dfeb6f6847
Merge pull request #262 from tublitzed/task/add-pr-template
task: add pr template
3 years ago
Rachel Tublitz d927a0bebe
task: add pr template 3 years ago
Donovan Preston 58b8036179
Merge pull request #256 from mozilla-services/revert/syncstorage-rs
Revert "Fix #246 Switch to syncstorage-rs, and document the additiona…
4 years ago
jrconlin 755db93fcd
Revert "Fix #246 Switch to syncstorage-rs, and document the additional depend… (#248)"
This reverts commit d925321183.
4 years ago
Donovan Preston d925321183
Fix #246 Switch to syncstorage-rs, and document the additional depend… (#248)
* Fix #246 Switch to syncstorage-rs, and document the additional dependencies required.
4 years ago
JR Conlin bfbc3abd36
Merge pull request #245 from MichaIng/patch-1
Assure that setuptools <45 is installed
4 years ago
MichaIng 196b926da3 Assure that setuptools <45 is installed
In some circumstances pip pulls setuptools 45.0.0, which is not compatible with Python 2. To assure the correct version is installed, add the "--no-setuptools" flag to virtualenv and install the correct setuptools version manually afterwards.

Workaround for: https://github.com/mozilla-services/syncserver/issues/239

Additionally this removes the obsolete pip upgrade. "make build" only runs once and is blocked afterwards by a flag file. Even when removing this flag file manually, "virtualenv" always reinstalls pip, which includes an upgrade to the latest version. A latest supported pip version is hence assured on every build.

Signed-off-by: MichaIng <micha@dietpi.com>
4 years ago
Ryan Kelly 1b140a8a6e
Merge pull request #244 from MichaIng/patch-1
Remove deprecated "--no-site-packages" flag
4 years ago
MichaIng 515ee7332e
Remove deprecated "--no-site-packages" flag
This is default since virtualenv 1.9 from 2013-03-07.
It has been deprecated with 1.11 from 2014-01-02.
It has been removed with 20.0.0 from 2020-02-10.

This change hence drops support virtualenv <1.9
but enables support for v20.0.0 and up.

Reference: https://github.com/mozilla-services/syncserver/issues/239#issuecomment-693430113

Signed-off-by: MichaIng <micha@dietpi.com>
4 years ago
Ryan Kelly 0f6a5364a1
Merge pull request #243 from owski/master
Document support for Docker Compose
4 years ago
Kastang ae430fd52e Document support for Docker Compose 4 years ago
Ryan Kelly 0c54960073
Merge pull request #242 from mozilla-services/release-v1.9.1
Prep v1.9.1
4 years ago
Ryan Kelly 040d642d57
Prep v1.9.1 4 years ago
Ryan Kelly 6c6787349f
Merge pull request #240 from owski/master
Support for Python 3 in `delete_user_data.py`, while maintaining support for Python 2
4 years ago
Kastang eb9cfa945f Support for Python 3 while maintaining support for Python2. Minor formatting improvements. 4 years ago
Ryan Kelly 9ef2fb9928
Merge pull request #237 from mozilla-services/moz-deps-to-latest-head-20200909
Use the latest HEAD for server-syncstorage and tokenserver dependencies.
4 years ago
Ryan Kelly 6768bf52d1
Use the latest HEAD for server-syncstorage and tokenserver dependencies.
If this helps get folks back up and running with the latest syncserver
docker image, we can tag some new releases of both and then reference
them here, but let's try it out first.
4 years ago
Ryan Kelly cbb5f96958
Merge pull request #234 from murchu27/patch-1
Slight changes to `CONTRIBUTING.md` to improve formatting
4 years ago
Ryan Kelly e5a768d19a
Merge pull request #236 from mozilla-services/doc/235
doc: Add system dependencies to README
4 years ago
Ryan Kelly a63c0fac18
Merge pull request #222 from fengshaun/master
Add support for Freebsd python2.7
4 years ago
jrconlin b89d271713
doc: Add system dependencies to README
Closes #235
4 years ago
Michael Murphy 298eb0cc70
Formatting fixes 4 years ago
Michael Murphy a27cb9fb33
Update CONTRIBUTING.md 4 years ago
fengshaun 2b8d19e3b4
Pick up python2.7 before generic python symlink 4 years ago
fengshaun dcbc0722a4
Pick up python2.7 before generic python symlink 4 years ago
Ryan Kelly 4fa33bf8f5
Merge pull request #228 from sbraz/docker_debug
Docker: add an environment variable to activate debug logs, fixes #164
4 years ago
Ryan Kelly b1016cecd0
Merge pull request #217 from Fmstrat/irc-vs-matrix
Replaced IRC questions and feedback with Matrix
4 years ago
Ryan Kelly 69b89fdaa0
Merge pull request #230 from sbraz/spanner
Require google-cloud-spanner to avoid a warning
4 years ago
Louis Sautier a8e5424ec6
Require google-cloud-spanner to avoid a warning
Avoids "ImportError: No module named google.api_core.exceptions"
4 years ago
Ryan Kelly 21717e3d57
Prep v1.9.0 4 years ago
Ryan Kelly c8528e75e0
Merge pull request #229 from mozilla-services/sbraz-update-requirements
Update requirements to fix sync with useOAuthForSyncToken enabled
4 years ago
Ryan Kelly 2761288375
Add explicit dependency on umemcache.
I don't really know why this is necessary but I'm hoping it will
get the tests passing on CI. It shouldn't be required for actual
running of the server.
4 years ago
Louis Sautier d477ce4443
Docker: add an environment variable to activate debug logs, fixes #164 4 years ago
Louis Sautier 529dafc6f2
Update requirements to fix sync with useOAuthForSyncToken enabled
This fixes authentication with identity.sync.useOAuthForSyncToken
enabled which requires newer tokenserver and syncstorage versions.

Closes: https://github.com/mozilla-services/syncserver/issues/218
Closes: https://github.com/mozilla-services/syncserver/issues/225
4 years ago
fengshaun 947f56607d add support for freebsd python2.7 4 years ago
Ryan Kelly e1aab54cbc
Merge pull request #212 from mozilla-services/delete-data-with-totp
Make the data-deletion script work for accounts with TOTP enabled.
4 years ago
Fmstrat 68376dce17 Replaced IRC questions and feedback with Matrix as IRC has been discontinued. :( 4 years ago
Vlad Filippov 6931e51879
Merge pull request #216 from Fmstrat/bug-typo
Fix typo in CONTRIBUTING.md
4 years ago
Fmstrat 841f03d152 Fix type in CONTRIBUTING.md 4 years ago
Ryan Kelly 20c6984926
Make the data-deletion script work for accounts with TOTP enabled. 4 years ago
Ryan Kelly 516807e0d9
Merge pull request #209 from mozilla-services/oauth-verifier-env-var; r=vladikoff
Allow configuring the oauth verifier URL by env var.
4 years ago
Ryan Kelly 6dd80f9634
Allow configuring the oauth verifier URL by env var. 4 years ago