Commit Graph

217 Commits

Author SHA1 Message Date
Greenkeeper
04dc2d2233 chore(package): update pg-promise to version 5.0.5 (#2170)
https://greenkeeper.io/
2016-06-29 12:03:01 -07:00
Greenkeeper
d2098d7ee4 chore(package): update pg-promise to version 5.0.4 (#2168)
https://greenkeeper.io/
2016-06-29 12:01:49 -07:00
Greenkeeper
a73f150a1a chore(package): update pg-promise to version 5.0.3 (#2156)
https://greenkeeper.io/
2016-06-27 13:15:55 -07:00
Greenkeeper
a2474fa0f1 chore(package): update ws to version 1.1.1 (#2139)
https://greenkeeper.io/
2016-06-26 22:25:01 -07:00
Greenkeeper
b7d15cc37f chore(package): update gaze to version 1.1.0 (#2144)
https://greenkeeper.io/
2016-06-27 00:38:18 -04:00
Greenkeeper
2a4fbf7a15 chore(package): update pg-promise to version 5.0.2 (#2151)
https://greenkeeper.io/
2016-06-26 12:26:12 -07:00
Florent Vilmart
c32ed52f04 Changelog 2.2.14 (#2148) 2016-06-25 15:22:06 -04:00
Greenkeeper
35b4c063fb chore(package): update pg-promise to version 4.8.0 (#2129)
https://greenkeeper.io/
2016-06-23 09:25:17 -07:00
Greenkeeper
29ffbabd3d chore(package): update babel-core to version 6.10.4 (#2119)
https://greenkeeper.io/
2016-06-21 18:53:56 -07:00
Greenkeeper
57cecd800c chore(package): update body-parser to version 1.15.2 (#2107)
https://greenkeeper.io/
2016-06-21 12:54:16 -07:00
Greenkeeper
c36ca0c44e chore(package): update pg-promise to version 4.7.5 (#2111)
https://greenkeeper.io/
2016-06-21 10:59:28 -07:00
greenkeeperio-bot
1feedef21d chore(package): update babel-core to version 6.9.1
https://greenkeeper.io/
2016-06-21 09:54:14 -07:00
Drew
9d078003a6 Pin pg-postgres version (#2084) 2016-06-16 18:44:31 -07:00
Vitaly Tomilov
a685ed8814 Update package.json (#2083)
upgrading pg-promise version.
2016-06-16 18:43:08 -07:00
Greenkeeper
627b4164bb chore(package): update express to version 4.14.0 (#2079)
https://greenkeeper.io/
2016-06-16 10:39:13 -07:00
Greenkeeper
35ed09a7b4 chore(package): update redis to version 2.6.2 (#2076)
https://greenkeeper.io/
2016-06-16 08:53:30 -07:00
Drew
ae0ba7b5a9 Pin packages (#2073)
* Pin all package versions

Closes #2040

* Pin packages to a working version

* Drop extra stuff
2016-06-15 23:28:07 -04:00
Greenkeeper
63e2ceeb02 chore(package): update deepcopy to version 0.6.3 (#2049)
https://greenkeeper.io/
2016-06-13 09:36:50 -07:00
Drew
5518edc2a5 Postgres adapter (#2012)
* Remove adaptiveCollection

* Remove an adaptiveCollection use

* Remove an adaptiveCollection

* make adaptiveCollection private

* Remove collection from mongoadapter

* Move schema collection usage into mongo adapter

* stop relying on mongo format for removing join tables

* reduce usage of schemaCollection

* remove uses of _collection

* Move CLP setting into mongo adapter

* remove all uses of schemaCollection

* make schemaCollection private

* remove transform from schemaCollection

* rename some stuff

* Tweak paramaters and stuff

* reorder some params

* reorder find() arguments

* finishsh touching up argument order

* Accept a database adapter as a parameter

* First passing test with postgres!

* Actually use the provided className

* index on unique-indexes: c454180 Revert "Log objects rather than JSON stringified objects (#1922)"

* Start dealing with test shittyness

* Make specific server config for tests async

* Fix email validation

* Fix broken cloud code

* Save callback to variable

* undo

* Fix tests

* Setup travis

* fix travis maybe

* try removing db user

* indentation?

* remove postgres version setting

* sudo maybe?

* use postgres username

* fix check for _PushStatus

* excludes

* remove db=mongo

* allow postgres to fail

* Fix allow failure

* postgres 9.4

* Remove mongo implementations and fix test

* Fix test leaving behind connections
2016-06-12 16:35:13 -07:00
Drew
5baa53d858 Changelog 2.2.13 (#2039) 2016-06-12 13:06:08 -07:00
Drew
729a0c101d Pin deepcopy (#2038) 2016-06-12 15:59:23 -04:00
Drew
7e868b2dcc Unique indexes (#1971)
* Add unique indexing

* Add unique indexing for username/email

* WIP

* Finish unique indexes

* Notes on how to upgrade to 2.3.0 safely

* index on unique-indexes: c454180 Revert "Log objects rather than JSON stringified objects (#1922)"

* reconfigure username/email tests

* Start dealing with test shittyness

* Remove tests for files that we are removing

* most tests passing

* fix failing test

* Make specific server config for tests async

* Fix more tests

* fix more tests

* Fix another test

* fix more tests

* Fix email validation

* move some stuff around

* Destroy server to ensure all connections are gone

* Fix broken cloud code

* Save callback to variable

* no need to delete non existant cloud

* undo

* Fix all tests where connections are left open after server closes.

* Fix issues caused by missing gridstore adapter

* Update guide for 2.3.0 and fix final tests

* use strict

* don't use features that won't work in node 4

* Fix syntax error

* Fix typos

* Add duplicate finding command

* Update 2.3.0.md
2016-06-10 20:27:21 -07:00
Drew
a00d795404 Changelog 2.2.12 (#2019)
* Changelog 2.2.12

* Update CHANGELOG.md
2016-06-09 18:41:02 -07:00
Drew
103839ce60 Changelog 2.2.11 (#1962) 2016-05-31 17:01:10 -07:00
Drew
e93a1ad7fc Pin mongodb package
Fixes #1855
2016-05-23 09:15:32 -07:00
Tyler Brock
9bad87905f Add MongoDB 3.2 to test matrix (#1842)
* Add MongoDB 3.2 to test matrix

 - Updated mongodb-runner to support specifying storage engine
 - Specifying mmapv1 explictly because of new 3.2 default

* Increase jasmine.DEFAULT_TIMEOUT_INTERVAL to 3 seconds

* Use fixed mongodb-runner

* Increase jasmine.DEFAULT_TIMEOUT_INTERVAL to 15 seconds

* Update to mongodb-runner 3.3.2 upon release
2016-05-20 14:18:41 -07:00
Drew Gross
b40e16647b Changelog for version 2.2.10 2016-05-16 16:39:41 -07:00
Drew
10ee229e60 Update dependencies and support node 6.1 (#1754)
* Update dependencies and support node 6.1

* Remove gcs-adapter, which depends on grpc, which fails to build on node 6

* Remove GCS adapter usage
2016-05-11 08:54:23 -04:00
Drew
26df50924b Update to 2.2.9 (#1747) 2016-05-10 10:50:05 -07:00
Drew
e60901de6a Version 2.2.8 (#1738) 2016-05-09 16:56:32 -07:00
Fosco Marotto
2f51e751de Changelog and update to 2.2.7 2016-04-15 12:46:25 -07:00
Drew
91ace4e718 Progres towards moving mongo logic into its adapter 2016-04-05 21:16:39 -07:00
Florent Vilmart
1eb2a87f9f Removes GCS Adapter from provided adapters
* 💣 removes exposed GCS files adapter

- Should fix problems with GCS
- Throws error that shows the right repo
2016-04-05 18:18:49 -04:00
Fosco Marotto
a17e54c397 Changelog and update to 2.2.6 2016-04-05 10:20:48 -07:00
Fosco Marotto
9053b941ee Changelog and update to 2.2.5 2016-04-04 17:47:20 -07:00
Drew Gross
6311c95785 Fixes #1271 2016-03-30 19:35:54 -07:00
Fosco Marotto
1f4393cd4d Changelog and update to 2.2.4 2016-03-29 15:10:55 -07:00
Fosco Marotto
73f8bbc2b3 Changelog and update to 2.2.3 2016-03-29 13:49:23 -07:00
Drew
ef08dcf76c Merge pull request #1234 from ParsePlatform/flovilmart.winston
Better logging with winston
2016-03-29 10:54:36 -07:00
Florent Vilmart
5c1fe3a325 Better logging with winston 2016-03-28 20:16:58 -04:00
Florent Vilmart
aeda714b87 Improve flattening of results from pushAdapter 2016-03-26 11:02:26 -04:00
Florent Vilmart
f2f7c8bad3 ParsePushAdapter is a package 2016-03-25 13:36:52 -04:00
Drew Gross
3e45e04cf1 Use version 1.0.0 of mailgun adapter 2016-03-24 14:42:45 -07:00
Drew Gross
152c7e88b8 Move mailgun adapter to it's own repo 2016-03-24 14:42:10 -07:00
Florent Vilmart
1e45ac753a Moves Files adapters to external packages 2016-03-24 00:48:34 -04:00
Fosco Marotto
7a73d74869 Changelog and update to 2.2.2 2016-03-23 17:57:12 -07:00
Fosco Marotto
4e39975239 Changelog and update to 2.2.1 2016-03-22 15:37:38 -07:00
Florent Vilmart
13a33a9497 forces mongodb-runner 3.1.15 as 3.1.16 is problematic 2016-03-19 14:58:24 -04:00
Fosco Marotto
9ce2c85622 Updating to 2.2.0 with Live Query launch 2016-03-18 12:54:42 -07:00
wangmengyan95
555e25bf33 Add LiveQuery 2016-03-18 12:32:31 -07:00