Commit Graph

128 Commits (e3885888ff4f218077418eadd566c4dc606fefa3)
 

Author SHA1 Message Date
Ryan Kelly e3885888ff
Migrate to CircleCI 2 (#129); r=jrgm 6 years ago
Ryan Kelly 7700f72424 Add ability to configure a remote browserid verifier. (#127) r=@vladikoff
We still default to using the local verifer because it's simpler,
but using a remote verifier may be necessary for e.g. testing
purposes when running on localhost.

Connects to mozilla/fxa-local-dev#112
6 years ago
Ryan Kelly 96e3b49b17
Merge pull request #123 from mozilla-services/bug-988134-port
Bug 988134: Drop the unique constraint on client_state.
6 years ago
Ryan Kelly 1549ebe62e Bug 988134: Drop the unique constraint on client_state. 6 years ago
Ryan Kelly 2865b19181
Merge pull request #119 from ACUVE/fix_dockerfile
Install libffi-dev and openssl-dev for dependencies on alpine.
6 years ago
ACUVE 830e34acb7 Install libffi-dev and openssl-dev for dependencies on alpine. 6 years ago
Ryan Kelly 34344d8b96 Prep v1.8.0 6 years ago
Ryan Kelly b5efb9f38a Enable batch-upload API by default 6 years ago
Ryan Kelly 2497ad5c27 Use oauth-sync-enabled tokenserver, adjust config to match. 6 years ago
Ryan Kelly 48c4a5b477 Add an easy way to configure the identity provider.
Setting the SYNCSERVER_IDENTITY_PROVIDER environment variable will
cause syncserver to restrict both BrowserID and OAuth credentials
to be issued from that server.
6 years ago
Ryan Kelly 2400ef3855 Explicitly install libstdc++ for alpine linux. 6 years ago
Ryan Kelly d0ebd930a6
Merge pull request #114 from dev-rke/patch-1
migrated Dockerfile to be based on alpine linux
6 years ago
dev-rke e4d1758dd4
migrated Dockerfile to be based on alpine linux
The migration also solves an issue when running this service under ARM based architectures, as the previous usage of dumb-init_1.2.0_amd64 is incompatible on ARM architecture.
6 years ago
Ryan Kelly 9c42e7a25e Automatically push feature.* branches to docker hub. 6 years ago
Ryan Kelly b482e5bad4
Merge pull request #112 from bquintanajm/update-pip
Upgrade pip when building the docker image
6 years ago
Juan Manuel 48165be231 Upgrade pip when building the docker image 6 years ago
Ryan Kelly d03e4ece56 Upgrade pip when installing the virtualenv 6 years ago
Ryan Kelly 57f4de6773 Prep v1.7.0 6 years ago
Stanislas Bach 974249c442 Fix Docker 'run' command (#106); r=@rfk 6 years ago
Ryan Kelly 1cd91041a4 Add docs and example for allowed_issuers setting. 6 years ago
petrcech 7ce829b26b str_to_bool is returns always True (#105); r=rfk
Fix str_to_bool to return False for "false" values
7 years ago
Ryan Kelly 3d81c658f2 Add note in readme about gcc/g++ requirement for build 7 years ago
Mike Sager 095701c0cf Add SYNCSERVER_FORCE_WSGI_ENVIRON to list of configuration options that can be set via environment variables (#100); r=rfk 7 years ago
Diogo Serrano 3d2d2820a7 Fix docker automated label from readme (#98)
The existing label was using the wrong repository handle
(`jrottenberg/ffmpeg` instead of `mozilla-services/syncserver`).
7 years ago
Ryan Kelly 4f4787eadf Update to latest version of dependencies 7 years ago
Vlad Filippov 0a90880971 chore(docs): add a link to the official docker image and CircleCI 7 years ago
Ryan Kelly cf944cf4c9 Update dependencies to fix LocalVerifier support (#93)
Fixes #91, by pulling in a new version of tokenserver's LocalVerifier class that properly supports the extra "idpClaims" property that we use for tracking FxA generation numbers.
7 years ago
Ryan Kelly 72d618f3ee Add support for deploying via dockerflow pipeline. (#90) r=vladikoff 7 years ago
Ryan Kelly 7fe5c0fafc Allow piecemeal overrides of tokenserver backend default config.
Before this change, you have either have to accept the default config
for the tokenserver backend, or specify all config options and hence
duplicate info from earlier in the file.  With this change you can
now just specify anything you want to change and we'll use the defaults
for the rest.
7 years ago
Ryan Kelly 8e693129e6 Add ability to set pool_recycle via config. 7 years ago
Ryan Kelly 146e6e6588 Disable batch-upload API by default, it's not in production yet. 7 years ago
Ryan Kelly 0b784329b2 Update dependencies 7 years ago
Ryan Kelly d7bd0cf9fd Remove testing for python2.6 8 years ago
Ryan Kelly 35283e66fd Prep v1.6.0 8 years ago
Ryan Kelly b57a109c7a Fix typo in readme 8 years ago
Ryan Kelly bb1c5668f4 Update requests dependency version 8 years ago
Ryan Kelly ccfb350664 Update to latest version of dependencies 8 years ago
Ryan Kelly c5c7de85d8 Use randomly-generated fxa.metrics_uid_secret_key for self-hosters. 8 years ago
Ryan Kelly a35ed3785c Merge pull request #79 from mozilla-services/log-level-warn-by-default
Log at WARN level by default, rather than INFO
8 years ago
Ryan Kelly 3aa07d7f66 Log at WARN level by default, rather than INFO 8 years ago
Ryan Kelly a727a530d1 Use latest HEAD for server-syncstorage 8 years ago
Ryan Kelly aeaa6c1563 Use latest HEAD of tokenserver and server-syncstorage 8 years ago
Ryan Kelly cc04ec4dcd Merge pull request #74 from sbraz/master
Fix typo in exception message
8 years ago
Louis Sautier 6182f1106d
Fix typo in exception message 8 years ago
Ryan Kelly 123de6d7bf Merge pull request #73 from xlotlu/patch-1
Fix README.rst typo
8 years ago
Ionuț Ciocîrlan a4a26db0e7 Fix README.rst typo 8 years ago
Ryan Kelly 570fc9d220 Add some docs about installing DB backends 9 years ago
Ryan Kelly 43ba98831d Merge pull request #68 from carpikes/master
Fixed crash on sync
9 years ago
Alain d3c720c705 Fixed crash on sync 9 years ago
Ryan Kelly 150cef8745 Update github-hosted dependencies to latest versions 9 years ago