Commit Graph

1506 Commits

Author SHA1 Message Date
Sam Stern
69db5bebfe Support v1beta2 indexes API (#1014) 2018-12-20 11:40:03 -08:00
Ryan Brewster
296ea48830 Merge pull request #1058 from firebase/rpb/firestore-1.2.2
Release Firestore Emulator v1.2.2
2018-12-10 10:23:34 -08:00
Ryan P. Brewster
7fa1dc2c2b better link 2018-12-07 13:39:21 -08:00
Ryan P. Brewster
031f232192 changelog format 2018-12-07 13:34:18 -08:00
Ryan P. Brewster
cd1f48a019 Add changelog 2018-12-07 12:32:22 -08:00
Ryan P. Brewster
9d7efd041d Release Firestore Emulator v1.2.2 2018-12-07 11:53:43 -08:00
Ryan Brewster
52613d1bb9 Merge pull request #1057 from firebase/rpb/emualtor-fixes
Minor fixes to how emulators are downloaded + run
2018-12-07 11:52:56 -08:00
Ryan P. Brewster
9d0fb43126 formatter 2018-12-07 11:45:58 -08:00
Ryan P. Brewster
88d6c2cd06 Minor fixes to how emulators are downloaded + run 2018-12-07 10:28:51 -08:00
Qinmao Zhang
1a70e45ec3 Fredzqm/Throttler return promise of handler result (#1049)
* make Throttler take second type for handler result

* Add docs to Throttler
2018-12-06 15:32:26 -08:00
Tina Liang
6f3bd73a93 remove kits source code (#1052)
goodbye :')
2018-12-05 15:53:46 -08:00
Bryan Kendall
e4fba85cee don't specify public as it's the default (#1055) 2018-12-05 12:55:18 -08:00
Bryan Kendall
40afb70e96 Typescript functionsProxy (#1037) 2018-12-04 09:35:47 -08:00
Qinmao Zhang
6322ffbcf8 removed ignored argument (#1050) 2018-12-03 16:29:41 -08:00
Firebase Operations
988b4194fc [firebase-release] Removed change log and reset repo after 6.1.2 release 2018-12-03 23:18:43 +00:00
Firebase Operations
c472fdb622 [firebase-release] Updated CLI to 6.1.2 v6.1.2 2018-12-03 23:18:17 +00:00
Qinmao Zhang
94c9784a94 add Stack.ts (#1042)
* add Stack.ts

* test Queue and Stack ordering with controller promises

* fix type of throttlerConstructor

* extract createHandler
2018-12-03 14:57:10 -08:00
Alex Memering
5d77cffe7c Need to fetch the instance before open (#1048) 2018-12-03 11:29:16 -08:00
Bryan Kendall
d7e1b1808d removing sudo: false as it's being deprecated (#1045)
https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
2018-11-29 09:03:59 -08:00
Kevin Jian
8bcb53842d Print out failed function deploys (#1005)
* Print out failed function deploys
2018-11-28 14:50:37 -08:00
Josep Sayol
1d05729c05 Fix bug where database emulator process is not properly killed (#1030) 2018-11-21 17:00:41 -08:00
Firebase Operations
1aa2a0ee7e [firebase-release] Removed change log and reset repo after 6.1.1 release 2018-11-20 21:12:59 +00:00
Firebase Operations
ca0ef18ca2 [firebase-release] Updated CLI to 6.1.1 v6.1.1 2018-11-20 21:12:34 +00:00
Bryan Kendall
2fa24eae75 changelog for 6.1.1 (#1029) 2018-11-20 13:08:46 -08:00
Sam Stern
ee0995ca2f Add project ID when deleting all collections (#1025) 2018-11-19 18:41:35 -05:00
Bryan Kendall
ddcaf52085 use total rather than tasks directly (#1024)
fixes #1020
2018-11-19 09:55:25 -08:00
Bryan Kendall
ba83d1678c throw errors instead of returning rejected promises (#1019) 2018-11-19 09:46:54 -08:00
Ryan Brewster
6ca7ecab05 Merge pull request #1016 from firebase/rpb/fix-emulators
Do not serve emulators unless explicitly requested
2018-11-15 14:55:51 -08:00
Ryan P. Brewster
90f5af7c82 Do not serve emulators unless explicitly requested 2018-11-15 12:13:34 -08:00
Firebase Operations
3ff94c531b [firebase-release] Removed change log and reset repo after 6.1.0 release 2018-11-13 19:42:56 +00:00
Firebase Operations
1900afe4fa [firebase-release] Updated CLI to 6.1.0 v6.1.0 2018-11-13 19:42:30 +00:00
Bryan Kendall
334b631d8b changelog for v6.1.0 (#1013) 2018-11-13 11:37:38 -08:00
Alex Memering
766322c94f Doing a Hosting deploy with the --json option should return the version deployed (#1006) 2018-11-12 14:45:59 -08:00
Ryan Brewster
a7caf1b66f Merge pull request #1008 from firebase/rpb/open-emulators
Expose emulators without a --open-sesame flag
2018-11-12 10:25:02 -08:00
Ryan Brewster
6c6f61b00a Merge branch 'master' into rpb/open-emulators 2018-11-12 10:16:55 -08:00
Qinmao Zhang
de47ef87be Improve memory performance of Queue implementation (#1011) 2018-11-12 10:03:56 -08:00
Ryan Brewster
87c3984237 Merge branch 'master' into rpb/open-emulators 2018-11-09 17:52:47 -08:00
Qinmao Zhang
8fb44491f9 Fredzqm/long delete cli (#977)
* make database-remove.js do recursively chunked delets

* make concurrent delete requests

* fixed exceptions, add pending and in progress to status

* limit max concurrency

* add print=silent

* refactor into database/remove.js

* add logging for prefetching

* use waiting map

* clean up map and handle known bug

* use queue

* remove feature flag and hardcode concurrency and retry

* revert to use utils.reject

* remove TODO for bug, since it is fixed

* move Helper class into DatabaseRemove file

* add tests for Remote

* rebase and fix import

* convert to remove.spec.ts and remove.ts

* handle comments

* extract an interface for RemoveRemote
2018-11-09 16:31:45 -08:00
Ryan Brewster
9aa29605ad Merge branch 'master' into rpb/open-emulators 2018-11-09 16:02:45 -08:00
Ryan P. Brewster
e35808af0a Remove previews 2018-11-09 13:09:56 -08:00
Ryan P. Brewster
7a79640283 resolve conflicts 2018-11-09 13:08:24 -08:00
Bryan Kendall
c98193fa88 Update src/commands/serve.js
Co-Authored-By: ryanpbrewster <RyanPBrewster@gmail.com>
2018-11-09 13:07:16 -08:00
Kevin Jian
370e5e5743 Fix function delete in interactive mode (#1007) 2018-11-09 11:55:11 -08:00
Ryan P. Brewster
86f6ac71cd Expose emulators without a --open-sesame flag 2018-11-09 10:31:10 -08:00
Bryan Kendall
d8e0072dd4 typescript utils and add some tests (#1003)
* typescript utils and add some tests

* add check to make sure exported variable is updated

* add missing types

* update utils

* import expect
2018-11-07 14:53:38 -08:00
Bryan Kendall
3d281d95e8 bootstrap mocha with chai-as-promised (#1004) 2018-11-07 14:36:32 -08:00
Ryan Brewster
9c3990591b Merge pull request #1002 from firebase/rpb/bump-emulator
Bump Firestore emulator version
2018-11-07 10:47:05 -08:00
Ryan P. Brewster
659a0dace5 Bump Firestore emulator version 2018-11-07 10:12:00 -08:00
Michael Bleigh
16c511425f Convert queue.js to TypeScript (#1000)
* Convert queue.js to TypeScript

* Update src/queue.ts

Co-Authored-By: mbleigh <mbleigh@mbleigh.com>

* Update src/queue.ts

Co-Authored-By: mbleigh <mbleigh@mbleigh.com>

* Update src/queue.ts

Co-Authored-By: mbleigh <mbleigh@mbleigh.com>

* Update src/deploy/hosting/uploader.js

Co-Authored-By: mbleigh <mbleigh@mbleigh.com>

* Address comments.
2018-11-06 08:20:44 -08:00
Bryan Kendall
645483aaf2 Hosting Functional Test; OAuth Scopes Fix (#998)
- add hosting functional test
- fix authenticating with GOOGLE_APPLICATION_CREDENTIALS
2018-11-05 15:16:42 -08:00