From 9c2148141489956ad940b0799c473ee46c01e774 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Claus-Peter=20H=C3=BCbner?= Date: Wed, 1 Jun 2022 02:34:14 +0200 Subject: [PATCH] resolve conflicts in .gitignore --- .dbeaver/.credentials-config.json.bak | 1 + .dbeaver/.data-sources.json.bak | 55 +++++++++++++++++++++++++++ .dbeaver/credentials-config.json | 2 + .dbeaver/data-sources.json | 55 +++++++++++++++++++++++++++ .gitignore | 11 ------ .project | 18 +++++++++ 6 files changed, 131 insertions(+), 11 deletions(-) create mode 100644 .dbeaver/.credentials-config.json.bak create mode 100644 .dbeaver/.data-sources.json.bak create mode 100644 .dbeaver/credentials-config.json create mode 100644 .dbeaver/data-sources.json create mode 100644 .project diff --git a/.dbeaver/.credentials-config.json.bak b/.dbeaver/.credentials-config.json.bak new file mode 100644 index 000000000..254ff7949 --- /dev/null +++ b/.dbeaver/.credentials-config.json.bak @@ -0,0 +1 @@ +l"a`ù& YOl>uAWTL`4)4$;?'RX+!a"X[(0"l hq[؂,C) \ No newline at end of file diff --git a/.dbeaver/.data-sources.json.bak b/.dbeaver/.data-sources.json.bak new file mode 100644 index 000000000..cd5d6163f --- /dev/null +++ b/.dbeaver/.data-sources.json.bak @@ -0,0 +1,55 @@ +{ + "folders": {}, + "connections": { + "mariaDB-180637bab9c-385a8c5454123150": { + "provider": "mysql", + "driver": "mariaDB", + "name": "gradido_community", + "save-password": true, + "read-only": false, + "configuration": { + "host": "localhost", + "port": "3306", + "database": "gradido_community", + "url": "jdbc:mariadb://localhost:3306/gradido_community", + "home": "mysql_client", + "type": "dev", + "auth-model": "native" + }, + "custom-properties": { + "resultset.binary.representation": "hex" + } + } + }, + "virtual-models": { + "mariaDB-180637bab9c-385a8c5454123150": { + "gradido_community": { + ":users": { + "properties": { + "erd.diagram.state": { + "serialized": "" + } + }, + "attributes": { + "public_key": { + "transforms": { + "custom": "resultset.binary.representation" + } + } + } + } + } + } + }, + "connection-types": { + "dev": { + "name": "Development", + "color": "255,255,255", + "description": "Regular development database", + "auto-commit": true, + "confirm-execute": false, + "confirm-data-change": false, + "auto-close-transactions": false + } + } +} \ No newline at end of file diff --git a/.dbeaver/credentials-config.json b/.dbeaver/credentials-config.json new file mode 100644 index 000000000..685527df0 --- /dev/null +++ b/.dbeaver/credentials-config.json @@ -0,0 +1,2 @@ + +_?eBK~9!&Rf)v ` }^< &a-w4c1 IrԙdONX[BfZXHAOy[c \ No newline at end of file diff --git a/.dbeaver/data-sources.json b/.dbeaver/data-sources.json new file mode 100644 index 000000000..e0ca3441f --- /dev/null +++ b/.dbeaver/data-sources.json @@ -0,0 +1,55 @@ +{ + "folders": {}, + "connections": { + "mariaDB-180637bab9c-385a8c5454123150": { + "provider": "mysql", + "driver": "mariaDB", + "name": "gradido_community", + "save-password": true, + "read-only": false, + "configuration": { + "host": "localhost", + "port": "3306", + "database": "gradido_community", + "url": "jdbc:mariadb://localhost:3306/gradido_community", + "home": "mysql_client", + "type": "dev", + "auth-model": "native" + }, + "custom-properties": { + "resultset.binary.representation": "hex" + } + } + }, + "virtual-models": { + "mariaDB-180637bab9c-385a8c5454123150": { + "gradido_community": { + ":users": { + "properties": { + "erd.diagram.state": { + "serialized": "" + } + }, + "attributes": { + "public_key": { + "transforms": { + "custom": "resultset.binary.representation" + } + } + } + } + } + } + }, + "connection-types": { + "dev": { + "name": "Development", + "color": "255,255,255", + "description": "Regular development database", + "auto-commit": true, + "confirm-execute": false, + "confirm-data-change": false, + "auto-close-transactions": false + } + } +} \ No newline at end of file diff --git a/.gitignore b/.gitignore index a2f7ef2b3..6ac3a32c2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,3 @@ -<<<<<<< HEAD -<<<<<<< HEAD -.dbeaver/* -======= -.dbeaver -.project ->>>>>>> refs/remotes/origin/improve-apollo-logging -======= -.dbeaver -.project ->>>>>>> refs/remotes/origin/master *.log /node_modules/* messages.pot diff --git a/.project b/.project new file mode 100644 index 000000000..5d9663f32 --- /dev/null +++ b/.project @@ -0,0 +1,18 @@ + + + Gradido + + + + + + org.eclipse.wst.validation.validationbuilder + + + + + + org.jkiss.dbeaver.DBeaverNature + org.eclipse.wst.jsdt.core.jsNature + +