Граф коммитов

32 Коммитов

Автор SHA1 Сообщение Дата
vladikoff db8ed637f1 refactor(oauth): combine oauth deps and package.json with auth
Fixes #2748
2018-12-12 19:12:37 -05:00
Vlad Filippov 7414ee8ac1 refactor(server): remove separate notifier process (#1800) r=vbudhram 2017-04-20 17:25:47 -04:00
Ryan Kelly 6e6b28c7a1 feat(push): Add VAPID identification to push messages. (#1468); r=philbooth 2016-10-10 12:40:45 +11:00
Ryan Kelly 7d595c2f88 chore(scripts): Add stricter error handling to bash scripts 2016-07-07 14:27:11 +10:00
Phil Booth de000859c9 chore(deps): switch from db-mem to db-mysql 2015-08-03 09:41:59 +01:00
Danny Coates ffcd8f37fc updated hapi to 8.2.0 2015-03-03 15:13:21 -08:00
Danny Coates 5d00bb589d added fxa-auth-db-mem to start-local. fixes #772 2014-07-28 11:17:07 -07:00
Danny Coates e6ea9c0f14 resolved all custom git dependencies and removed mysql and heap db.
the new fxa-auth-db-mem dev dep hosts a memory db over the httpdb
api.
2014-07-23 12:49:59 -07:00
Danny Coates 100d816bd0 reorganize test related files and removed unuse code 2014-06-03 12:00:06 -07:00
Danny Coates 6c58e0083c add http datastore api
The intent here is to eventually eliminate the mysql specific
implementation and only have heap (for quick testing) and httpdb
for real life. To ease the transition I've kept db/mysql.js
so we can test the httpdb implementation on a subset of
instances in parallel with the current setup. I already moved
db_patcher and the schema patches to the db server codebase
because those are run manually in production. The httpdb.js
implementation is working but could probably use some tidying up.
2014-05-04 19:31:22 -07:00
Danny Coates 515678ca13 broke out customs server into a seperate process/repo 2014-04-18 19:05:47 -07:00
Danny Coates e86ee52988 jshint; ignore stdout from key_server pipeline in the start scripts 2014-03-23 17:55:53 -07:00
Andrew Chilton 927482aa71 Minor tweaks from review of Issue #494 2014-03-24 12:24:57 +13:00
Andrew Chilton f7fb99e734 Add a bin/db_patcher.js script, run it with start-local.sh 2014-03-19 17:10:20 +13:00
Danny Coates 49e344feeb sns notifier as a downstream process 2014-03-18 12:12:39 -07:00
Danny Coates 517352b3be fixes #544 2014-02-06 17:32:34 -08:00
Lloyd Hilaiel daf772af28 use ass for code coverage - issue #94 2013-12-18 09:03:17 +02:00
Andrew Chilton 778443c019 Kill the mail_helper.js if it happens to stick around 2013-12-11 13:36:44 +13:00
Danny Coates 7bbcae4176 added mail_helper.js for local email testing 2013-12-07 15:56:11 -08:00
Ryan Kelly 09a26bd237 Add a "dev" NODE_ENV and make it the default. 2013-11-19 13:46:04 +11:00
Danny Coates 869a3f08b2 Merge branch 'master' into cassy
Conflicts:
	scripts/start-local.sh
2013-09-23 11:37:52 -07:00
Ryan Kelly 41964357ad Simplify and cleanup heka+awsbox setup. 2013-09-23 11:52:48 +10:00
Danny Coates adbbfc96fe removed special handling of stats and server.log file
Stats should now just be log messages with `op:"stat"`.
Logs are only written to stderr. Handle any extra log IO
outside of the server process.
2013-09-17 11:07:39 -07:00
Danny Coates cbebd7a336 use '-o short' console output in start-local.sh 2013-09-01 11:03:15 -07:00
Zachary Carter 294643a5bd move local config to a file and auto load 2013-08-20 13:39:23 -07:00
Danny Coates a662f23d23 improved the 'npm start' logging experience 2013-08-07 18:27:49 -07:00
Danny Coates 2143a657e6 bin/key_server.js is the main executable 2013-07-24 13:44:00 -07:00
Danny Coates 69c9c4dcbe change everything, YOLO 2013-07-24 13:43:59 -07:00
Danny Coates c026fb3f97 ignore starting hekad if it's not installed on $PATH
closes #62
2013-07-10 11:01:53 -07:00
Danny Coates 380c4b4c1d broke apart stats stuff a bit 2013-06-20 11:10:34 -07:00
Zachary Carter 4b3b2ec35e use the bin/server convention of other identity projects 2013-06-13 14:34:37 -07:00
Danny Coates cdca282e23 use node-statsd to send memory data to heka 2013-05-31 17:22:48 -07:00