yiyione
e78a86c12f
update package to 0.1.5 ( #74 )
2021-02-08 15:22:49 +08:00
dependabot[bot]
54c7e50393
Bump axios from 0.19.2 to 0.21.1 ( #72 )
2021-01-25 05:52:47 +00:00
yiyione
c491de0aa6
update mocha version ( #56 )
2020-08-14 17:19:31 +08:00
yiyione
4fed816f03
update to 0.1.4 ( #55 )
2020-08-06 13:36:23 +08:00
yiyione
335f914ee3
update version to 0.1.3 ( #52 )
2020-07-22 17:43:59 +08:00
yiyione
c2318c337c
Update version number to 0.1.2 ( #47 )
2020-07-15 16:31:34 +08:00
yiyione
412dd12ec5
Add API tests to CI and setup code coverage ( #39 )
...
* fix get job config tests
* update
* add examples and mock
* mock all api tests and add to unittests
* update
* update apiTestCase.json
* add coveralls
* update
* update
* update
* add nyc
* update coveralls
* update
* fix coverall
* fix
* fix
* add code coverage badge to readme
* update
* update
* update
* fix
* update mocha version
* add all unit tests to coverage
* update swagger version
* update swagger
* sync swagger
2020-07-03 16:49:10 +08:00
yiyione
a47419d3a0
update version ( #43 )
2020-07-01 06:51:26 +08:00
yiyione
9ecda2d6ec
Fix api tests and update swagger ( #38 )
...
* add copy swagger
* fix git job config test
* update swagger
2020-06-15 01:15:04 +08:00
yiyione
aa94781cc1
update 0.1.0 version and doc ( #33 )
...
* update package version to 0.1.0
* update
* update rest-api.md
* update README.md
* update install script
* remove password from example
* update nodeenv docs
2020-05-18 14:26:16 +08:00
yiyione
7340e854ff
Add API tests generated by swagger ( #30 )
...
* add swagger parse and use it to generate tests
* update
* add generate test case and set default tests
* delete lib folder
* fix ci
* fix
* update tests
* update tests
* update tests
* fix build script
* update
* fix get job config
* update job tests
* update tests
* fix
* update
* update basic login tests
* update swagger and basic logout tests
* update create user tests
* update delete user tests
* update user group tests
* update updateUserGroupList tests
* update
* fix basic logout
* update
* update the path of apiTestCase.json
* update job tests
* update
* add .test/cluster.json
* update gitignore
* fix scripts
* fix build
* update token
2020-05-18 13:57:56 +08:00
Yuqing Yang
25c0943ca2
add action to test cli-install ( #37 )
...
* add action to test cli-install
* update package.json for cli path
2020-05-18 11:03:04 +08:00
yiyione
23ff27eaa0
Create publish.yml ( #34 )
...
* Create publish.yml
* add prepublish scripts
* update
2020-05-14 16:35:12 +08:00
Yuqing Yang
1ba63ae8d2
fix paths mapping ( #32 )
...
* Revert "resolve paths mapping by module-alias (#31 )"
This reverts commit c7a0014665
.
* use transformers to resolve path mapping
2020-04-27 17:01:40 +08:00
Yuqing Yang
c7a0014665
resolve paths mapping by module-alias ( #31 )
...
* resolve paths mapping by module-alias
* fix linter
* fix typo
2020-04-23 18:03:02 +08:00
yiyione
777ce897a2
Refine rest API request and error handle ( #22 )
...
* split v1 and v2
* add constants and errors
* refine and fix tests
* fix
* add pai errors
* update lib
* for a clear api folder structure (#24 )
* set linebreak-style to false
* explicit query parameters in get methods (#25 )
* Yiyi/update clients (#26 )
* update
* update
* update vc client
* reset
Co-authored-by: yiyione <yiyi_one@foxmail.com>
* add group client (#27 )
Co-authored-by: yiyione <yiyi_one@foxmail.com>
* change all client method names (#28 )
Co-authored-by: yiyione <yiyi_one@foxmail.com>
* change method names and fix tests (#29 )
* change all client method names
* fix tests
Co-authored-by: yiyione <yiyi_one@foxmail.com>
Co-authored-by: yiyione <yiyi_one@foxmail.com>
Co-authored-by: Yuqing Yang <yuqyang@microsoft.com>
Co-authored-by: Yi Yi <yiyi@microsoft.com>
2020-04-17 17:41:40 +08:00
yiyione
12954bd562
Fix broken links in README ( #21 )
...
* update hopmepage and repository link
* fix links
Co-authored-by: yiyione <yiyi_one@foxmail.com>
2020-04-07 11:11:47 +08:00
yiyione
82c8273169
Add @microsoft scope to package name ( #20 )
...
Co-authored-by: yiyione <yiyi_one@foxmail.com>
2020-04-03 01:00:46 +08:00
Yuqing Yang
7f8bb6b624
update minimist >=1.2.2 ( #15 )
2020-03-26 22:34:25 +08:00
Yuqing Yang
40c8700fe4
support job commands and beautify the output ( #10 )
2020-03-26 11:06:12 +08:00
Yuqing Yang
b9394ca57f
Yuqing/new storage api ( #9 )
...
* connect new storage api
* remove personal directory and fix upload download tests
* add a cache client to save commnication cost
* turn azureblob to new API interface
* fix tslint errors
* implement SasToken for azure blob
* update
Co-authored-by: yiyione <yiyi_one@foxmail.com>
2020-03-09 14:32:33 +08:00
Yuqing Yang
75e39bfb94
command line interface structure ( #7 )
...
* add DOM to lib for types in azure blob https://github.com/Azure/azure-cosmos-js/issues/395#issuecomment-523957695
* argparse
* complete the cli structure and implement some cmds
* support query job by username
* add unit tests
2020-02-25 21:22:55 +08:00
yiyione
578a063835
implementation of azure blob storage client ( #6 )
...
* add azureblobclient class
* update azure blob client and tests
* update
* update delete folder
* update
* convert Unix LE of package.json
Co-authored-by: Yuqing Yang <justin.yqyang@gmail.com>
2020-02-25 18:44:52 +08:00
Yuqing Yang
eaa88cc007
implementation of storage node ( #5 )
...
* implementation of storage node
* update tslint
* change the code to match tslint rules
2020-02-12 09:57:53 +08:00
Yuqing Yang
4cfad1d4d1
update scope in README add command line interface cli.ts ( #3 )
...
* add command line interface cli.ts
* change to unix le
* change to unix le
* update the scope of sdk
2020-02-04 14:24:20 +08:00
yiyione
63d10b8e2c
js sdk ( #2 )
...
* Move js sdk code
* update
2020-01-16 17:23:46 +08:00