- Fix times for workflow-runs #91
- Showing right status for jobs that haven't started
- Improved filters behavior
- Simplified Jobs panel logic
- Add ability to filter workflow runs by actor, branch and status.
- Add info bar with number of jobs loaded
- Fix bug showing seconds without padding #88
- Fix jobs request pagination, now pagesize=100 #89
- Fix updating job logs during theme change #85
- Fix bug when step does not have logs #83
- Support for 2023.2-EAP
- Fix icons for new UI look
- Fix error when using IntelliJ 2023.1.RC #83
- Using GHAccountManager instead of deprecated GithubAuthenticationManager
- Fix bug requiring to pick job after logs are loaded.
- Add ability to configure number of workflow runs on list.
- Add ability to configure GitHub token instead of using IDE GitHub settings.
- Support 2023.1 EAP release
- Fix bugs refreshing workflow runs #81
- Fix bugs calling getComponent from non dispatch thread #78
- Add icon for action_required conclusion.
- Upgrade gradle to
7.6
- Upgrade
org.jetbrains.kotlin.jvm
from 1.7.22 to 1.8.0
- Clean up code on
GhActionsManagerConfigurable
by @cunla in dsoftwareinc#71 - Logpanel wrap by @cunla in dsoftwareinc#72
- Make ghactions-manager available during indexing (#66)
- Sorting jobs by completed date, or started date, else run id (#61)
- Fix deadlock when refreshing workflow runs (#64)
- Link to pull-request
- Reset log when workflow-run unselected
- Keep workflow-run selected after refresh
- Step logs - Showing failed step title in red
- Refresh of runs only for active tab
- Better github REST API error handling
- Update jobs panel and log panel to loading state when a new run is selected
- Clean up more code
- Open workflow file action
- Update workflow run state
- Running refresh in background
- Ability to change how often refresh of workflow runs is done
- Refresh jobs of workflow run if still in progress
- Allowing job log to be beneath jobs list - configurable in plugin settings
- Showing logs of selected job once logs are loaded
- Refresh workflow runs status in the background
- Refresh jobs + rerun workflow run by @cunla in dsoftwareinc#40
- Update cancelled icon by @cunla in dsoftwareinc#44
- Add cancel workflow action #43 by @cunla in dsoftwareinc#46
- Guess GitHub account per repo when there are multiple GitHub accounts by @cunla in dsoftwareinc#48
Full Changelog: https://github.com/cunla/ghactions-manager/compare/v1.2.0...v1.3.0
- New icons for in progress/queued workflows
- Ability to configure tab name for each repo (Fix #38)
- Exception when workflow is in progress #35
- Logs less verbose
- Bug serializing status of job
- Viewing job logs while it is in progress #34
- Gradle version building project
- Cleanup code
- Jobs panel view
- Allow empty conclusion, support in progress json - fix #30) by @cunla in #32
- Multiple instances bug by @cunla in #31
- Support for IntelliJ 2022.2
- Issue with
GithubApiRequestExecutorManager.getExecutor
Full Changelog: https://github.com/cunla/ghactions-manager/compare/v0.0.8...v1.0.1
- Issue with
GithubApiRequestExecutorManager.getExecutor
Full Changelog: https://github.com/cunla/ghactions-manager/compare/v0.0.7...v0.0.8
- Add a link to GitHub accounts settings in case GitHub account is not set #19
- Add a link from toolbar window to Toolbar Settings #21
- Toolbar settings - Resolve #18 by @cunla in dsoftwareinc#25
- Fix memory leak issue #22
Full Changelog: https://github.com/cunla/ghactions-manager/compare/v0.0.6...v0.0.7
- Contribution guide.
- Documentation: Screenshots on README, contribution guide, etc.
- Message when there is no GitHub account configured.
- Message when there is no repository in the project.
- Improved code structure
Full Changelog: https://github.com/cunla/github-actions-jetbrains-plugin/commits/v0.0.6
- Plugin Icon
- Add tab per repo
- Add log folding
- Remove redundant code and deprecated code
- Migrated code from https://github.com/Otanikotani/view-github-actions-idea-plugin
- Initial scaffold created from IntelliJ Platform Plugin Template
Full Changelog: https://github.com/cunla/github-actions-jetbrains-plugin/commits/v0.0.5