Skip to content

Update publish mechanism #151

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 9, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions graph-database-support-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ intellij {
sameSinceUntilBuild false

publishPlugin {
username System.getenv("INTELLIJ_USERNAME")
password System.getenv("INTELLIJ_PASSWORD")
token System.getenv("INTELLIJ_TOKEN")
}

if (System.getenv("CI_SERVER") == "yes") {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
updater.title=Graph Database Support plugin updated to v{0}
updater.notification=<br/>\
<b>New:</b><br/>\
- Added left-margin badge to Editor window for query execution.<br/>\
- Now you can query TinkerPop Gremlin-enabled databases<br/>\
like Cosmos DB, Neptune and JanusGraph using Cypher.<br/>\
<b>Improvements:</b><br/>\
- Minor code and dependency improvements.<br/>\
- Gremlin support<br/>\
- Faster startup when using a number of databases.<br/>\
- Graph metadata is refreshed in the background <br/>\
- DB connection testing is asynchronous <br/>\
- Improved UI <br/>\
- More intuitive graph view zoom <br/>\
<b>Bugfixes:</b><br/>\
- Cannot execute a query since IDEA v2018.2 due to NPE.<br/>\
- Common Neo4J functionality requires newer Bolt protocol.<br/>\
- Execute Query button in gutter<br/>\
<br/>\
<a href="https://github.com/neueda/jetbrains-plugin-graph-database-support">Github</a> | \
<a href="https://neueda.gitbooks.io/jetbrains-plugin-graph-database-support/content">Documentation</a>