Skip to content

Latest commit

 

History

History
287 lines (166 loc) · 5.61 KB

CHANGELOG.md

File metadata and controls

287 lines (166 loc) · 5.61 KB

GitHub-Actions-Manager Changelog

[Unreleased]

[1.12.1]

🐛 Bug Fixes

  • Fix times for workflow-runs #91
  • Showing right status for jobs that haven't started
  • Improved filters behavior

[1.12.0]

🚀 Features

  • Simplified Jobs panel logic
  • Add ability to filter workflow runs by actor, branch and status.

[1.11.0]

🚀 Features

  • Add info bar with number of jobs loaded

🐛 Bug Fixes

  • Fix bug showing seconds without padding #88
  • Fix jobs request pagination, now pagesize=100 #89
  • Fix updating job logs during theme change #85

[1.10.4]

🐛 Bug Fixes

  • Fix bug when step does not have logs #83
  • Support for 2023.2-EAP

[1.10.3]

🐛 Bug Fixes

  • Fix icons for new UI look

[1.10.2]

🐛 Bug Fixes

  • Fix error when using IntelliJ 2023.1.RC #83
  • Using GHAccountManager instead of deprecated GithubAuthenticationManager

[1.10.1]

🐛 Bug Fixes

  • Fix bug requiring to pick job after logs are loaded.

[1.10.0]

🚀 Features

  • Add ability to configure number of workflow runs on list.
  • Add ability to configure GitHub token instead of using IDE GitHub settings.

Changed

  • Support 2023.1 EAP release

[1.9.2]

Changed

  • Fix bugs refreshing workflow runs #81
  • Fix bugs calling getComponent from non dispatch thread #78
  • Add icon for action_required conclusion.

[1.9.1]

Changed

  • Upgrade gradle to 7.6
  • Upgrade org.jetbrains.kotlin.jvm from 1.7.22 to 1.8.0

[1.9.0]

Changed

[1.7.0]

🚀 Features

  • Make ghactions-manager available during indexing (#66)
  • Sorting jobs by completed date, or started date, else run id (#61)

🐛 Bug Fixes

  • Fix deadlock when refreshing workflow runs (#64)

[1.6.1]

Fixed

  • Link to pull-request
  • Reset log when workflow-run unselected
  • Keep workflow-run selected after refresh

[1.6.0]

Added

  • Step logs - Showing failed step title in red
  • Refresh of runs only for active tab

Changed

  • Better github REST API error handling

Fixed

  • Update jobs panel and log panel to loading state when a new run is selected
  • Clean up more code

[1.5.4]

Added

  • Open workflow file action

Fixed

  • Update workflow run state

[1.5.1]

Fixed

  • Running refresh in background

[1.5.0]

Added

  • Ability to change how often refresh of workflow runs is done
  • Refresh jobs of workflow run if still in progress

Changed

  • Allowing job log to be beneath jobs list - configurable in plugin settings

Fixed

  • Showing logs of selected job once logs are loaded

[1.4.0]

Added

  • Refresh workflow runs status in the background

[1.3.0] - 2022-10-07

Added

Full Changelog: https://github.com/cunla/ghactions-manager/compare/v1.2.0...v1.3.0

[1.2.0] - 2022-10-01

Added

  • New icons for in progress/queued workflows
  • Ability to configure tab name for each repo (Fix #38)

Fixed

  • Exception when workflow is in progress #35

Changed

  • Logs less verbose

[1.1.1] - 2022-08-27

Fixed

  • Bug serializing status of job
  • Viewing job logs while it is in progress #34

Changed

  • Gradle version building project
  • Cleanup code

[1.1.0] - 2022-08-25

Added

  • Jobs panel view

Fixed

  • Allow empty conclusion, support in progress json - fix #30) by @cunla in #32
  • Multiple instances bug by @cunla in #31

[1.0.1]

Added

  • Support for IntelliJ 2022.2

Fixed

  • Issue with GithubApiRequestExecutorManager.getExecutor

Full Changelog: https://github.com/cunla/ghactions-manager/compare/v0.0.8...v1.0.1

[0.0.8] - 2022-06-26

Fixed

  • Issue with GithubApiRequestExecutorManager.getExecutor

Full Changelog: https://github.com/cunla/ghactions-manager/compare/v0.0.7...v0.0.8

[0.0.7] - 2022-06-26

Added

  • 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

Fixed

  • Fix memory leak issue #22

Full Changelog: https://github.com/cunla/ghactions-manager/compare/v0.0.6...v0.0.7

[0.0.6] - 2022-06-19

Added

  • 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.

Changed

  • Improved code structure

Full Changelog: https://github.com/cunla/github-actions-jetbrains-plugin/commits/v0.0.6

[0.0.5] - 2022-06-14

Added

Full Changelog: https://github.com/cunla/github-actions-jetbrains-plugin/commits/v0.0.5