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

85 Коммитов

Автор SHA1 Сообщение Дата
Chris Dias 711c135606
deprecate repo, extension (#47)
* deprecate repo, extension
2017-12-19 14:02:21 -08:00
Eric Jizba 1f7c6e85ab Fix spelling errors 2017-08-15 11:41:36 -07:00
Eric Jizba 5c826d9757 Only send build notifications for failures 2017-08-11 14:26:38 -07:00
Eric Jizba 1c99fdb411 Fix typescript compile error
mongo.ts(418,3): error TS2322: Type 'Thenable<string | void>' is not assignable to type 'Thenable<string>'
2017-08-11 14:26:38 -07:00
Eric Jizba 59a62921b5 Find unique path when creating scrapbook
Fix for #30
2017-08-11 14:26:38 -07:00
Eric Jizba 7a1d0f2654 Update mongodb typings to v2.2 of the API
I ran into some deprecated API calls from v2.1 and I don't see any reason to have these typings checked in to source code
2017-08-09 14:49:41 -07:00
Eric Jizba 9347d7fb51 Handle error case when no command found
Fix for #25
2017-08-09 14:48:50 -07:00
Eric Jizba c4d921e974 Add basic Travis-CI
For now it'll only run the typescript compile, but eventually we should run tests
2017-08-09 14:48:12 -07:00
Eric Jizba 5d374606c9 Refactor 'Script' to 'Command'
'Execute Script' implies it will run the entire file, but that is not the case with the current implementation. It only executes a single 'Command'.

In the future, we can add 'Execute All Commands' to the context menu to reduce any possible ambiguity
2017-08-03 15:28:37 -07:00
Eric Jizba 4cb1dcaae4 Fix errors in mongo.ts
message: 'Argument of type 'NoConnectionServer' is not assignable to parameter of type 'Server | PromiseLike<Server>'.
  Type 'NoConnectionServer' is not assignable to type 'PromiseLike<Server>'.
    Property 'then' is missing in type 'NoConnectionServer'.'
at: '130,9'

message: 'Type 'Promise<{}>' is not assignable to type 'Promise<string>'.
  Type '{}' is not assignable to type 'string'.'
at: '448,3'
2017-08-02 14:02:46 -07:00
chrisdias b0478650e4 correct publisher name 2017-06-30 13:52:12 -07:00
chrisdias 0a9681b443 last prep for publish! 2017-06-30 13:48:31 -07:00
chrisdias bbe7c0e181 provide option to show/hide explorer 2017-06-30 12:03:06 -07:00
chrisdias 57adb10588 Return a useful ReplSet host:port 2017-06-30 11:55:24 -07:00
chrisdias 2a73e9c7f2 add icons to tree 2017-06-22 16:47:02 -07:00
chrisdias fea97f307a outFiles needs glob pattern 2017-06-22 16:24:24 -07:00
chrisdias ca91de7fcb Prep for publish 2017-06-19 17:03:31 -07:00
chrisdias d60935c8ec Prep for publish 2017-06-09 14:39:09 -07:00
Chris Dias 48f1ff1acd fix keybinding on windows 2017-06-03 13:07:54 -07:00
Sandeep Somavarapu 29e0136acc Remove the proposed flag in package json 2017-06-02 10:46:15 +02:00
Sandeep Somavarapu 4437d8cd59 Fix completion items sorting 2017-06-02 09:31:31 +02:00
chrisdias 3c7a979e97 more cleanup! 2017-06-01 16:19:45 -07:00
chrisdias a67538c1e2 more cleanup 2017-06-01 15:29:13 -07:00
chrisdias 44b523d9c8 cleanup 2017-06-01 15:15:09 -07:00
Sandeep Somavarapu 2777033f6b update vscode.proposed.d.ts 2017-06-01 10:33:25 +02:00
Sandeep Somavarapu ff3d85192e Adopt to changes 2017-05-31 14:48:17 +02:00
Sandeep Somavarapu d27611f1f9 Adopt to changes 2017-05-29 19:57:06 +02:00
Sandeep Somavarapu eaf802de27 Adopt to API changes 2017-05-22 16:46:01 +02:00
Sandeep Somavarapu 9238ab6f59 Adopt to latest api changes 2017-05-19 18:36:58 +02:00
Sandeep Somavarapu 1d33c1ec33 Show documents on clicking a collection 2017-05-11 17:58:41 +02:00
Sandeep Somavarapu 5c64c92329 Fix grammar to exclude , in string 2017-05-11 17:07:35 +02:00
Sandeep Somavarapu 3e0e16ba7a Time out execution of script in shell after 5s 2017-05-11 16:30:52 +02:00
Sandeep Somavarapu 706e05b0bb Use APIs for
- creating and dropping collections
- deleting documents in collections
- intellisense for deleting apis
2017-05-11 16:19:38 +02:00
Sandeep Somavarapu e206351f3f Do not resolve all schemas
- Schema and vitrul document for each collection
2017-05-11 15:48:05 +02:00
Sandeep Somavarapu bb0b6b44fa Implement intelli-sense for Aggregate function parameters 2017-05-11 15:31:08 +02:00
Sandeep Somavarapu 150858c796 Use cache to resolve schemas 2017-05-11 10:11:18 +02:00
Sandeep Somavarapu 879890d7c1 Implement intelli-sense for query arguments 2017-05-11 09:47:18 +02:00
chrisdias 3bcf6aa4e0 update package.json for publishing (eventually) 2017-05-09 10:14:11 -07:00
Sandeep Somavarapu 2100140256 Fix arguments parsing - Parse only command function arguments 2017-05-09 16:44:34 +02:00
Sandeep Somavarapu 051322d9de Add third party notices 2017-05-09 15:08:40 +02:00
Sandeep Somavarapu 2c8f6ce498 Support updating single document object 2017-05-09 13:03:35 +02:00
Sandeep Somavarapu a6af2cbbf6 Fix #18 2017-05-09 12:42:18 +02:00
Sandeep Somavarapu a970879573 Show port in the connection string 2017-05-09 10:08:59 +02:00
Sandeep Somavarapu b4565a685c Ask for confirmation before dropping the database 2017-05-08 23:29:59 +02:00
Sandeep Somavarapu 08e79a20e4 Use node api to insert 2017-05-08 22:48:35 +02:00
Sandeep Somavarapu 558bbc378c Support negative numeric literals 2017-05-08 21:28:18 +02:00
Sandeep Somavarapu 925e1d51de Check result file exists before creating 2017-05-08 20:52:28 +02:00
Sandeep Somavarapu 7266f38610 Check if results file exists before creating one 2017-05-08 20:49:54 +02:00
Sandeep Somavarapu 415afb15c6 Create and drop database from explorer 2017-05-08 20:42:10 +02:00
Sandeep Somavarapu 15e5eade67 Fix connection string 2017-05-08 19:24:26 +02:00