Commit Graph

1544 Commits

Author SHA1 Message Date
kunw
f2cbce3021 fixed issues for #502, #503. 2016-07-09 11:38:46 +08:00
Daniel Jiang
87b53dbcd6 Merge pull request #501 from reasonerjt/master
update README.md to reference data migration guide
2016-07-08 11:13:10 +08:00
Tan Jiang
e375966298 update README.md to reference data migration guide 2016-07-08 11:10:58 +08:00
Daniel Jiang
872992bca0 Merge pull request #500 from vmware/new-ui-with-sync-image
merge "New ui with sync image" into master
2016-07-08 10:58:37 +08:00
kunw
8ea9cc436d update for pane position style. 2016-07-08 09:24:27 +08:00
kunw
384c470bb3 update for some refinements. 2016-07-08 00:10:02 +08:00
kunw
7eb74c1e2e add license headers into files, replace vendors JS files with minified editions. 2016-07-08 00:03:32 +08:00
kunw
515364a21e Merge branch 'new-ui-with-sync-image' of https://github.com/vmware/harbor into new-ui-with-sync-image 2016-07-07 23:35:19 +08:00
kunw
231b789ece update for page styles and remove useless files. 2016-07-07 23:21:30 +08:00
kun wang
9864a07b6b Merge pull request #488 from yhua123/patch-2
Resolve the issue of not show error message without focus on form.
2016-07-07 22:32:01 +08:00
kun wang
714f72962c Merge pull request #498 from yhua123/new-ui-with-sync-image
enable submit button before correct fulfil form
2016-07-07 22:31:27 +08:00
yhua
7d0cbf742a enable submit button before correct fulfil form 2016-07-07 19:59:18 +08:00
Daniel Jiang
876db4804e Merge pull request #497 from reasonerjt/job-service
update db migration code to update version and add index
2016-07-07 19:25:44 +08:00
Tan Jiang
84d41794ac update db migration code to update version and add index 2016-07-07 19:06:55 +08:00
kun wang
2ec20e44c3 Merge pull request #496 from wknet123/new-ui-with-sync-image
Updates for toggling status of policies and publicity of projects i18n messages.
2016-07-07 18:46:55 +08:00
kunw
9d3354ba53 updates for toggling status of policies and publicity of projects i18n messages. 2016-07-07 17:11:40 +08:00
kun wang
1dfae7aa5b Merge pull request #494 from yhua123/patch-1
squash 3 commit for add error icon on list
2016-07-07 16:41:14 +08:00
yhua
9e7a333285 squash 3 commit 2016-07-07 16:08:16 +08:00
Daniel Jiang
958267eb10 Merge pull request #490 from reasonerjt/job-service
Introduce hierachy of directories to store job log file
2016-07-07 14:08:40 +08:00
Tan Jiang
4a1ef850d0 Introduce hierachy of directories to store job log file 2016-07-07 13:32:11 +08:00
kunw
81363ad1fb update for redirection to last page and other refinements. 2016-07-07 13:15:00 +08:00
kunw
83aa56a1e4 update for replication policy creation. 2016-07-07 11:51:03 +08:00
yhua123
9ebce75c07 Update change-password.htm
Add "(form.$submitted || form.$$$$)" on show ng-message to resolve no focus on form can't show error message issue.
2016-07-07 11:04:46 +08:00
kunw
b612b42c24 updates for page style refinements. 2016-07-07 01:12:20 +08:00
kunw
d68be63585 update for i18n reviews and other refinements. 2016-07-06 20:22:45 +08:00
kunw
1e0f31ac13 Merge branch 'new-ui-with-sync-image' of https://github.com/vmware/harbor into new-ui-with-sync-image 2016-07-06 16:39:53 +08:00
kunw
bf06a2e1b0 update for i18n reviews. 2016-07-06 16:39:40 +08:00
kun wang
efd2ce9dd7 Merge pull request #480 from yhua123/patch-1
add new page for change password
2016-07-06 16:38:13 +08:00
yhua123
977119150d Update change-password.controller.js
modify "changed" to "change"
2016-07-06 16:33:48 +08:00
yhua123
2a915785d3 Update changepassword.go
use key "page_title_change_password"
2016-07-06 16:10:38 +08:00
Wenkai Yin
6dc382a974 Merge pull request #483 from ywk253100/dev
support retry when job failed
2016-07-06 15:44:05 +08:00
Wenkai Yin
8d1578a555 support retry when job failed 2016-07-06 15:11:51 +08:00
Wenkai Yin
d6ef229cbf Merge pull request #482 from ywk253100/dev
add parameter 'num' to list jobs
2016-07-06 15:11:22 +08:00
yhua123
c5a26cdd64 Update account-settings.htm
add form.$valid && on submit ng-click
2016-07-06 14:23:59 +08:00
yhua123
f70b9f7e33 Update locale_messages_en-US.js
change key to "failed_to_change_password".
2016-07-06 14:20:44 +08:00
yhua123
46ad156d4c Update locale_messages_zh-CN.js
change key to "failed_to_change_password"
2016-07-06 14:19:37 +08:00
yhua123
ac836bc203 Update change-password.controller.js
change fail message key to "failed_to_change_password"
2016-07-06 14:18:50 +08:00
Wenkai Yin
37fc63aacc add parameter 'num' to list jobs 2016-07-06 14:12:16 +08:00
yhua123
21b3f5d48e Update account-setting.controller.js
remove password check in updateUser().

- && angular.isDefined(user.password)
2016-07-06 14:09:20 +08:00
yhua123
db0c079b82 Update change-password.controller.js
remove password toggle
2016-07-06 14:06:47 +08:00
Wenkai Yin
86d643c93f Merge remote-tracking branch 'upstream/new-ui-with-sync-image' into new-ui-with-sync-image 2016-07-06 14:03:27 +08:00
Wenkai Yin
c6cc4e0c22 Merge pull request #481 from ywk253100/retry
Retry the job which failed because the network error
2016-07-06 14:02:33 +08:00
Wenkai Yin
2b62ee8069 Merge pull request #479 from ywk253100/dev
return count of jobs which are failed when listing policies
2016-07-06 14:02:18 +08:00
Wenkai Yin
a59e9cdd2a Merge pull request #477 from ywk253100/new-ui-with-sync-image
add auth check as registry does not distinguish 401 and 403
2016-07-06 14:01:57 +08:00
yhua123
f2610ef3ea Update changepassword.go
change comment
2016-07-06 14:00:48 +08:00
Wenkai Yin
cb5fee842a remove useless codes 2016-07-06 13:40:54 +08:00
Wenkai Yin
6ce18110cd retry the job which failed because the network error 2016-07-06 13:38:53 +08:00
yhua123
c258a64e63 Update locale_messages_zh-CN.js
add 'fail_change_password': '修改密码失败。'
2016-07-06 13:34:41 +08:00
yhua123
aa1d44ecdb Update locale_messages_en-US.js
add 'fail_change_password': 'Password change fail.'
2016-07-06 13:34:02 +08:00
yhua123
caf82ef3bd Update harbor.module.js
add page for change password
2016-07-06 13:32:16 +08:00