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

3966 Коммитов

Автор SHA1 Сообщение Дата
YundongYe fdcc098e8b
kubespray issue fix (#4537) 2020-05-18 11:52:49 +08:00
Scarlett Li d99d979f6e
Update system_architecture.md 2020-05-14 15:00:11 +08:00
Scarlett Li 9281c70983
Update README.md 2020-05-14 14:55:44 +08:00
Yifan Xiong f915f6ecda
[Docs] Remove outdated docs (#4446)
Remove outdated docs, including:
* `docs/zh_CN` which contains an outdated version of English docs
* YARN version related docs
* v1 job config examples
* refine README.md (#4505)
2020-05-13 19:21:07 +08:00
YundongYe dd08930431
Change default network plugin from weave to calico (#4519) 2020-05-13 13:24:16 +08:00
Zhiyuan He 861d58a19c
Fix upgrade doc to "migrate from yarn" (#4504)
* fix doc

* fix

* fix
2020-05-12 11:52:20 +08:00
Mingliang Tao 77a28db0d0
Convert totalGpuNumber from string to int (#4513) 2020-05-11 19:59:44 +08:00
yiyione 66bbda4d3c
fix IncorrectPasswordError typo (#4508) 2020-05-11 11:29:32 +08:00
Scarlett Li c607d55086
update readme.md
to replace the out of date "call for contribution" list
2020-05-08 14:58:51 +08:00
YundongYe ed6e66b369
Fix format string error (#4501) 2020-05-08 11:47:40 +08:00
Zhiyuan He 07a7965731
Select `default` vc when add new users (#4497)
* fix

* trigger
2020-05-07 13:34:40 +08:00
Yifan Xiong cebff8be2a
Update schema in storage api (#4491)
Update schema in storage api.
2020-05-07 13:08:00 +08:00
Mingliang Tao f7e155006e
Set user info after editing (#4495) 2020-05-07 10:44:05 +08:00
YundongYe 1dc242ade8
[pylon] support nginx ssl in basic mode. (#4493) 2020-05-07 10:16:15 +08:00
Zhiyuan He a8585bfe86
fix some typo in quick installation script (#4481) 2020-05-06 13:36:31 +08:00
YundongYe d57753a8ed
Openpai-Generator issue fix. (#4487) 2020-05-06 13:34:58 +08:00
YundongYe 4acfccf89b
configurable downlaod url (#4476) 2020-04-30 17:35:30 +08:00
dependabot[bot] d09a2ad470
Bump jquery from 3.4.1 to 3.5.0 in /src/webportal (#4475) 2020-04-30 05:29:25 +00:00
Mingliang Tao 9bb28da4b9
Refine job attempt schema (#4462) 2020-04-29 14:58:12 +08:00
Zhiyuan He 8364435db1
Change help links to user manual (#4427) 2020-04-28 16:07:35 +08:00
Yifan Xiong 060e769dd8
Update schema in vc api (#4464)
Update schema in vc api.
2020-04-28 14:56:45 +08:00
Yuge Zhang 1bc5c348f4
Fix typo in history API error message (#4401) 2020-04-27 14:39:44 +08:00
YundongYe 972109f418
[Doc] Remove yarn content from deployment doc (#4447) 2020-04-26 10:22:48 +08:00
Zhiyuan He 72268d9328
fix job retry url (#4442)
* fix

* fix
2020-04-26 10:06:21 +08:00
YundongYe 14016f8be1
[cluster-object-model] Disable yarn value in cluster-type (#4445) 2020-04-24 17:07:59 +08:00
YundongYe 3ab8ae0479
Fix swagger issue. (#4430) 2020-04-24 15:24:52 +08:00
YundongYe 54453e4f45
[build] Disable yarn option in pai_build.py. (#4443)
* Disable Yarn build option and remove hadoop binary building source code

* Update doc
2020-04-24 13:08:01 +08:00
YundongYe db46dc0e2e
[Jenkins]Remove Yarn Verion's Test (#4440) 2020-04-24 10:37:13 +08:00
Yifan Xiong aaf3ac80d4
Fix Azure File issues in storage (#4438)
Fix Azure File issues in storage.
2020-04-24 10:34:14 +08:00
Yifan Xiong 4e4124c1f0
[Docs] Update nullable fields in job api (#4437)
Update nullable fields in job api.
2020-04-23 16:23:51 +08:00
Yifan Xiong 9951624c73
[Rest Server] Add rate limit for RESTful API (#4418)
Add rate limit for RESTful API, defaults to:
* 600 requests per ip every 1 min
* 60 list job requests per user every 1 min
* 60 submit job requests per user every 1 hour
2020-04-22 13:07:13 +08:00
Binyang2014 ae23350d7b
[watchdog] change default mem limit (#4413) 2020-04-22 10:02:19 +08:00
Yuqing Yang 8b9632926d
validate rest server swagger (#4404)
* add swagger validation to travis

* fix validation error in swagger (#4405)
2020-04-20 10:47:59 +08:00
Yifan Xiong 7b1247d087
[Rest Server] Fix log path length (#4400)
Fix log path length, set job name length limit to 255.

Closes #4391.
2020-04-17 16:40:56 +08:00
Yuqing Yang 13bea1e062
refine rest swagger and codes (#4355)
* fix empty error

* hosted on https://swagger

* remove /api/v2/jobs/{}/ssh

* update GET token and POST basic/login

* [Docs] Update job and virtual cluster api docs (#4363)

* Update job and virtual cluster api docs

Update job and virtual cluster api docs.

* Update security option

Update security option.

* Update operation id

Update operation id.

* bind authn api to v2 and update doc  (#4368)

* Add document of auth api.

* Fix description

* update swagger

* Fix api's method

* Fix api/v2/auth to api/v2/authn

* [Restserver] Refine group api (#4371)

* Update Group API

* Fix issue

* Change update api from put to patch

* Add patchExtension into put api.

* issue fix.

* typo fix

* Fix travis

* fix typo

* Update token APIs and k8s proxy APIs (#4375)

* update example for ForbiddenUserError

* add get /api/v2/info

* add v2 router

* fix

* update

Co-authored-by: yiyione <yiyi_one@foxmail.com>
Co-authored-by: Yi Yi <yiyi@microsoft.com>

* update group api doc (#4374)

* update group api doc

* Set patch's default value to false

* Pack group entry into

* Pack group entry into

* Add job attempt schema in api doc (#4376)

* Refine user api (#4379)

* Update user api doc. (#4383)

* Check parameter in joi (#4388)

* update token to tokens (#4389)

Co-authored-by: yiyione <yiyi_one@foxmail.com>

* fix typo

* update (#4398)

Co-authored-by: yiyione <yiyi_one@foxmail.com>

* basic  logout api (#4399)

* Add length limit for job name

Add length limit for job name.

Co-authored-by: Yifan Xiong <yifan.xiong@microsoft.com>
Co-authored-by: YundongYe <8675883+ydye@users.noreply.github.com>
Co-authored-by: yiyione <307402594@qq.com>
Co-authored-by: yiyione <yiyi_one@foxmail.com>
Co-authored-by: Yi Yi <yiyi@microsoft.com>
Co-authored-by: Mingliang Tao <mintao@microsoft.com>
2020-04-17 15:42:12 +08:00
Mingliang Tao e7db965ae2
Fix abnormal job list bug in home page (#4397) 2020-04-17 14:03:59 +08:00
Yifan Xiong 8063bf6509
[Rest Server] Update job and virtual cluster api (#4381)
* Add bearer auth for job and vc api
* Migrate sku types api in vc
* Add auth token in webportal
2020-04-17 13:08:06 +08:00
Yifan Xiong 5165b5cbf9
[Rest Server] Add minimal priority when priority class disabled (#4396)
* Add minimal priority when priority class disabled

Add minimal priority when priority class disabled.

* Skip yarn version

Skip yarn version.
2020-04-17 10:41:37 +08:00
Binyang2014 6d31509563
[deploy] update doc about removing weave-net(#4390) 2020-04-17 09:06:35 +08:00
Mingliang Tao f403cdf8f3
Refine gpu chart (#4386) 2020-04-16 17:32:04 +08:00
Mingliang Tao 30d6eb73af
Change title from Utilization to Allocation (#4382) 2020-04-14 12:32:09 +08:00
Mingliang Tao 4a7ea4697a
Move chevron arrow to left (#4380) 2020-04-14 12:31:53 +08:00
Binyang2014 4e0121f8e3
Update runtime and errorSpec (#4378)
Bump runtime version to v0.1.1
Update errorSpec to handle ecc error
2020-04-10 15:37:58 +08:00
Yifan Xiong 0b8c35896d
Change gpuType(s) to skuType(s) (#4362)
Change gpuType(s) to skuType(s).
2020-04-09 17:12:20 +08:00
Zhiyuan He 763a3b498f
Disable `default` vc option in edit user dialog (#4360) 2020-04-08 13:08:14 +08:00
YundongYe 06f8c51969
[pylon] Update openssl-1.1.0f's url and fix GitPython version in dev-box (#4367)
* Update openssl-1.1.0f's url
* Fix GitPython to 2.x.x
2020-04-07 15:45:38 +08:00
Yuqi Wang ed66e057a6
Update HiveD Image (#4366) 2020-04-07 11:07:04 +08:00
Binyang2014 4fb34fe5cc
[log-manager] Fix return too much log issue (#4358) 2020-04-03 13:25:37 +08:00
fan yang 9838419c6c
add a link to architecture in Readme (#4353) 2020-04-02 14:53:12 +08:00
Yifan Xiong 19b8ef3bca
[Rest Server] Support CPU cell in hived scheduler (#4342)
* Support CPU cell in hived scheduler
* Update resource pre-check
2020-04-02 14:40:07 +08:00