Commit Graph

654 Commits

Author SHA1 Message Date
kunw
34e4c4e6f7 merged from upstream/master 2016-06-07 11:53:55 +08:00
Daniel Jiang
05e02ac843 Merge pull request #314 from hainingzhang/master
update readme
2016-06-06 13:23:22 +08:00
Henry Zhang
d2773958ac update readme 2016-06-06 12:07:30 +08:00
Daniel Jiang
dc14fc30c5 Merge pull request #312 from hainingzhang/master
create roadmap
2016-06-05 23:25:20 +08:00
Daniel Jiang
f1f6195615 Merge pull request #313 from saga92/master
remove fill update_time procedule& improve migrate guide
2016-06-05 23:24:30 +08:00
saga92
434b9ca5ac fix bugs 2016-06-04 10:10:22 +08:00
saga92
c46c8143eb Update README.md 2016-06-03 18:31:59 +08:00
saga92
16b3a331ea Update README.md 2016-06-03 18:30:59 +08:00
saga92
c0abb590de Update README.md 2016-06-03 18:30:02 +08:00
saga92
bcc51d685c Merge branch 'master' of https://github.com/saga92/harbor 2016-06-03 18:02:14 +08:00
saga92
919f11cec8 fix bugs 2016-06-03 18:02:02 +08:00
saga92
53382a2df3 Update README.md 2016-06-03 18:01:07 +08:00
Henry Zhang
6f1a446381 update roadmap 2016-06-03 17:03:58 +08:00
Henry Zhang
2154fcf1d3 update roadmap 2016-06-03 16:57:38 +08:00
Daniel Jiang
e7e23240f0 Merge pull request #308 from wknet123/master
fixed bug of issue #284
2016-06-03 13:05:39 +08:00
kunw
c43fc1a42b fixed bug of issue #284 2016-06-03 12:27:46 +08:00
kunw
32ab3164fa updates for adapting renamed model attributes and reformated code structures. 2016-06-02 16:56:16 +08:00
kunw
b5c1985247 Merge branch 'api-attribute-rename' of https://github.com/vmware/harbor into api-attribute-rename 2016-06-02 12:30:57 +08:00
Daniel Jiang
82fb8df5a1 Merge pull request #303 from reasonerjt/api-attributes
missed quotes around json tag...
2016-06-02 12:20:17 +08:00
Tan Jiang
bbac16a033 missed quotes around json tag... 2016-06-02 12:14:40 +08:00
Daniel Jiang
f9f5f7f70a Merge pull request #302 from reasonerjt/api-attributes
role info need to be in user model for now
2016-06-02 12:11:39 +08:00
kunw
e3e0b48230 Merge branch 'api-attribute-rename' of https://github.com/vmware/harbor into api-attribute-rename 2016-06-02 12:11:16 +08:00
kunw
e8531edd39 updates for attribute-rename of js 2016-06-02 12:10:32 +08:00
Tan Jiang
1dcb19b519 role info need to be in user model for now 2016-06-02 12:07:30 +08:00
Daniel Jiang
0d209c12bf Merge pull request #301 from reasonerjt/api-attributes
Api attributes
2016-06-02 11:33:05 +08:00
Tan Jiang
886fb8eb67 fix annotation error 2016-06-01 17:10:48 +08:00
kun wang
54e54433e1 Merge pull request #283 from liubin/add-support-for-Japanese
add Japanese support
2016-06-01 16:33:13 +08:00
Tan Jiang
33c979974d fix annotation error 2016-06-01 16:08:40 +08:00
Daniel Jiang
03389abb96 Merge pull request #298 from reasonerjt/api-attributes
update attributes of api
2016-06-01 15:43:52 +08:00
Tan Jiang
bf86f1ff58 update attributes of api 2016-06-01 15:17:05 +08:00
Wenkai Yin
8206ef2dcb Merge pull request #296 from ywk253100/bug_fix_get_member
bug fix: the length should be 0 when initialize a slice
2016-06-01 13:52:07 +08:00
Wenkai Yin
07c7ce403c bug fix: the length should be 0 when initialize a slice 2016-06-01 13:47:23 +08:00
bin liu
bf6c8e5a44 remove tail comma 2016-05-30 14:42:23 +08:00
bin liu
3470366199 add Japanese support 2016-05-27 23:20:26 +08:00
Wenkai Yin
a4d318dffe Merge pull request #274 from ywk253100/modify_authentication_of_repository_api
bug fix: create repository client with credential when basic auth is used
2016-05-27 12:25:35 +08:00
Wenkai Yin
119dd50418 buf fix: create repository client with credential when basic auth is used 2016-05-27 12:18:12 +08:00
Wenkai Yin
f7de4c5841 Merge pull request #255 from ywk253100/modify_authentication_of_repository_api
Some modifications for implements of API
2016-05-26 14:05:53 +08:00
Wenkai Yin
73f69254e2 Merge branch 'master' into modify_authentication_of_repository_api 2016-05-26 14:01:09 +08:00
Wenkai Yin
6b2b6dedd8 support Get /api/projects/:id 2016-05-26 13:59:03 +08:00
Wenkai Yin
2a0571fc64 remove goto 2016-05-26 13:26:10 +08:00
Daniel Jiang
14ce697025 Merge pull request #238 from yhua123/patch-1
Update for using static 'rsyslog.conf' instead command 'sed' in  Dockerfile of  the log container
2016-05-26 13:01:14 +08:00
Daniel Jiang
78be8eec65 Merge pull request #271 from ywk253100/buf_fix_268
fix #268
2016-05-26 12:38:21 +08:00
Wenkai Yin
535bea1b6b fix #268 2016-05-25 17:22:33 +08:00
Daniel Jiang
db908edf87 Merge pull request #256 from saga92/master
add orm singleton
2016-05-24 11:01:19 +08:00
saga92
de51b247f7 make singleton thread safe 2016-05-24 09:41:34 +08:00
saga92
2f60bf4f1f add unit test of GetOrmer 2016-05-20 17:35:16 +08:00
saga92
867911e96e format comment 2016-05-20 16:54:24 +08:00
saga92
145e3537ab add orm singleton 2016-05-20 16:36:10 +08:00
Wenkai Yin
0b30d04455 sort tags by name 2016-05-20 14:02:44 +08:00
Wenkai Yin
1919f19459 remove useless codes 2016-05-20 11:38:24 +08:00