author
int64
658
755k
date
stringdate
2012-06-12 08:34:29
2024-07-22 14:51:21
timezone
int64
-46,800
43.2k
hash
stringlengths
40
40
message
stringlengths
5
490
mods
listlengths
1
16
language
stringclasses
20 values
license
stringclasses
3 values
repo
stringlengths
5
68
original_message
stringlengths
12
491
141,908
08.07.2021 21:14:22
-28,800
f672fd94b52acbd95617727018cfd85a3794aa07
Support export schema.
[ { "change_type": "MODIFY", "old_path": "src/common/util.ts", "new_path": "src/common/util.ts", "diff": "@@ -136,18 +136,19 @@ export class Util {\nlet hasTrigger = false;\nexec(command, (err, stdout, stderr) => {\nif (hasTrigger) return;\n- hasTrigger = true;\nif (err) {\nrej(err)\n} else if (stderr...
TypeScript
MIT License
cweijan/vscode-database-client
Support export schema.
141,908
08.07.2021 21:19:54
-28,800
b56ed203eff0d2f2817b0b280b27c9455d9d1680
Support export single table
[ { "change_type": "MODIFY", "old_path": "src/service/dump/mysqlDumpService.ts", "new_path": "src/service/dump/mysqlDumpService.ts", "diff": "@@ -18,7 +18,8 @@ export class MysqlDumpService extends DumpService {\nconst host = node.usingSSH ? \"127.0.0.1\" : node.host\nconst port = node.usingSSH ? Node...
TypeScript
MIT License
cweijan/vscode-database-client
Support export single table
141,908
08.07.2021 22:30:27
-28,800
303f3e4f6160463ed4e8a226d2b58059009f8db7
Remove popup item
[ { "change_type": "MODIFY", "old_path": "src/service/dump/dumpService.ts", "new_path": "src/service/dump/dumpService.ts", "diff": "@@ -48,10 +48,7 @@ export class DumpService {\n}\n}\n- const tableName = node instanceof TableNode ? node.table : null;\n- const exportSqlName = `${tableName ? tableName ...
TypeScript
MIT License
cweijan/vscode-database-client
Remove popup item
141,908
08.07.2021 22:30:57
-28,800
6f6f79a9deb909ce52ddbb9d81bfc332af752844
Not print dump command.
[ { "change_type": "MODIFY", "old_path": "src/service/dump/mysqlDumpService.ts", "new_path": "src/service/dump/mysqlDumpService.ts", "diff": "@@ -25,7 +25,7 @@ export class MysqlDumpService extends DumpService {\nconst data = withData ? '' : ' --no-data';\nconst tables = isTable ? ` --skip-triggers ${...
TypeScript
MIT License
cweijan/vscode-database-client
Not print dump command.
141,908
08.07.2021 22:42:55
-28,800
df667e0525d696780a7770012aabcb5829931bf6
Fix execute dml fail with valid table name,
[ { "change_type": "MODIFY", "old_path": "src/vue/result/App.vue", "new_path": "src/vue/result/App.vue", "diff": "@@ -35,6 +35,7 @@ import ExportDialog from \"./component/ExportDialog.vue\";\nimport Toolbar from \"./component/Toolbar\";\nimport EditDialog from \"./component/EditDialog\";\nimport { uti...
TypeScript
MIT License
cweijan/vscode-database-client
Fix execute dml fail with valid table name, #245.
141,908
08.07.2021 22:51:06
-28,800
6d0cdf49294b0126180e9d2737e0541fd0fb19ca
Support cost time when change page.
[ { "change_type": "MODIFY", "old_path": "src/service/result/query.ts", "new_path": "src/service/result/query.ts", "diff": "@@ -48,9 +48,11 @@ export class QueryPage {\n}).on('execute', (params) => {\nQueryUnit.runQuery(params.sql, dbOption, queryParam.queryOption);\n}).on('next', async (params) => {\...
TypeScript
MIT License
cweijan/vscode-database-client
Support cost time when change page.
141,908
09.07.2021 09:20:05
-28,800
69b8f088a70202d88412d9eaf084d4d092e6a7bd
Update util.ts Trim code.
[ { "change_type": "MODIFY", "old_path": "src/common/util.ts", "new_path": "src/common/util.ts", "diff": "@@ -7,7 +7,6 @@ import { exec } from \"child_process\";\nimport { wrapByDb } from \"./wrapper.js\";\nimport { GlobalState } from \"./state\";\nimport { Console } from \"./Console\";\n-import { clo...
TypeScript
MIT License
cweijan/vscode-database-client
Update util.ts Trim code.
141,908
13.07.2021 21:27:48
-28,800
2013b7d011ad811a9578fa555c6f07f94f507a16
Postgresql support open terminal by database
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "},\n{\n\"command\": \"mysql.connection.terminal\",\n- \"when\": \"view =~ /cweijan.+?ql/ && viewItem == connection\",\n+ \"when\": \"view =~ /cweijan.+?ql/ && viewItem =~ /^(connection|catalog)$/\",\n\"group\...
TypeScript
MIT License
cweijan/vscode-database-client
Postgresql support open terminal by database #247.
141,908
13.07.2021 21:35:42
-28,800
5846bbe35363b9af7c8b360e40bb1d1c16db74ec
Fix set variable fail on linux
[ { "change_type": "MODIFY", "old_path": "src/model/interface/node.ts", "new_path": "src/model/interface/node.ts", "diff": "@@ -8,6 +8,7 @@ import { ConnectionManager } from \"@/service/connectionManager\";\nimport { SqlDialect } from \"@/service/dialect/sqlDialect\";\nimport { QueryUnit } from \"@/se...
TypeScript
MIT License
cweijan/vscode-database-client
Fix set variable fail on linux #248.
141,908
13.07.2021 21:48:21
-28,800
9d84b01cdb8638b9ec85974d71259d6d989560c1
Remove complete span.
[ { "change_type": "MODIFY", "old_path": "src/model/interface/node.ts", "new_path": "src/model/interface/node.ts", "diff": "@@ -8,7 +8,7 @@ import { ConnectionManager } from \"@/service/connectionManager\";\nimport { SqlDialect } from \"@/service/dialect/sqlDialect\";\nimport { QueryUnit } from \"@/se...
TypeScript
MIT License
cweijan/vscode-database-client
Remove complete span.
141,908
13.07.2021 21:54:35
-28,800
50487fd29d401594463552572e3cf457dfd29c48
Add error trace.
[ { "change_type": "MODIFY", "old_path": "src/common/Console.ts", "new_path": "src/common/Console.ts", "diff": "@@ -7,6 +7,9 @@ export class Console {\nif (this.outputChannel == null) {\nthis.outputChannel = vscode.window.createOutputChannel(\"MySQL\");\n}\n+ if(value instanceof Error){\n+ console.tra...
TypeScript
MIT License
cweijan/vscode-database-client
Add error trace.
141,908
13.07.2021 22:03:30
-28,800
7448807d538c4db546dbc85a08a2a7e2ae73ddc6
Fix occur error when active node is connection
[ { "change_type": "MODIFY", "old_path": "src/provider/complete/nodeFinder.ts", "new_path": "src/provider/complete/nodeFinder.ts", "diff": "import { ModelType } from \"@/common/constants\";\n+import { ConnectionNode } from \"@/model/database/connectionNode\";\nimport { UserGroup } from \"@/model/datab...
TypeScript
MIT License
cweijan/vscode-database-client
Fix occur error when active node is connection #246.
141,904
14.07.2021 14:27:18
-28,800
dbe78462fed2c7a91a07f16432b52ae783283843
fix "the table name is missing issue" There is no need to execute the "tables.shift()" function, just use the table name!
[ { "change_type": "MODIFY", "old_path": "src/model/main/tableNode.ts", "new_path": "src/model/main/tableNode.ts", "diff": "@@ -65,14 +65,8 @@ export class TableNode extends Node implements CopyAble {\nsql = sql.replace(/\\\\n/g, '\\n');\n}\n} else {\n- const childs = await this.getChildren()\n- let t...
TypeScript
MIT License
cweijan/vscode-database-client
fix "the table name is missing issue" There is no need to execute the "tables.shift()" function, just use the table name!
141,908
19.07.2021 16:45:03
-28,800
4aed752ed2a6fb928d418ac1d23e2ac3aa4c5908
Version 3.9.5.
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "# CHANGELOG\n+# 3.9.5 2021-7-19\n+\n+- Using mysqldump to dump database.\n+- Fix connect to elasticsearch using ssh tunnel fail.\n+- Better postgresql support.\n+\n# 3.9.3 2021-7-2\n- Better sql complection.\...
TypeScript
MIT License
cweijan/vscode-database-client
Version 3.9.5.
141,908
19.07.2021 20:45:51
-28,800
2389469b4ce35fcb0b9f75628a21e8ef1dfcdf08
Support run selected sql.
[ { "change_type": "MODIFY", "old_path": "src/extension.ts", "new_path": "src/extension.ts", "diff": "@@ -185,7 +185,7 @@ export function activate(context: vscode.ExtensionContext) {\n},\n// query node\n...{\n- \"mysql.runQuery\": (sql) => {\n+ \"mysql.runQuery\": (sql:string) => {\nif (typeof sql != ...
TypeScript
MIT License
cweijan/vscode-database-client
Support run selected sql.
141,908
19.07.2021 22:14:36
-28,800
5fd9b84bd4cd3734dd78f828990c9fa7adf2321d
ElasticSearch support setting timeout.
[ { "change_type": "MODIFY", "old_path": "src/vue/connect/index.vue", "new_path": "src/vue/connect/index.vue", "diff": "</template>\n+ <section class=\"mb-2\" v-if=\"connectionOption.dbType=='ElasticSearch'\">\n+ <div class=\"inline-block mr-10\">\n+ <label class=\"font-bold mr-5 inline-block w-32\">C...
TypeScript
MIT License
cweijan/vscode-database-client
ElasticSearch support setting timeout.
141,908
19.07.2021 23:03:33
-28,800
57f9768054cadd4f734081776f99941a11a2cdea
Add empty es server check.
[ { "change_type": "MODIFY", "old_path": "src/model/es/model/esIndexGroupNode.ts", "new_path": "src/model/es/model/esIndexGroupNode.ts", "diff": "import { Node } from \"@/model/interface/node\";\nimport { TableGroup } from \"@/model/main/tableGroup\";\n+import { InfoNode } from \"@/model/other/infoNod...
TypeScript
MIT License
cweijan/vscode-database-client
Add empty es server check.
141,908
22.07.2021 01:03:27
-28,800
f9dbb04e2c516806295dfbb5b41c798f4d8f0087
Add select sql to table node.
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"title\": \"%command.column.drop%\",\n\"category\": \"MySQL\"\n},\n+ {\n+ \"command\": \"mysql.template.sql\",\n+ \"title\": \"%command.template.sql%\",\n+ \"category\": \"MySQL\",\n+ \"icon\": \"$(symbol-fi...
TypeScript
MIT License
cweijan/vscode-database-client
Add select sql to table node.
141,908
22.07.2021 01:04:52
-28,800
07fe925df30f69eb4672ee52702365b68bffee96
Version 3.9.6.
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "# CHANGELOG\n+# 3.9.6 2021-7-22\n+\n+- Add hover to run selected sql.\n+- Add sql template action icon to table node.\n+\n# 3.9.5 2021-7-19\n- Using mysqldump to dump database.\n" }, { "change_type": ...
TypeScript
MIT License
cweijan/vscode-database-client
Version 3.9.6.
141,900
21.07.2021 20:24:10
-3,600
f266b9a472dd1f2478402758758a3445e8634390
feat: add support for connecting with MongoDB connection url
[ { "change_type": "MODIFY", "old_path": "src/model/interface/node.ts", "new_path": "src/model/interface/node.ts", "diff": "@@ -38,7 +38,7 @@ export abstract class Node extends vscode.TreeItem implements CopyAble {\npublic connectTimeout?: number;\npublic requestTimeout?: number;\npublic includeDataba...
TypeScript
MIT License
cweijan/vscode-database-client
feat: add support for connecting with MongoDB connection url
141,908
26.07.2021 14:50:52
-28,800
945f755bc59dd24e375333dd2b6ecf42788165e1
Using es6 default import.
[ { "change_type": "MODIFY", "old_path": "src/model/es/model/esConnectionNode.ts", "new_path": "src/model/es/model/esConnectionNode.ts", "diff": "@@ -3,7 +3,7 @@ import { Util } from \"@/common/util\";\nimport { QueryGroup } from \"@/model/query/queryGroup\";\nimport { DbTreeDataProvider } from \"@/pr...
TypeScript
MIT License
cweijan/vscode-database-client
Using es6 default import.
141,908
26.07.2021 15:30:49
-28,800
4f28e29c82065013f2c13b1533e58298e68d1e06
Init esbuild.
[ { "change_type": "ADD", "old_path": null, "new_path": "build.js", "diff": "+const { build } = require(\"esbuild\")\n+\n+build({\n+ entryPoints: ['./src/extension.ts'],\n+ format: 'cjs',\n+ bundle: true,\n+ outfile: \"out/extension.js\",\n+ platform: 'node',\n+ logLevel: 'error',\n+ metafile: true,\n...
TypeScript
MIT License
cweijan/vscode-database-client
Init esbuild.
141,908
26.07.2021 22:21:20
-28,800
a986bfbdea8af04f13bf385509e35036e8630c66
Table hover add query action.
[ { "change_type": "MODIFY", "old_path": "src/provider/tableInfoHoverProvider.ts", "new_path": "src/provider/tableInfoHoverProvider.ts", "diff": "@@ -12,7 +12,10 @@ export class TableInfoHoverProvider implements HoverProvider {\nconst sourceCode = await tableNode?.execute<any[]>(tableNode.dialect.show...
TypeScript
MIT License
cweijan/vscode-database-client
Table hover add query action.
141,908
26.07.2021 22:28:15
-28,800
3c128e70436e7f53c9654c9a33454dc413737b85
Add run query command.
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"title\": \"%command.query.rename%\",\n\"category\": \"MySQL\"\n},\n+ {\n+ \"command\": \"mysql.query.run\",\n+ \"title\": \"%command.query.run%\",\n+ \"icon\": \"$(run)\",\n+ \"category\": \"MySQL\"\n+ },\n...
TypeScript
MIT License
cweijan/vscode-database-client
Add run query command.
141,908
26.07.2021 22:34:40
-28,800
688e080e69da477907d3d469b3dc861411698c81
Fix complection bug.
[ { "change_type": "MODIFY", "old_path": "src/provider/complete/complectionContext.ts", "new_path": "src/provider/complete/complectionContext.ts", "diff": "@@ -28,11 +28,12 @@ export class ComplectionContext {\ncontext.tokens = context.sqlBlock.tokens\nfor (let i = 0; i < context.tokens.length; i++) {...
TypeScript
MIT License
cweijan/vscode-database-client
Fix complection bug.
141,908
26.07.2021 22:48:47
-28,800
fe8cc6a8cc74fd468f8ca9ce044c286f9aaf417f
Support config ca certifacate
[ { "change_type": "MODIFY", "old_path": "src/model/interface/node.ts", "new_path": "src/model/interface/node.ts", "diff": "@@ -63,6 +63,7 @@ export abstract class Node extends vscode.TreeItem implements CopyAble {\npublic parent?: Node;\npublic useSSL?: boolean;\n+ public caPath?: string;\npublic cli...
TypeScript
MIT License
cweijan/vscode-database-client
Support config ca certifacate #251.
141,908
26.07.2021 23:45:40
-28,800
8ca83e9fc83fc790d1ca3c8a065bed613004fd4f
Support native ssh command.
[ { "change_type": "MODIFY", "old_path": "src/model/interface/sshConfig.ts", "new_path": "src/model/interface/sshConfig.ts", "diff": "@@ -7,7 +7,12 @@ export interface SSHConfig {\nport: number;\nusername: string;\npassword?: string;\n+ /**\n+ * password privateKey native\n+ */\n+ type?: string;\npriv...
TypeScript
MIT License
cweijan/vscode-database-client
Support native ssh command.
141,911
26.07.2021 20:23:18
-10,800
4741429418f9c551bd7d82a53204e582115081d1
Update mongoConnection.ts Encode for unescaped signs that doesn't support mongo client
[ { "change_type": "MODIFY", "old_path": "src/service/connect/mongoConnection.ts", "new_path": "src/service/connect/mongoConnection.ts", "diff": "@@ -25,7 +25,9 @@ export class MongoConnection extends IConnection {\n} else {\nlet url = `mongodb://${this.node.host}:${this.node.port}`;\nif (this.node.us...
TypeScript
MIT License
cweijan/vscode-database-client
Update mongoConnection.ts Encode for unescaped signs that doesn't support mongo client
141,908
27.07.2021 14:31:37
-28,800
ae973b2a148ff18483d72f6644fcfd0121eda31a
Extract connect component.
[ { "change_type": "ADD", "old_path": null, "new_path": "src/vue/connect/component/ElasticSearch.vue", "diff": "+<template>\n+ <div>\n+ <section class=\"mb-2\">\n+ <section class=\"mb-2\">\n+ <label class=\"font-bold mr-5 inline-block w-32\">Scheme</label>\n+ <el-radio v-model=\"connectionOption.schem...
TypeScript
MIT License
cweijan/vscode-database-client
Extract connect component.
141,908
27.07.2021 15:11:28
-28,800
5c37d437e7a80647fad7970b94d8e0aa76fa86d5
Es support auth token and account.
[ { "change_type": "MODIFY", "old_path": "src/model/interface/node.ts", "new_path": "src/model/interface/node.ts", "diff": "@@ -84,6 +84,8 @@ export abstract class Node extends vscode.TreeItem implements CopyAble {\n* es only\n*/\npublic scheme: string;\n+ public esAuth: string;\n+ public esToken: str...
TypeScript
MIT License
cweijan/vscode-database-client
Es support auth token and account.
141,908
27.07.2021 15:45:39
-28,800
03000efc3b1c49a68a09f6d53ed7495bb54d3bc4
Adapter es ssh tunnel.
[ { "change_type": "MODIFY", "old_path": "src/model/interface/node.ts", "new_path": "src/model/interface/node.ts", "diff": "@@ -86,6 +86,10 @@ export abstract class Node extends vscode.TreeItem implements CopyAble {\npublic scheme: string;\npublic esAuth: string;\npublic esToken: string;\n+ /**\n+ * u...
TypeScript
MIT License
cweijan/vscode-database-client
Adapter es ssh tunnel.
141,908
27.07.2021 16:41:01
-28,800
6d8dd515e2ec2fc00f8f14fab216d496cae99c6f
Fix open struct sync fail.
[ { "change_type": "MODIFY", "old_path": "src/service/diff/diffService.ts", "new_path": "src/service/diff/diffService.ts", "diff": "@@ -12,6 +12,7 @@ import { QueryUnit } from \"../queryUnit\";\nimport { SchemaNode } from \"@/model/database/schemaNode\";\nimport { UserGroup } from \"@/model/database/u...
TypeScript
MIT License
cweijan/vscode-database-client
Fix open struct sync fail.
141,908
27.07.2021 16:53:07
-28,800
613d8a8a6f730cb98fabec53f8dc695ba3aa89d9
Struct sync add data loading state.
[ { "change_type": "MODIFY", "old_path": "src/vue/structDiff/index.vue", "new_path": "src/vue/structDiff/index.vue", "diff": "<div class=\"opt-panel\">\n<el-form>\n<el-form-item label-width=\"80px\" label=\"Target\">\n- <el-select v-model=\"option.from.connection\" @change=\"clearFrom\">\n+ <el-select...
TypeScript
MIT License
cweijan/vscode-database-client
Struct sync add data loading state.
141,908
27.07.2021 16:53:33
-28,800
1975e2cdad6eb57df786d4abb38170418e5e240d
Version 3.9.8.
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "# CHANGELOG\n+# 3.9.8 2021-7-27\n+\n+- Support special ssl ca certificate.\n+- Hover info add action to query table data.\n+- Fix complection bug.\n+- ElasticSearch support connect with token or account.\n+- ...
TypeScript
MIT License
cweijan/vscode-database-client
Version 3.9.8.
141,914
06.04.2022 23:44:06
14,400
b30d68765912681a0bdf1758faa490305f6e19c2
fixed typo - pluralization
[ { "change_type": "MODIFY", "old_path": "src/model/main/viewGroup.ts", "new_path": "src/model/main/viewGroup.ts", "diff": "@@ -32,7 +32,7 @@ export class ViewGroup extends Node {\nreturn new ViewNode(table, this);\n});\nif (tableNodes.length == 0) {\n- tableNodes = [new InfoNode(\"This schema has no ...
TypeScript
MIT License
cweijan/vscode-database-client
fixed typo - pluralization
141,902
14.10.2022 00:31:26
-28,800
767a68cfa88c9cbdcebbd9f45465217c32c5e4aa
Bring the required tick after label
[ { "change_type": "MODIFY", "old_path": "src/vue/connect/component/ElasticSearch.vue", "new_path": "src/vue/connect/component/ElasticSearch.vue", "diff": "<div>\n<section class=\"mb-2\">\n<div class=\"inline-block mr-10\">\n- <label class=\"font-bold mr-5 inline-block w-32\"><span class=\"text-red-60...
TypeScript
MIT License
cweijan/vscode-database-client
Bring the required tick after label Signed-off-by: Don Alfons Nisnoni <donnisnoni@outlook.com>
141,902
14.10.2022 00:47:02
-28,800
cd5fbda763268d9f61950758e1a303bb367ffda7
Submit using form instead; Improve grammar; Remove required tick from password field, since it can be empty
[ { "change_type": "MODIFY", "old_path": "src/vue/connect/index.vue", "new_path": "src/vue/connect/index.vue", "diff": "<template>\n- <div class=\"flex flex-col mx-auto connect-container\">\n+ <form @submit.prevent=\"tryConnect\" class=\"flex flex-col mx-auto connect-container\">\n<h1 class=\"py-4 tex...
TypeScript
MIT License
cweijan/vscode-database-client
Submit using form instead; Improve grammar; Remove required tick from password field, since it can be empty Signed-off-by: Don Alfons Nisnoni <donnisnoni@outlook.com>
141,902
14.10.2022 00:58:59
-28,800
9fa92aacd74be060b23f9c68bad8a2069d1bf42f
Don't need to listen to press key enter anymore
[ { "change_type": "MODIFY", "old_path": "src/vue/connect/index.vue", "new_path": "src/vue/connect/index.vue", "diff": "</div>\n</section>\n- <SQLServer :connectionOption=\"connectionOption\" v-if=\"connectionOption.dbType == 'SqlServer'\" />\n+ <SQLServer :connectionOption=\"connectionOption\" v-if=\...
TypeScript
MIT License
cweijan/vscode-database-client
Don't need to listen to press key enter anymore Signed-off-by: Don Alfons Nisnoni <donnisnoni@outlook.com>
141,902
14.10.2022 22:23:49
-28,800
44e8a08e786cd86fadf7e8295f5e878d8005d970
Added tooltip to required field's label
[ { "change_type": "MODIFY", "old_path": "src/vue/connect/component/ElasticSearch.vue", "new_path": "src/vue/connect/component/ElasticSearch.vue", "diff": "<div class=\"inline-block mr-10\">\n<label class=\"inline-block w-32 mr-5 font-bold\">\n<span>URL</span>\n- <span class=\"mr-1 text-red-600\">*</s...
TypeScript
MIT License
cweijan/vscode-database-client
Added tooltip to required field's label Signed-off-by: Don Alfons Nisnoni <donnisnoni@outlook.com>
141,902
15.10.2022 01:11:26
-28,800
587bf755315693fb389f4fbc49bb800d1800c573
Consistent spacing between fields
[ { "change_type": "MODIFY", "old_path": "src/vue/connect/component/ElasticSearch.vue", "new_path": "src/vue/connect/component/ElasticSearch.vue", "diff": "<template>\n- <div>\n+ <div class=\"mt-5\">\n<section class=\"mb-2\">\n<div class=\"inline-block mr-10\">\n<label class=\"inline-block w-32 mr-5 f...
TypeScript
MIT License
cweijan/vscode-database-client
Consistent spacing between fields Signed-off-by: Don Alfons Nisnoni <donnisnoni@outlook.com>
141,902
15.10.2022 15:33:49
-28,800
f9f64045ac236253b1e17b9016620bea0283d5d9
Improve spacing on connection name and connection type
[ { "change_type": "MODIFY", "old_path": "src/vue/connect/index.vue", "new_path": "src/vue/connect/index.vue", "diff": "</section>\n</blockquote>\n- <section>\n+ <section class=\"flex flex-wrap items-center\">\n+ <div class=\"inline-block mb-2 mr-10\">\n<label class=\"inline-block mr-5 font-bold\">Con...
TypeScript
MIT License
cweijan/vscode-database-client
Improve spacing on connection name and connection type Signed-off-by: Don Alfons Nisnoni <donnisnoni@outlook.com>
141,902
15.10.2022 15:52:25
-28,800
3c4dae01ef51487d5770c052055fcfc34c1921b5
Move margin to each fields from the parent Since the parent is possible to still there when fields itself not there
[ { "change_type": "MODIFY", "old_path": "src/vue/connect/index.vue", "new_path": "src/vue/connect/index.vue", "diff": "<section class=\"mt-5\">\n<label class=\"block font-bold\">Database Type</label>\n- <ul class=\"tab\">\n+ <ul class=\"flex-wrap tab\">\n<li\nclass=\"tab__item\"\n:class=\"{ 'tab__ite...
TypeScript
MIT License
cweijan/vscode-database-client
Move margin to each fields from the parent Since the parent is possible to still there when fields itself not there Signed-off-by: Don Alfons Nisnoni <donnisnoni@outlook.com>
141,902
15.10.2022 15:55:44
-28,800
f92671ceb66a58c3c4612ec7927779e0abf7b39e
Remove unecesarry double wrapper
[ { "change_type": "MODIFY", "old_path": "src/vue/connect/component/ElasticSearch.vue", "new_path": "src/vue/connect/component/ElasticSearch.vue", "diff": "/>\n</div>\n</section>\n- <section class=\"mb-2\">\n<section class=\"mb-2\">\n<label class=\"inline-block mr-5 font-bold w-36\">Basic Auth(Optiona...
TypeScript
MIT License
cweijan/vscode-database-client
Remove unecesarry double wrapper Signed-off-by: Don Alfons Nisnoni <donnisnoni@outlook.com>
141,902
15.10.2022 16:07:16
-28,800
c76b2e76efd1c82e46f00b815e2a9ef31a158c30
Fix duplicate ssh field
[ { "change_type": "MODIFY", "old_path": "src/vue/connect/index.vue", "new_path": "src/vue/connect/index.vue", "diff": "</section>\n<SSL :connectionOption=\"connectionOption\" v-if=\"connectionOption.useSSL\" />\n- <SSH :connectionOption=\"connectionOption\" v-if=\"connectionOption.usingSSH\" />\n+ <S...
TypeScript
MIT License
cweijan/vscode-database-client
Fix duplicate ssh field Signed-off-by: Don Alfons Nisnoni <donnisnoni@outlook.com>
141,902
15.10.2022 16:17:40
-28,800
fc4d3e6ef5625145b6e31a78d91a2c34b5247034
Only show SSL Fields` on each connection type that have the `Use SSL` option
[ { "change_type": "MODIFY", "old_path": "src/vue/connect/index.vue", "new_path": "src/vue/connect/index.vue", "diff": "</div>\n</section>\n- <SSL :connectionOption=\"connectionOption\" v-if=\"connectionOption.useSSL\" />\n+ <SSL\n+ :connectionOption=\"connectionOption\"\n+ v-if=\"\n+ connectionOption...
TypeScript
MIT License
cweijan/vscode-database-client
Only show SSL Fields` on each connection type that have the `Use SSL` option Signed-off-by: Don Alfons Nisnoni <donnisnoni@outlook.com>
141,902
15.10.2022 16:35:30
-28,800
5a9cbebcdc49494176952337cc32bb3249c572c9
Fix issue when choose file for sqlite db and choose file for ssh cert
[ { "change_type": "MODIFY", "old_path": "src/vue/connect/component/SQLite.vue", "new_path": "src/vue/connect/component/SQLite.vue", "diff": "<div class=\"inline-block mr-10\">\n<label class=\"inline-block mr-5 font-bold w-28\">SQLite File Path</label>\n<input class=\"w-80 field__input\" placeholder=\...
TypeScript
MIT License
cweijan/vscode-database-client
Fix issue when choose file for sqlite db and choose file for ssh cert Signed-off-by: Don Alfons Nisnoni <donnisnoni@outlook.com>
141,902
15.10.2022 16:39:45
-28,800
97325c34c8484e5f2c3bb97e1d8c727ac62ce4f9
Bring back `SqlServer`
[ { "change_type": "MODIFY", "old_path": "src/vue/connect/index.vue", "new_path": "src/vue/connect/index.vue", "diff": "@@ -264,7 +264,7 @@ export default {\nsupportDatabases: [\n\"MySQL\",\n\"PostgreSQL\",\n- \"SQL Server\",\n+ \"SqlServer\",\n\"SQLite\",\n\"MongoDB\",\n\"Redis\",\n@@ -380,7 +380,7 @...
TypeScript
MIT License
cweijan/vscode-database-client
Bring back `SqlServer` Signed-off-by: Don Alfons Nisnoni <donnisnoni@outlook.com>
254,874
15.01.2020 14:56:13
-3,600
f3b6b32f9130b78b44f16b79f8551544a0d7134a
feat(certificate): use 4096 as default key size and use PKCS1 encoding
[ { "change_type": "MODIFY", "old_path": "controllers/harbor/components/registry/certificates.go", "new_path": "controllers/harbor/components/registry/certificates.go", "diff": "@@ -14,6 +14,7 @@ import (\nconst (\ndefaultKeyAlgorithm = certv1.RSAKeyAlgorithm\n+ defaultKeySize = 4096\n)\ntype certific...
Go
Apache License 2.0
goharbor/harbor-operator
feat(certificate): use 4096 as default key size and use PKCS1 encoding Signed-off-by: Jeremie Monsinjon <jeremie.monsinjon@corp.ovh.com>
254,874
15.01.2020 14:59:44
-3,600
0cf31d222d68ea7859db8cdb9df14f2e3a5100f2
fix(token-url): remove double https scheme
[ { "change_type": "MODIFY", "old_path": "controllers/harbor/components/registry/deployments.go", "new_path": "controllers/harbor/components/registry/deployments.go", "diff": "@@ -185,10 +185,10 @@ func (r *Registry) GetDeployments(ctx context.Context) []*appsv1.Deployment { //\nValue: \"\",\n}, {\nNa...
Go
Apache License 2.0
goharbor/harbor-operator
fix(token-url): remove double https scheme Signed-off-by: Jeremie Monsinjon <jeremie.monsinjon@corp.ovh.com>
254,874
15.01.2020 18:09:37
-3,600
3783d697ee108a92b5473e46724a659e1d55bf1e
fix(events): fix harbor-core url to send notifications from registry
[ { "change_type": "MODIFY", "old_path": "assets/templates/registry/config.yml", "new_path": "assets/templates/registry/config.yml", "diff": "@@ -22,10 +22,10 @@ health:\nthreshold: 3\nnotifications:\nendpoints:\n- - name: harbor\n+ - name: harbor-core\ndisabled: false\ntimeout: 3000ms\n- url: {{ prin...
Go
Apache License 2.0
goharbor/harbor-operator
fix(events): fix harbor-core url to send notifications from registry Signed-off-by: Jeremie Monsinjon <jeremie.monsinjon@corp.ovh.com>
254,874
31.01.2020 15:23:51
-3,600
426be1777510d4049795f8972125dcb1fb92fb75
fix(harbor-core) Modify harbor core config file path management + gomplate issues
[ { "change_type": "MODIFY", "old_path": "assets/templates/chartmuseum/config.yaml", "new_path": "assets/templates/chartmuseum/config.yaml", "diff": "-{{- /* https://github.com/helm/chartmuseum#configuration */ }}\n-{{- /* https://github.com/goharbor/harbor/blob/master/make/photon/prepare/templates/ch...
Go
Apache License 2.0
goharbor/harbor-operator
fix(harbor-core) Modify harbor core config file path management + gomplate issues Signed-off-by: Jeremie Monsinjon <jeremie.monsinjon@corp.ovh.com>
254,872
07.02.2020 14:38:17
-3,600
d1e2cff48df5ecb3698f786f5b1c531380eb03fc
fix(makefile) Use kustomize install script instead of downloading tar
[ { "change_type": "MODIFY", "old_path": "Makefile", "new_path": "Makefile", "diff": "@@ -248,13 +248,8 @@ endif\nkustomize:\nifeq (, $(shell which kustomize))\n# https://github.com/kubernetes-sigs/kustomize/blob/master/docs/INSTALL.md\n- curl -sSL https://api.github.com/repos/kubernetes-sigs/kustomiz...
Go
Apache License 2.0
goharbor/harbor-operator
fix(makefile) Use kustomize install script instead of downloading tar Signed-off-by: Sebastien Jardin <sebastien.jardin@corp.ovh.com>
254,872
21.02.2020 15:24:14
-3,600
0ba4cabf6fe7ba5a68ed9c5f9ff1a07945b79ae6
add(harbor-core) Add configstore loading variable from env
[ { "change_type": "MODIFY", "old_path": "config/manager/patches-configuration.yaml", "new_path": "config/manager/patches-configuration.yaml", "diff": "@@ -8,6 +8,9 @@ spec:\nspec:\ncontainers:\n- name: manager\n+ env:\n+ - name: 'CONFIGURATION_FROM'\n+ value: 'env:'\nenvFrom:\n- configMapRef:\nname: ...
Go
Apache License 2.0
goharbor/harbor-operator
add(harbor-core) Add configstore loading variable from env Signed-off-by: Sebastien Jardin <sebastien.jardin@ovhcloud.com>
254,893
11.03.2020 10:07:31
-28,800
a5de59d816a54e785f368ce5d26390d988188df3
docs(readme): add warning message in the readme
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "# Harbor Operator\n+**ATTENTIONS: THIS PROJECT IS STILL UNDER DEVELOPMENT AND NOT STABLE YET.**\n+\n## Why an Harbor Operator\n[Harbor](https://github.com/goharbor/harbor/) is a very active project, composed on num...
Go
Apache License 2.0
goharbor/harbor-operator
docs(readme): add warning message in the readme
254,893
11.03.2020 10:29:49
-28,800
7fc751f1ba8677e1749c760cea93d2b5b8441d6a
fix(sample): update the sample yaml to align with latest spec
[ { "change_type": "MODIFY", "old_path": "config/samples/goharbor_v1alpha1_harbor.yaml", "new_path": "config/samples/goharbor_v1alpha1_harbor.yaml", "diff": "@@ -11,9 +11,9 @@ spec:\ncore:\ndatabaseSecret: core-database\nimage: \"goharbor/harbor-core:v1.10.0\"\n- registryCtl:\n- image: \"goharbor/harb...
Go
Apache License 2.0
goharbor/harbor-operator
fix(sample): update the sample yaml to align with latest spec Signed-off-by: Steven Zou <szou@vmware.com>
254,875
12.03.2020 16:19:22
-28,800
0db44183819b6521f216c6edfb71c29474024ce3
fix make install-dependencies error
[ { "change_type": "MODIFY", "old_path": "Makefile", "new_path": "Makefile", "diff": "@@ -141,7 +141,7 @@ install-dependencies: helm\n$(HELM) get notes registry-cache \\\n|| $(HELM) install registry-cache stable/redis-ha\n$(HELM) get notes nginx \\\n- || $(HELM) install nginx stable/nginx-ingress \\\n...
Go
Apache License 2.0
goharbor/harbor-operator
fix make install-dependencies error Signed-off-by: Ziming Zhang <zziming@vmware.com>
254,875
12.03.2020 16:35:36
-28,800
098a99b0ffccb6fd7f4428d56570e90060d27634
change the default controller image name
[ { "change_type": "MODIFY", "old_path": "Makefile", "new_path": "Makefile", "diff": "# Image URL to use all building/pushing image targets\n-IMG ?= controller:latest\n+IMG ?= goharbor/harbor-operator:dev\nSHELL = /bin/sh\n" }, { "change_type": "MODIFY", "old_path": "config/manager/manager...
Go
Apache License 2.0
goharbor/harbor-operator
change the default controller image name Signed-off-by: Ziming Zhang <zziming@vmware.com>
254,875
14.03.2020 16:18:59
-28,800
b21fdd4eac96e45b81e4a8f130059052a8c77a89
remove proxy-body-size limit from nginx-ingress
[ { "change_type": "MODIFY", "old_path": "Makefile", "new_path": "Makefile", "diff": "@@ -141,7 +141,7 @@ install-dependencies: helm\n$(HELM) get notes registry-cache \\\n|| $(HELM) install registry-cache stable/redis-ha\n$(HELM) get notes nginx \\\n- || $(HELM) install nginx stable/nginx-ingress\n+ |...
Go
Apache License 2.0
goharbor/harbor-operator
remove proxy-body-size limit from nginx-ingress Signed-off-by: Ziming Zhang <zziming@vmware.com>
254,875
19.03.2020 23:08:05
-28,800
2cde954f2889d2cd614b618f720df291799c6102
feat(doc) add some installation notes
[ { "change_type": "MODIFY", "old_path": "docs/installation.md", "new_path": "docs/installation.md", "diff": "@@ -74,3 +74,65 @@ Kubernetes API running (see [Supported platforms](https://github.com/goharbor/ha\n```bash\nkubectl get secret \"$(kubectl get harbor harbor-sample -o jsonpath='{.spec.adminP...
Go
Apache License 2.0
goharbor/harbor-operator
feat(doc) add some installation notes Signed-off-by: Ziming Zhang <zziming@vmware.com>
254,893
30.03.2020 11:08:33
-28,800
212fa0558680d4891bc78c53ab76b311fb828668
docs[authors]: remove the author file The copyrights declaration is not valid after donated to `goharbor` namespace which is governed by following CNCF guidelines.
[ { "change_type": "DELETE", "old_path": "AUTHORS", "new_path": null, "diff": "-# This is the official list of <PROJECT> authors for copyright purposes.\n-# This file is distinct from the CONTRIBUTORS files\n-# and it lists the copyright holders only.\n-\n-# Names should be added to this file as one o...
Go
Apache License 2.0
goharbor/harbor-operator
docs[authors]: remove the author file The copyrights declaration is not valid after donated to `goharbor` namespace which is governed by following CNCF guidelines.
254,859
03.04.2020 15:20:35
-7,200
7a982cb64b9da58a4195cddab07c6a8543afca92
fix(docs) Typo in readme
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -51,7 +51,7 @@ Following components are optional:\n### Delete the stack\n-When deleting the Harbor resource, all linked components are deleted. With two arbor resources, the right components are deleted and comp...
Go
Apache License 2.0
goharbor/harbor-operator
fix(docs) Typo in readme Signed-off-by: Philippe Scorsolini <pscorso93@gmail.com>
254,875
25.03.2020 21:29:19
-28,800
e2c254251ae31621f6972f43d612647d6532c273
feat(doc) a step-by-step install guide on KIND k8s
[ { "change_type": "ADD", "old_path": null, "new_path": "docs/install-with-kind-k8s.md", "diff": "+# Installation in KIND k8s\n+\n+- OS ubuntu 18.04, 8G mem 4CPU\n+\n+- install docker\n+\n+ ```bash\n+ apt install docker.io\n+ ```\n+\n+- install kind\n+\n+ ```bash\n+ curl -Lo ./kind https://github.com/...
Go
Apache License 2.0
goharbor/harbor-operator
feat(doc) a step-by-step install guide on KIND k8s Signed-off-by: Ziming Zhang <zziming@vmware.com>
254,875
31.03.2020 16:33:56
-28,800
e2c26945143c0041cccc6bdc767bf8a8597093f3
feat(cicd) enable goreleaser
[ { "change_type": "MODIFY", "old_path": ".dockerignore", "new_path": ".dockerignore", "diff": "@@ -32,3 +32,6 @@ config/webhook/manifests.yaml\n## Pkger autogenerated files\npkged.go\n+\n+## goreleaser\n+dist/\n\\ No newline at end of file\n" }, { "change_type": "ADD", "old_path": null, ...
Go
Apache License 2.0
goharbor/harbor-operator
feat(cicd) enable goreleaser Signed-off-by: Ziming Zhang <zziming@vmware.com>
254,893
17.04.2020 11:17:41
-28,800
8d0b2721ae52ecee6f85fe90c5d8d09e211d2ed0
fix(readme):fix broken link of installation guide fix issue
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -64,7 +64,7 @@ It is possible to add and delete ChartMuseum, Notary and Clair by editing the Ha\n## Installation\n-See [install documentation](https://github.com/goharbor/harbor-operator/blob/master/docs/install...
Go
Apache License 2.0
goharbor/harbor-operator
fix(readme):fix broken link of installation guide fix issue #50
254,893
17.04.2020 11:54:53
-28,800
7aa3d0532f5ccc4f9dc05c3d2df5b6703d6d84ab
chore(readme): add community section also add replication workgroup link
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -84,7 +84,12 @@ Generate resources using `make generate`\n## Development\n-Follow the [Development guide](https://github.com/goharbor/harbor-operator/blob/master/docs/development.md) to start on the project.\n+N...
Go
Apache License 2.0
goharbor/harbor-operator
chore(readme): add community section - also add replication workgroup link
254,893
17.04.2020 12:08:07
-28,800
3361cb24f0c9d8cf45d5387766d719ae7f777661
chore(issues):add github issue templates
[ { "change_type": "ADD", "old_path": null, "new_path": ".github/ISSUE_TEMPLATE/bug_report.md", "diff": "+---\n+name: Bug report\n+about: Create a report to help us improve\n+---\n+\n+If you are reporting a problem, please make sure the following information are provided:\n+\n+**Expected behavior and ...
Go
Apache License 2.0
goharbor/harbor-operator
chore(issues):add github issue templates Signed-off-by: Steven Zou <szou@vmware.com>
254,893
17.04.2020 12:14:47
-28,800
8382b8ee14f77be56f2d2a9abaf019f5551363d5
fix(readme):fix doc lint issues
[ { "change_type": "MODIFY", "old_path": ".github/ISSUE_TEMPLATE/bug_report.md", "new_path": ".github/ISSUE_TEMPLATE/bug_report.md", "diff": "@@ -17,6 +17,7 @@ Please specify the versions of following systems.\n- harbor operator version: [x.y.z]\n- harbor version: [x.y.z]\n- kubernetes version: [x.y.z...
Go
Apache License 2.0
goharbor/harbor-operator
fix(readme):fix doc lint issues Signed-off-by: Steven Zou <szou@vmware.com>
254,865
21.07.2020 20:57:37
-28,800
7bbe9e56bdc7ad89434306f057f60c69a2c85de7
fix(ingress): resolve 413(Too Large Entity) error when push large image. add annotation to unlimit the size of http request body. CLOSES
[ { "change_type": "MODIFY", "old_path": "controllers/harbor/components/registry/ingresses.go", "new_path": "controllers/harbor/components/registry/ingresses.go", "diff": "@@ -44,6 +44,10 @@ func (r *Registry) GetIngresses(ctx context.Context) []*netv1.Ingress { // nolin\n\"harbor\": harborName,\n\"op...
Go
Apache License 2.0
goharbor/harbor-operator
fix(ingress): resolve 413(Too Large Entity) error when push large image. add annotation to unlimit the size of http request body. CLOSES #63
254,878
19.07.2020 19:49:16
-28,800
d1c003502d52713ad3e17a9c7a71cb4c20ab12ff
redirect exposed
[ { "change_type": "MODIFY", "old_path": "api/v1alpha1/harbor_types.go", "new_path": "api/v1alpha1/harbor_types.go", "diff": "@@ -147,6 +147,9 @@ type RegistryComponent struct {\n// +optional\nCacheSecret string `json:\"cacheSecret,omitempty\"`\n+\n+ // +optional\n+ DisableRedirect bool `json:\"disabl...
Go
Apache License 2.0
goharbor/harbor-operator
redirect exposed Signed-off-by: xiaoyang zhu <zhuxiaoyang1996@gmail.com>
254,870
14.08.2020 17:24:57
-28,800
06ab3a780169f35588f140ab37593da77ebb5a21
fix(core): fix missing `_REDIS_URL` env of harbror-core Fix missing `_REDIS_URL` env of harbror-core Fixes
[ { "change_type": "MODIFY", "old_path": "api/v1alpha1/harbor_secret_format.go", "new_path": "api/v1alpha1/harbor_secret_format.go", "diff": "@@ -37,6 +37,8 @@ const (\nHarborCoreDatabaseNameKey = \"database\"\nHarborCoreDatabaseUserKey = \"username\"\nHarborCoreDatabasePasswordKey = \"password\"\n+ /...
Go
Apache License 2.0
goharbor/harbor-operator
fix(core): fix missing `_REDIS_URL` env of harbror-core Fix missing `_REDIS_URL` env of harbror-core Fixes #76 Signed-off-by: zhuhuijun <zhuhuijunzhj@gmail.com>
254,870
18.08.2020 00:24:35
-28,800
c07521c17c4075c7ec66be7ff23d93951f57fd9b
fix(bug): fix core wrong cacheSecret Fix core wrong cacheSecret
[ { "change_type": "MODIFY", "old_path": "config/manager/kustomization.yaml", "new_path": "config/manager/kustomization.yaml", "diff": "@@ -3,8 +3,8 @@ kind: Kustomization\nimages:\n- name: controller\n- newName: controller\n- newTag: latest\n+ newName: goharbor/harbor-operator\n+ newTag: dev\nconfigM...
Go
Apache License 2.0
goharbor/harbor-operator
fix(bug): fix core wrong cacheSecret Fix core wrong cacheSecret Signed-off-by: zhuhuijun <zhuhuijunzhj@gmail.com>
254,863
26.08.2020 11:36:09
-3,600
9036fcaba93a82e27deb68e40d6282a290e2fb35
specify secret type when creating it
[ { "change_type": "MODIFY", "old_path": "docs/installation/database-installation.md", "new_path": "docs/installation/database-installation.md", "diff": "@@ -37,7 +37,7 @@ Please repeat following steps for each components requiring a database: `clair`,\n3. Create the computed secret with correct keys ...
Go
Apache License 2.0
goharbor/harbor-operator
specify secret type when creating it Signed-off-by: Simon Weald <glitchcrab-github@simonweald.com>
254,883
23.07.2020 18:16:04
-7,200
4162aa1be483e17200b4cdbc8985cf28aa119bd1
fix(kubebuilder): Fix port minimum values for kubebuilder
[ { "change_type": "MODIFY", "old_path": "apis/goharbor.io/v1alpha2/harbor_types.go", "new_path": "apis/goharbor.io/v1alpha2/harbor_types.go", "diff": "@@ -728,14 +728,14 @@ type HarborExposeNodePortPortsSpec struct {\ntype HarborExposeNodePortPortsHTTPSpec struct {\n// +kubebuilder:validation:Optiona...
Go
Apache License 2.0
goharbor/harbor-operator
fix(kubebuilder): Fix port minimum values for kubebuilder Signed-off-by: Xavier Duthil <xavier.duthil@ovhcloud.com>
254,883
23.07.2020 18:17:23
-7,200
980324e2c6482d3dc642f9a4c7c8af06f597496f
fix(kubebuilder): Fix some integers where the value 0 should be accepted for kubebuilder
[ { "change_type": "MODIFY", "old_path": "apis/goharbor.io/v1alpha2/chartmuseum_types.go", "new_path": "apis/goharbor.io/v1alpha2/chartmuseum_types.go", "diff": "@@ -80,7 +80,7 @@ type ChartMuseumServerSpec struct {\n// +kubebuilder:validation:Minimum=0\n// +kubebuilder:default=20971520\n// Max size o...
Go
Apache License 2.0
goharbor/harbor-operator
fix(kubebuilder): Fix some integers where the value 0 should be accepted for kubebuilder Signed-off-by: Xavier Duthil <xavier.duthil@ovhcloud.com>
254,883
27.07.2020 16:27:22
-7,200
f9c6367f9ad431cdefe18a15b815bb03b779d3fd
fix(component): Remove Replicas default value to fix the `make sample` command
[ { "change_type": "MODIFY", "old_path": "apis/goharbor.io/v1alpha2/component.go", "new_path": "apis/goharbor.io/v1alpha2/component.go", "diff": "@@ -10,7 +10,6 @@ import (\ntype ComponentSpec struct {\n// +kubebuilder:validation:Optional\n// +kubebuilder:validation:Minimum=0\n- // +kubebuilder:defaul...
Go
Apache License 2.0
goharbor/harbor-operator
fix(component): Remove Replicas default value to fix the `make sample` command Signed-off-by: Xavier Duthil <xavier.duthil@ovhcloud.com>
254,883
27.07.2020 16:28:20
-7,200
04bb0a1468af7ea21c2dca60419cfda632f68d4b
chore(apis): Remove protobuf annotations
[ { "change_type": "MODIFY", "old_path": "apis/meta/v1alpha1/component.go", "new_path": "apis/meta/v1alpha1/component.go", "diff": "@@ -53,19 +53,19 @@ type ComponentSpec struct {\n// Replicas is the number of desired replicas.\n// This is a pointer to distinguish between explicit zero and unspecified...
Go
Apache License 2.0
goharbor/harbor-operator
chore(apis): Remove protobuf annotations Signed-off-by: Xavier Duthil <xavier.duthil@ovhcloud.com>
254,892
08.07.2020 10:44:02
-7,200
c0df2bd1d43ac43598156aff83a5ce76875e049e
Add trivy deployment
[ { "change_type": "MODIFY", "old_path": "config-dev.yml", "new_path": "config-dev.yml", "diff": "\"leaderElectionID\": \"harbor-operator-election-leader\",\n\"leaderElectionNamespace\": \"default\"\n}\n+- key: portal-controller-disabled\n+ value: true\n+- key: registry-controller-disabled\n+ value: t...
Go
Apache License 2.0
goharbor/harbor-operator
Add trivy deployment Signed-off-by: Antoine Blondeau <antoine@blondeau.me>
254,869
22.07.2020 15:41:42
-7,200
5b45e5b424938fcdb868c75e431e51e6275aa143
feat(trivy): Enable Trivy deployment on harbor-operator
[ { "change_type": "MODIFY", "old_path": "apis/goharbor.io/v1alpha2/errors.go", "new_path": "apis/goharbor.io/v1alpha2/errors.go", "diff": "@@ -8,4 +8,6 @@ var (\nErrNoMigrationConfiguration = errors.New(\"no migration source configuration\")\nErr2MigrationConfiguration = errors.New(\"only 1 migration...
Go
Apache License 2.0
goharbor/harbor-operator
feat(trivy): Enable Trivy deployment on harbor-operator Signed-off-by: Pierrick Gicquelais <pierrick.gicquelais@epitech.eu>
254,883
22.07.2020 16:43:53
-7,200
683a1cfe11615f2715b85320994a45ef4c1b4bb4
fix(config-dev): Remove debug configurations
[ { "change_type": "MODIFY", "old_path": "config-dev.yml", "new_path": "config-dev.yml", "diff": "\"leaderElectionID\": \"harbor-operator-election-leader\",\n\"leaderElectionNamespace\": \"default\"\n}\n-- key: portal-controller-disabled\n- value: true\n-- key: trivy-controller-disabled\n- value: true...
Go
Apache License 2.0
goharbor/harbor-operator
fix(config-dev): Remove debug configurations Signed-off-by: Xavier Duthil <xavier.duthil@ovhcloud.com>
254,883
22.07.2020 17:11:04
-7,200
e46f8c6e35d8a2e98c782442b25bcd936c881a9f
feat(README): Mention trivy in README fix(apis): Fix some duplicated comments chore(trivy): Lint files
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -57,6 +57,7 @@ Following components are optional:\n- ChartMuseum\n- Notary\n- Clair\n+- Trivy\n### Delete the stack\n@@ -64,7 +65,7 @@ When deleting the Harbor resource, all linked components are deleted. With t...
Go
Apache License 2.0
goharbor/harbor-operator
feat(README): Mention trivy in README fix(apis): Fix some duplicated comments chore(trivy): Lint files Signed-off-by: Xavier Duthil <xavier.duthil@ovhcloud.com>
254,877
11.08.2020 10:31:38
-7,200
319e3e191b7418ffa188784b3d50f7e8c9c2ee2e
Deploy Trivy with an Harbor object
[ { "change_type": "ADD", "old_path": null, "new_path": "config/samples/harbor-full/harbor_trivy_patch.yaml", "diff": "+apiVersion: goharbor.io/v1alpha2\n+kind: Harbor\n+metadata:\n+ name: sample\n+spec:\n+ trivy: {}\n" }, { "change_type": "MODIFY", "old_path": "config/samples/harbor-full/...
Go
Apache License 2.0
goharbor/harbor-operator
Deploy Trivy with an Harbor object Signed-off-by: Simon Guyennet <simon.guyennet@corp.ovh.com>
254,877
11.08.2020 14:56:48
-7,200
3d19a71e955933f6e8cbfeedae8fe612a7966379
Add TLS certificate
[ { "change_type": "MODIFY", "old_path": "apis/goharbor.io/v1alpha2/harbor_types.go", "new_path": "apis/goharbor.io/v1alpha2/harbor_types.go", "diff": "@@ -231,6 +231,7 @@ type ChartMuseumComponentSpec struct {\ntype TrivyComponentSpec struct {\nharbormetav1.ComponentSpec `json:\",inline\"`\n+ SkipUpd...
Go
Apache License 2.0
goharbor/harbor-operator
Add TLS certificate Signed-off-by: Simon Guyennet <simon.guyennet@corp.ovh.com>
254,877
11.08.2020 15:20:52
-7,200
dd2bb1866cabebd5985536614b089017ff96eda0
feat(trivy) Add Github token
[ { "change_type": "MODIFY", "old_path": "apis/goharbor.io/v1alpha2/harbor_types.go", "new_path": "apis/goharbor.io/v1alpha2/harbor_types.go", "diff": "@@ -232,6 +232,7 @@ type ChartMuseumComponentSpec struct {\ntype TrivyComponentSpec struct {\nharbormetav1.ComponentSpec `json:\",inline\"`\nSkipUpdat...
Go
Apache License 2.0
goharbor/harbor-operator
feat(trivy) Add Github token Signed-off-by: Simon Guyennet <simon.guyennet@corp.ovh.com>
254,877
18.08.2020 16:16:00
-7,200
238b21b37c199217ade26a7bb4643f1085b93164
fix(trivy) Remove default client CA
[ { "change_type": "MODIFY", "old_path": "controllers/goharbor/trivy/deployments.go", "new_path": "controllers/goharbor/trivy/deployments.go", "diff": "@@ -127,10 +127,6 @@ func (r *Reconciler) GetDeployment(ctx context.Context, trivy *goharborv1alpha2.\nReadOnly: true,\n})\n- cas := append(trivy.Spec...
Go
Apache License 2.0
goharbor/harbor-operator
fix(trivy) Remove default client CA Signed-off-by: Simon Guyennet <simon.guyennet@corp.ovh.com>
254,877
27.08.2020 16:23:05
-7,200
db80076a166d469e8210b59e1877b055f8671746
fix(trivy) Add SCANNER_STORE_REDIS_URL environment variable
[ { "change_type": "MODIFY", "old_path": "controllers/goharbor/trivy/secrets.go", "new_path": "controllers/goharbor/trivy/secrets.go", "diff": "@@ -62,6 +62,7 @@ func (r *Reconciler) GetSecret(ctx context.Context, trivy *goharborv1alpha2.Triv\nStringData: map[string]string{\n\"SCANNER_REDIS_URL\": red...
Go
Apache License 2.0
goharbor/harbor-operator
fix(trivy) Add SCANNER_STORE_REDIS_URL environment variable Signed-off-by: Simon Guyennet <simon.guyennet@corp.ovh.com>
254,877
27.08.2020 16:26:37
-7,200
0409a7dfa8c2ed65591617eb47a122856309f8d1
fix(trivy) Add SecurityContext FSGroup for reports folder
[ { "change_type": "MODIFY", "old_path": "controllers/goharbor/trivy/deployments.go", "new_path": "controllers/goharbor/trivy/deployments.go", "diff": "@@ -20,6 +20,7 @@ import (\nvar (\nvarFalse = false\n+ trivyUid = int64(10000)\n)\nconst (\n@@ -171,6 +172,10 @@ func (r *Reconciler) GetDeployment(ct...
Go
Apache License 2.0
goharbor/harbor-operator
fix(trivy) Add SecurityContext FSGroup for reports folder Signed-off-by: Simon Guyennet <simon.guyennet@corp.ovh.com>
254,877
27.08.2020 16:29:02
-7,200
7850d1506b1a443d12b41e300ff9fb9e45819c39
fix(trivy) Add external certificate authorities
[ { "change_type": "MODIFY", "old_path": "apis/goharbor.io/v1alpha2/trivy_types.go", "new_path": "apis/goharbor.io/v1alpha2/trivy_types.go", "diff": "@@ -82,6 +82,9 @@ type TrivyServerSpec struct {\n// +kubebuilder:validation:Optional\nClientCertificateAuthorityRefs []string `json:\"clientCertificateA...
Go
Apache License 2.0
goharbor/harbor-operator
fix(trivy) Add external certificate authorities Signed-off-by: Simon Guyennet <simon.guyennet@corp.ovh.com>
254,877
07.09.2020 14:32:00
-7,200
a12feaca69fe84a337c0cf9da5bf910ac1ea8fc1
fix(helm chart) mount configuration templates
[ { "change_type": "MODIFY", "old_path": "charts/harbor-operator/templates/configmap.yaml", "new_path": "charts/harbor-operator/templates/configmap.yaml", "diff": "@@ -5,4 +5,8 @@ metadata:\nlabels:\n{{- include \"chart.labels\" . | nindent 4 }}\ndata:\n- {{- (.Files.Glob \"../assets/*\").AsConfig | i...
Go
Apache License 2.0
goharbor/harbor-operator
fix(helm chart) mount configuration templates Signed-off-by: Simon Guyennet <simon.guyennet@corp.ovh.com>
254,877
07.09.2020 15:46:41
-7,200
5aea75758aab8e9d065fc52c11dbce9347fa145c
fix(Makefile) Set kustomize build reoder legacy
[ { "change_type": "MODIFY", "old_path": "Makefile", "new_path": "Makefile", "diff": "@@ -247,14 +247,14 @@ DO_NOT_EDIT := Code generated by make. DO NOT EDIT.\n$(CHART_CRDS_PATH)/$(CRD_GROUP)_%.yaml: kustomize config/crd/bases $(wildcard config/crd/*) $(wildcard config/helm/crds/*) $(wildcard config/...
Go
Apache License 2.0
goharbor/harbor-operator
fix(Makefile) Set kustomize build reoder legacy Signed-off-by: Simon Guyennet <simon.guyennet@corp.ovh.com>
254,877
07.09.2020 15:55:09
-7,200
1f7f69cf7f33fe89c0bec0636135d14868a5dfbb
fix(Helm Chart) Use latest Kustomize version
[ { "change_type": "MODIFY", "old_path": "charts/harbor-operator/templates/tests/test.yaml", "new_path": "charts/harbor-operator/templates/tests/test.yaml", "diff": "@@ -170,6 +170,82 @@ spec:\napp.kubernetes.io/name: postgresql\ntype: ClusterIP\n---\n+apiVersion: v1\n+kind: PersistentVolumeClaim\n+me...
Go
Apache License 2.0
goharbor/harbor-operator
fix(Helm Chart) Use latest Kustomize version Signed-off-by: Simon Guyennet <simon.guyennet@corp.ovh.com>
254,875
16.10.2020 18:06:45
-28,800
3775109496ef9f90d2699ee1e1b43e84157f7028
feat(doc) start merge harbor-cluster-operator
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "# Harbor Operator\n**ATTENTIONS: THIS PROJECT IS STILL UNDER DEVELOPMENT AND NOT STABLE YET.**\n+**ATTENTIONS: WE USE THIS BRANCH TO MERGE HARBOR-CLUSTER-OPERATOR AND HARBOR-OPERATOR.**\n## Why an Harbor Operator\n...
Go
Apache License 2.0
goharbor/harbor-operator
feat(doc) start merge harbor-cluster-operator Signed-off-by: Ziming Zhang <zziming@vmware.com>
254,875
23.10.2020 15:47:52
-28,800
abd9b2c000812d3633e26a1295d7e1be7a0afe24
feat(ci) fix helm-install target
[ { "change_type": "MODIFY", "old_path": "Makefile", "new_path": "Makefile", "diff": "@@ -118,7 +118,7 @@ release-test: goreleaser\nCHART_RELEASE_NAME ?= harbor-operator\nCHART_HARBOR_CLASS ?=\n-helm-install: helm $(CHARTS_DIRECTORY)/harbor-operator-$(RELEASE_VERSION).tgz\n+helm-install: helm helm-gen...
Go
Apache License 2.0
goharbor/harbor-operator
feat(ci) fix helm-install target Signed-off-by: Ziming Zhang <zziming@vmware.com>
254,875
26.10.2020 10:17:08
-28,800
0158f4e6432d5fdca028a1efe208181c41774e80
fix(helm) Certificate issue for validation webhook
[ { "change_type": "MODIFY", "old_path": ".github/workflows/build-dev.yml", "new_path": ".github/workflows/build-dev.yml", "diff": "@@ -4,6 +4,7 @@ on:\npush:\nbranches:\n- master\n+ - release-*\njobs:\ndocker:\n" }, { "change_type": "MODIFY", "old_path": ".github/workflows/tests.yml", ...
Go
Apache License 2.0
goharbor/harbor-operator
fix(helm) Certificate issue for validation webhook Signed-off-by: Ziming Zhang <zziming@vmware.com>
254,875
26.10.2020 22:20:58
-28,800
cbe764c722cf663f1038fc7ea40d1a8852c2b14d
fix(core) admin password wrong
[ { "change_type": "MODIFY", "old_path": "controllers/goharbor/harbor/core.go", "new_path": "controllers/goharbor/harbor/core.go", "diff": "@@ -166,6 +166,10 @@ const (\n)\nfunc (r *Reconciler) GetCoreAdminPassword(ctx context.Context, harbor *goharborv1alpha2.Harbor) (*corev1.Secret, error) {\n+ if l...
Go
Apache License 2.0
goharbor/harbor-operator
fix(core) admin password wrong Signed-off-by: Ziming Zhang <zziming@vmware.com>
254,875
27.10.2020 15:54:53
-28,800
e7030bdbd97f6d867faf505eca090934c7cd32ab
fix(chart) condition ingress.enable not working
[ { "change_type": "MODIFY", "old_path": "charts/harbor-operator/Chart.yaml", "new_path": "charts/harbor-operator/Chart.yaml", "diff": "@@ -30,9 +30,9 @@ dependencies:\n- name: nginx-ingress\nrepository: https://kubernetes-charts.storage.googleapis.com\nversion: 1.41.2\n- condition: ingressController....
Go
Apache License 2.0
goharbor/harbor-operator
fix(chart) condition ingress.enable not working Signed-off-by: Ziming Zhang <zziming@vmware.com>
254,875
27.10.2020 12:53:55
-28,800
eba322d0b5ba4c9abb2790e04449bf51fd49fcf8
feat(doc) update installation document
[ { "change_type": "DELETE", "old_path": "docs/install-with-kind-k8s.md", "new_path": null, "diff": "-# Installation in KIND k8s\n-\n-- OS ubuntu 18.04, 8G mem 4CPU\n-\n-- install docker\n-\n- ```bash\n- apt install docker.io\n- ```\n-\n-- install kind\n-\n- ```bash\n- curl -Lo ./kind https://github.c...
Go
Apache License 2.0
goharbor/harbor-operator
feat(doc) update installation document Signed-off-by: Ziming Zhang <zziming@vmware.com>
254,875
23.10.2020 01:01:58
-28,800
71633e58aad1ca14b61883fd4dd11f29ccc1ca91
enhance CI testing 1. install harbor-operator 2. install harbor 3. curl api 4. docker push
[ { "change_type": "MODIFY", "old_path": ".github/workflows/tests.yml", "new_path": ".github/workflows/tests.yml", "diff": "@@ -60,24 +60,23 @@ jobs:\ngo-tests:\nruns-on: ubuntu-latest\nname: K8S v${{ matrix.k8sVersion }} (CM v${{ matrix.certManager }})\n+ env:\n+ KUBECONFIG: /tmp/kubeconfig-microk8s....
Go
Apache License 2.0
goharbor/harbor-operator
enhance CI testing 1. install harbor-operator 2. install harbor 3. curl api 4. docker push Signed-off-by: Ziming Zhang <zziming@vmware.com>
254,875
27.10.2020 23:52:46
-28,800
a62495441c70f8bd9f16b0d13f7486c1b2c822f0
use kind cluster
[ { "change_type": "MODIFY", "old_path": ".github/workflows/tests.yml", "new_path": ".github/workflows/tests.yml", "diff": "@@ -61,7 +61,6 @@ jobs:\nruns-on: ubuntu-latest\nname: K8S v${{ matrix.k8sVersion }} (CM v${{ matrix.certManager }})\nenv:\n- KUBECONFIG: /tmp/kubeconfig-microk8s.yaml\nUSE_EXIST...
Go
Apache License 2.0
goharbor/harbor-operator
use kind cluster Signed-off-by: Ziming Zhang <zziming@vmware.com>
254,865
02.11.2020 20:54:48
-28,800
3a1e84124e3f6432cdf15ca3bcb6328adb04f13e
feat(harborcluster): update HarborCluster api 1. update HarborCluster api 2. add some util pkg
[ { "change_type": "MODIFY", "old_path": "pkg/lcm/lcm.go", "new_path": "pkg/lcm/lcm.go", "diff": "package lcm\nimport (\n- goharborv1alpha2 \"github.com/goharbor/harbor-operator/apis/goharbor.io/v1alpha2\"\n+ \"github.com/goharbor/harbor-operator/apis/goharbor.io/v1alpha2\"\ncorev1 \"k8s.io/api/core/v...
Go
Apache License 2.0
goharbor/harbor-operator
feat(harborcluster): update HarborCluster api 1. update HarborCluster api 2. add some util pkg Signed-off-by: wangcanfeng <wangcanfeng@corp.netease.com>
254,875
27.10.2020 12:15:12
-28,800
982c14a464d720233ef5c46fc6a5d69a1f0fa299
fix(ci) sync charts files
[ { "change_type": "MODIFY", "old_path": ".github/workflows/tests.yml", "new_path": ".github/workflows/tests.yml", "diff": "@@ -261,22 +261,22 @@ jobs:\n- uses: actions/checkout@v2\n- run: make md-lint\n- # Go Releaser\n- release:\n- runs-on: ubuntu-latest\n- name: 'release: snapshot'\n- steps:\n- - u...
Go
Apache License 2.0
goharbor/harbor-operator
fix(ci) sync charts files Signed-off-by: Ziming Zhang <zziming@vmware.com>