Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Latest commit

Β 

History

History
298 lines (205 loc) Β· 14.6 KB

CHANGELOG.md

File metadata and controls

298 lines (205 loc) Β· 14.6 KB

CHANGELOG

v2.1.1 - 2019-07-10

Fixed

  • Showing issue details and discussions in VSCode was not working properly. Extension was only showing loading screen.

v2.1.0 - 2019-05-10

Fixed

  • Ensure that WebView is fully loaded before sending message
  • Create public snippet when there is no GitLab project in open workspace

Documentation updates

v2.0.0 - 2019-02-14

  • Experimental Feature: View issue details and comments right in the VSCode. Click an issue link from the sidebar and VSCode will open a new tab to show the issue details. You can also comment to the issue from VSCode.

v1.9.3 - 2019-02-05

Fixed

  • Fix broken v1.9.2 by including require package

v1.9.2 - 2019-02-05 (Please skip this version and upgrade to v1.9.3)

Fixed

  • Node 8.5/8.6 request bug, moved vscode to devDependencies and upgraded npm packages

Changed

  • #85 Print URLs in "No token found" warning
    • This was done for troubleshooting purposes. A lot of people are having hard time to configure the instance url and hopefully this will give them a clue to understand what's going wrong.

v1.9.1 - 2019-01-18

Fixed

  • #28 Creating a snippet doesn't work when only 2 lines selected

v1.9.0 - 2019-01-17

Added

  • Support for crt/key pair certificates for users that may use a *.p12 certificate

v1.8.0 - 2019-01-02

Added

  • A new panel in the GitLab sidebar to show all MRs in the current project

v1.7.0 - 2018-12-13

Added

  • Ability to work with the non-root domains for self hosted GitLab instances.
    • Implemented by @tuomoa with MR !11 πŸ‘
    • Special thanks to @Turmio for helping to test this. πŸ‘

v1.6.0 - 2018-12-12

Security

  • Fixed NPM security issues

Added

  • Pipeline notification on the status bar will now include the list of running and failed jobs

Fixed

  • Refresh buttons on the sidebar were visible for all panes and even for other extensions.

v1.5.1 - 2018-11-28

Fixed

  • View in GitLab button in the pipeline updated notification was not visible

v1.5.0 - 2018-11-08

Added

v1.4.0 - 2018-11-06

Added

  • A new config option to toggle pipeline status change notifications Read more

Changed

  • Pipeline notifications introduced in v1.3.0 will not be on by default with this version. You need to manually set the option to true.

v1.3.0 - 2018-11-05

Added

Changed

  • Pipeline action will not open the pipeline on the default browser

v1.2.0 - 2018-10-03

Added

v1.1.1 - 2018-10-03

Fixed

  • Invalid date parsing for unfinished pipelines.

v1.1.0 - 2018-10-02

Added

  • A new config option to toggle GitLab related links on the status bar Read more

Fixed

  • #57 Can't use extension with self-hosted gitlab - scope validity

v1.0.0 - 2018-09-26

Added

  • A new panel on the sidebar to see the list of your issues and MRs alongside with the links and informations for your current branch. Read more

Fixed

  • #41 Extension not opening the pipeline from command pallete
  • Respect VSCode http.proxy settings

v0.6.0 - 2018-03-02

Added

  • A new config option named gitlab.ca to set self signed certificates. Read more
  • A new config option named gitlab.ignoreCertificateErrors to ignore certificate errors while connecting and fetching data from GitLab instance. Read more

Fixed

  • #26 Support for on-premises GitLab instances with self-signed
  • #29 Support for on-premises GitLab instances with no certification (http)

v0.5.2 - 2018-03-01

Added

  • GitLab Workflow now supports multiple instances.
  • ESLint and Prettier integration for dev environment.

Changed

  • Private Access Token set and remove flow changed. We automatically migrate existing keys so this change shouldn't break your existing workflow or you shouln't need to do anyhing. Read more here and here.

