Adding Wiki documentation for the plugin#104
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds comprehensive Wiki documentation for the plugin and removes the previously implemented "default Dynatrace tenant" setting functionality. Instead of allowing users to manually select a default tenant, the plugin now automatically uses the first tenant in the list.
Changes:
- Removed the default tenant configuration UI and related code
- Added extensive Wiki documentation covering installation, configuration, and features for DQL, DPL, and EDQL
- Fixed documentation inconsistencies in the main README
- Added GitHub workflow to automatically publish Wiki pages
Reviewed changes
Copilot reviewed 14 out of 20 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/main/resources/messages/DQLBundle.properties | Removed the defaultDynatraceTenant label |
| src/main/java/pl/thedeem/intellij/dql/settings/DQLSettingsState.java | Removed defaultTenantUrl field and updated equals/hashCode methods |
| src/main/java/pl/thedeem/intellij/dql/settings/DQLSettingsConfigurable.java | Removed default tenant checks and settings application |
| src/main/java/pl/thedeem/intellij/dql/settings/DQLSettingsComponent.java | Removed tenant selector UI component |
| src/main/java/pl/thedeem/intellij/dql/settings/DQLSettings.java | Simplified getDefaultDynatraceTenant to return first tenant and removed setter |
| src/main/java/pl/thedeem/intellij/dql/services/query/DQLQueryConfigurationServiceImpl.java | Added validation to reset configuration when tenant no longer exists |
| docs/wiki/installation.md | New documentation for plugin installation and tenant configuration |
| docs/wiki/edql.md | New documentation for Expressions DQL file support |
| docs/wiki/dql.md | New comprehensive documentation for DQL features |
| docs/wiki/dpl.md | New documentation for DPL features |
| docs/wiki/README.md | New main Wiki page with overview and navigation |
| README.md | Updated documentation for clarity and consistency |
| CHANGELOG.md | Added breaking change note and bug fix entry |
| .github/workflows/wiki.yml | New workflow to publish Wiki documentation |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 14 out of 20 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Qodana for JVMIt seems all right 👌 No new problems were found according to the checks applied 💡 Qodana analysis was run in the pull request mode: only the changed files were checked View the detailed Qodana reportTo be able to view the detailed Qodana report, you can either:
To get - name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2025.3.1
with:
upload-result: trueContact Qodana teamContact us at qodana-support@jetbrains.com
|
No description provided.