Commit Graph

230 Commits (c116417d653432db9470098236fb117adb349c36)
 

Author SHA1 Message Date
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
4 years ago
Rachel Tublitz d927a0bebe
task: add pr template 4 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
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