File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed
graph-database-support-plugin
platform/src/main/resources/graphdb/messages Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,7 @@ intellij {
13
13
sameSinceUntilBuild false
14
14
15
15
publishPlugin {
16
- username System . getenv(" INTELLIJ_USERNAME" )
17
- password System . getenv(" INTELLIJ_PASSWORD" )
16
+ token System . getenv(" INTELLIJ_TOKEN" )
18
17
}
19
18
20
19
if (System . getenv(" CI_SERVER" ) == " yes" ) {
Original file line number Diff line number Diff line change 1
1
updater.title =Graph Database Support plugin updated to v{0}
2
2
updater.notification =<br/>\
3
3
<b>New:</b><br/>\
4
- - Added left-margin badge to Editor window for query execution.<br/>\
4
+ - Now you can query TinkerPop Gremlin-enabled databases<br/>\
5
+ like Cosmos DB, Neptune and JanusGraph using Cypher.<br/>\
5
6
<b>Improvements:</b><br/>\
6
- - Minor code and dependency improvements.<br/>\
7
+ - Gremlin support<br/>\
8
+ - Faster startup when using a number of databases.<br/>\
9
+ - Graph metadata is refreshed in the background <br/>\
10
+ - DB connection testing is asynchronous <br/>\
11
+ - Improved UI <br/>\
12
+ - More intuitive graph view zoom <br/>\
7
13
<b>Bugfixes:</b><br/>\
8
- - Cannot execute a query since IDEA v2018.2 due to NPE.<br/>\
9
- - Common Neo4J functionality requires newer Bolt protocol.<br/>\
14
+ - Execute Query button in gutter<br/>\
10
15
<br/>\
11
16
<a href =" https://github.com/neueda/jetbrains-plugin-graph-database-support" >Github</a> | \
12
17
<a href =" https://neueda.gitbooks.io/jetbrains-plugin-graph-database-support/content" >Documentation</a>
You can’t perform that action at this time.
0 commit comments