Skip to content

Commit 046d75d

Browse files
authored
Update publish mechanism (#151)
* Using new JetBrains auth for publishing * New info for updater notification
1 parent fcc0b0e commit 046d75d

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

graph-database-support-plugin/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ intellij {
1313
sameSinceUntilBuild false
1414

1515
publishPlugin {
16-
username System.getenv("INTELLIJ_USERNAME")
17-
password System.getenv("INTELLIJ_PASSWORD")
16+
token System.getenv("INTELLIJ_TOKEN")
1817
}
1918

2019
if (System.getenv("CI_SERVER") == "yes") {
Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
updater.title=Graph Database Support plugin updated to v{0}
22
updater.notification=<br/>\
33
<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/>\
56
<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/>\
713
<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/>\
1015
<br/>\
1116
<a href="https://github.com/neueda/jetbrains-plugin-graph-database-support">Github</a> | \
1217
<a href="https://neueda.gitbooks.io/jetbrains-plugin-graph-database-support/content">Documentation</a>

0 commit comments

Comments
 (0)