v0.5.1 - 2018-02-27

Added

  • Add an option to turn off the issue link in the status bar

v0.5.0 - 2018-02-25

Added

  • #25 Create snippet from selection or entire file.
  • #22 Add support for .gitlab-ci.yml lint-ing
  • #20 Added Read more and Set token now buttons to token ask notification.

v0.4.3 - 2018-02-19

Fixed

  • #19 Can't add token

v0.4.2 - 2018-02-18

Added

Fixed

  • #14 GitLab: Open active file on GitLab - workspace path not filtered out
  • #16 Does not work witch projects in subgroup

v0.4.1 - 2018-02-10

Fixed

  • #17 Cross project closing issue goes to wrong URL.

v0.4.0 - 2018-02-02

Added

  • Added search feature for MRs and Issues. Supports basic and advanced search.
    • For basic search, just type anything and hit Enter. Extension will search in title and description fields of MRs and issues.
    • For advanced search, you can use multiple tokens to search issues and MRs where tokens can be title, author, assignee, labels, label, milestone, state, scope. Some example usages:
      • discussions refactor
      • title: discussions refactor author: fatihacet labels: frontend, performance milestone: 10.5
      • title: group labels author: annabeldunstone assignee: timzallmann label: frontend
  • Added closing issue link of current MR to status bar and clicking it will open related issue on GitLab.
  • Added compare current branch with master feature.
  • Added MIT License

Changed

  • Pipeline not found text on status bar will be hidden if there is no GL project.
  • Significantly reduced timing of opening current MR from status bar.

v0.3.4 - 2018-02-01

Fixed

  • #12 Fix fetching git remote and tracking branch names.

v0.3.3 - 2018-02-01

Fixed

  • Fixed slient failing of status bar items and hide them on error.

v0.3.2 - 2018-01-31

Fixed

  • Fixed fetching remote url. Thanks to @kushalpandya.

v0.3.1 - 2018-01-30

Changed

  • Clicking the pipeline status text on status bar now opens Pipeline action picker.

v0.3.0 - 2018-01-30

Added

  • Pipeline actions picker
    • View latest pipeline on GitLab.com
    • Create a new pipeline for your current branch
    • Retry last pipeline
    • Cancel last pipeline

v0.2.2 - 2018-01-29

Added

  • Added a new command to open current pipeline on GitLab.
  • Added click handler to pipeline status text on status bar to open pipeline on GitLab.
  • Added refresh interval for MR link on status bar.

Fixed

  • #9 Branch names with slashes appear to break URL generation

v0.2.1 - 2018-01-28

Fixed

  • Update pipeline status on status bar.

v0.2.0 - 2018-01-27

Added

  • Added a new service layer to opearate git commands.
  • Added a new service layer to talk with GitLab API.
  • Added new methods to get info from Git and GitLab.
  • Added Personal Access Token flow providing menu options to save and delete GitLab PAT.
  • Implemented MR link on status bar and add click handler to open MR on GitLab.
  • Implemented pipeline status on status bar.
  • Implemented open active file on GitLab including active line number and selection.
  • Implemented open current MR on GitLab.
  • Implemented open GitLab to create new merge request.
  • Implemented open GitLab to create new issue.

Changed

  • Deprecated gitlab.userId.
  • Show assigned Issues and MRs now work project specific.

Fixed

  • #7 Remove hardcoded origin in fetchGitRemote method.
  • #3 Assigned MR and issues openers should be project specific
  • #1 Local branch name and tracking remote branch name may not be the same
  • #8 API URL is hardcoded
  • #4 Remove pipes | from git commands
  • #5 Pipeline info won't be visible in status bar if there is no MR
  • #2 Remove own MR requirement to find branch MR

v0.1.1 - 2018-01-25

Added

  • Implemented show issues assigned to me.
  • Implemented show merge requests assigned to me.