Meina Zhou
a330d4e116
upgrade to angular 6
...
Signed-off-by: Meina Zhou <meinaz@vmware.com>
2018-09-07 11:30:00 +08:00
Daniel Jiang
cd31cbf892
Merge pull request #5828 from stonezdj/ldap_caseinsense
...
LDAP group DN should be case insensitively
2018-09-07 10:48:31 +08:00
Colstuwjx
e49a9de2f4
Fix TestTCPConn
break issue.
...
Signed-off-by: Colstuwjx <Colstuwjx@gmail.com>
2018-09-06 14:58:04 +08:00
Meina Zhou
66d2d25d26
remove ng-package and use angular command to build lib
...
Signed-off-by: Meina Zhou <meinaz@vmware.com>
2018-09-06 14:41:50 +08:00
Daniel Jiang
f0f1c4ed0c
Merge pull request #5823 from ywk253100/180905_adminserver
...
Test TCP connection before upgrading database schema
2018-09-06 14:19:55 +08:00
stonezdj
9dca49ba6e
LDAP group DN should be case insensitive
...
Fix issue #5776 , LDAP servers are case insensitive. because only LDAP
group DN is used to compare/equal operation, lowercase all LDAP group DN
when retrieves it from LDAP server, and lowercase them before save in DB
Signed-off-by: stonezdj <stonezdj@gmail.com>
2018-09-06 11:33:05 +08:00
Wenkai Yin
dbf388ebb3
Merge pull request #5830 from reasonerjt/update-osl
...
Update OSL for Clair 2.0.5
2018-09-06 10:00:08 +08:00
Wenkai Yin
b43024ccbf
Merge pull request #5829 from steven-zou/support_chart_search
...
Enhance the global search API to include chart searching result
2018-09-06 09:58:43 +08:00
Wenkai Yin
5427c0064c
Merge pull request #5731 from Colstuwjx/fix-log-test
...
Fix logger test case, add SetSkipLine func.
2018-09-06 08:17:17 +08:00
Steven Zou
a9f2ff2c91
Enhance the global search API to include chart searching result
...
- add chart search interface method in utility handler
- update the search API handler
- update the search API UT case
Signed-off-by: Steven Zou <szou@vmware.com>
2018-09-05 20:13:27 +08:00
Daniel Jiang
edd9d4a73a
Update OSL for Clair 2.0.5
...
Signed-off-by: Daniel Jiang <jiangd@vmware.com>
2018-09-05 20:11:35 +08:00
Daniel Jiang
abf67c8de0
Merge pull request #5789 from wy65701436/make-clean
...
Clean make file unused code and unify docker build method (#59 )
2018-09-05 19:54:56 +08:00
Colstuwjx
bab203c0f4
Fix logger test case.
...
Signed-off-by: Colstuwjx <Colstuwjx@gmail.com>
2018-09-05 19:25:17 +08:00
Steven Zou
df2a2b21ab
Merge pull request #5827 from cd1989/comment-format
...
Apply consistent format for comments
2018-09-05 18:39:58 +08:00
陈德
0582db9a82
Apply consistent format for comments
...
Signed-off-by: 陈德 <chende@caicloud.io>
2018-09-05 16:16:31 +08:00
Meina Zhou
0c1ba5a201
remove rxjs-compat in package
...
Signed-off-by: Meina Zhou <meinaz@vmware.com>
2018-09-05 14:35:38 +08:00
Meina Zhou
6c8bd45f0b
fix i18n does not show correctly
...
Signed-off-by: Meina Zhou <meinaz@vmware.com>
2018-09-05 14:17:43 +08:00
Meina Zhou
4abf4e09ea
fix build fail for angular 6
...
Signed-off-by: Meina Zhou <meinaz@vmware.com>
2018-09-05 09:28:08 +08:00
Wenkai Yin
49bb5cfafb
Test TCP connection before upgrading database schema
...
This commit moves the database schema upgrading after database initialization. The init will test TCP connection.
Signed-off-by: Wenkai Yin <yinw@vmware.com>
2018-09-05 02:07:47 +08:00
Yan
4eba01fc31
Clean make file unused code and unify docker build method ( #59 )
...
Signed-off-by: Yan <wangyan@vmware.com>
2018-09-04 17:18:15 +08:00
Meina Zhou
888fc21218
upgrade to angular 6
...
Signed-off-by: Meina Zhou <meinaz@vmware.com>
2018-09-04 15:36:08 +08:00
Qian Deng
4d601292d1
Add E2E test for helmchart ( #5746 )
...
Add E2E test for helmchart repo
Signed-off-by: Qian Deng <dengq@vmware.com>
2018-09-04 15:08:51 +08:00
Daniel Jiang
2f573beb91
Merge pull request #5798 from wy65701436/fix-5788
...
Add the encoding to the data converter script
2018-09-04 13:16:55 +08:00
Daniel Jiang
768f165877
Merge pull request #5771 from wy65701436/deprecate-make-dev
...
Deprecate dockerfiles in make/dev
2018-09-04 12:58:52 +08:00
wang yan
b3918fe748
Add the encoding to the data converter script
...
This commit is to fix bug reported by community to upgrade v1.6.0, for the details
just refer to #5788 . The fix is to add the encoding(utf-8) for the converter when to convert
the mysql data to pqsql data. Already passed on test with Chinese/Japanese.
Signed-off-by: wang yan <wangyan@vmware.com>
update
2018-09-04 12:02:48 +08:00
Wenkai Yin
c4fc79ef75
Merge pull request #5781 from cd1989/insufficient-scope-problem
...
Add pull scope to post/put/patch method
2018-09-03 14:26:31 +08:00
Daniel Jiang
179d7be60a
Remove 'ha' directory reference in Makefile ( #5783 )
...
Signed-off-by: Daniel Jiang <jiangd@vmware.com>
2018-09-03 14:00:38 +08:00
Daniel Jiang
645d9e306d
Merge pull request #5773 from reasonerjt/rebuild-clair
...
[Upload Build] Bump to Clair v2.0.5
2018-09-03 13:19:08 +08:00
陈德
6eb972c383
Add pull scope to post/put/patch method
...
Signed-off-by: 陈德 <chende@caicloud.io>
2018-09-03 11:12:11 +08:00
Daniel Jiang
823a9d11e9
Bump Clair to v2.0.5
...
The PR to fix the Alpine issue has been merged to Clair's release-2.0
branch, and released v2.0.5.
This commit updates Harbor to include that change and re-enable
Clair's updaters by default.
Signed-off-by: Daniel Jiang <jiangd@vmware.com>
2018-09-02 12:27:04 +08:00
wang yan
9bb7902003
Deprecate dockerfiles in make/dev
...
Signed-off-by: wang yan <wangyan@vmware.com>
2018-08-31 15:26:26 +08:00
Daniel Jiang
22c53d9f34
Merge pull request #5761 from wy65701436/fix-4926
...
Extend configuration length to 1024 in DB
2018-08-31 14:50:12 +08:00
wang yan
f8b964d8cf
Extend configuration length to 1024 in DB
...
Signed-off-by: wang yan <wangyan@vmware.com>
2018-08-31 13:42:24 +08:00
James Zabala
62fe0cdef9
Merge pull request #5682 from silenceshell/patch-2
2018-08-30 15:50:28 -04:00
Steven Zou
7752595313
Merge pull request #5759 from steven-zou/support_delete_chart
...
Delete all the versions of the specified chart
2018-08-30 17:03:08 +08:00
Steven Zou
35603288e1
Merge pull request #5762 from steven-zou/enhance_js_webhook
...
Return more data of the job when reporting status info via webhook
2018-08-30 16:40:13 +08:00
Wenkai Yin
7564214946
Merge pull request #5767 from steven-zou/add_latest_version
...
Append latest version of the chart when returning the chart list
2018-08-30 16:37:44 +08:00
Steven Zou
34f19f437d
Delete all the versions of the specified chart
...
- add API route
- add DELETE chart method in utility handler of chart controller
- add UT case for the newly added methods
- update swagger.yaml to refelct the new change
Signed-off-by: Steven Zou <szou@vmware.com>
2018-08-30 16:31:05 +08:00
Wenkai Yin
d80b9ea471
Merge pull request #5748 from cd1989/sort-repos
...
Support repo list sorting
2018-08-30 16:14:26 +08:00
Steven Zou
12c6f1ada3
Append latest version of the chart when returning the chart list
...
- append `LatestVersion` to the `ChartInfo` model
- update the UT case to check the `LatestVersion`
Signed-off-by: Steven Zou <szou@vmware.com>
2018-08-30 14:43:41 +08:00
Steven Zou
1636b138f2
Return more data of the job when reporting status info via webhook
...
- update the status report func `RedisJobStatsManager.reportStatus`
- update the UT case for the above change
Signed-off-by: Steven Zou <szou@vmware.com>
2018-08-30 14:28:12 +08:00
陈德
a59af8ce82
fix gofmt
...
Signed-off-by: 陈德 <chende@caicloud.io>
2018-08-30 14:11:18 +08:00
Steven Zou
6dbbd8e2d4
Merge pull request #5756 from reasonerjt/remove-authors
...
Remove authors
2018-08-30 12:37:24 +08:00
陈德
666bd692fe
Support repo list sorting
...
Signed-off-by: 陈德 <chende@caicloud.io>
2018-08-30 10:56:50 +08:00
Steven Zou
8b6a17e395
Merge pull request #5754 from steven-zou/sort_chart_list
...
Sort the chart list before returning
2018-08-29 17:25:46 +08:00
Daniel Jiang
0d01e3fabe
Remove AUTHORS as it's not been maintained
...
Signed-off-by: Daniel Jiang <jiangd@vmware.com>
2018-08-29 17:08:33 +08:00
Daniel Jiang
ee7dfaf4e1
Merge pull request #5753 from wy65701436/clean-up-travis
...
Revise and cleanup travis script, and misspell/gofmt to makefile
2018-08-29 17:06:06 +08:00
wang yan
fed46b7a0b
Revise and cleanup travis script, and misspell/gofmt to makefile
...
Signed-off-by: wang yan <wangyan@vmware.com>
2018-08-29 16:09:46 +08:00
Steven Zou
4bf729caaf
Sort the chart list before returning
...
- updatet the chart getting API
- update the corresponding UT case
Signed-off-by: Steven Zou <szou@vmware.com>
2018-08-29 15:26:21 +08:00
Daniel Jiang
925f70a1ac
Merge pull request #5751 from wy65701436/fix-gofmt
...
Fix gofmt check results
2018-08-29 13:20:19 +08:00