1
0
Форкнуть 0
Граф коммитов

4 Коммитов

Автор SHA1 Сообщение Дата
J Wyman b9d74e5071 bitbucket: add GUI abstraction layer.
In preparation for adopting the capture and reply framework, the GUI static, global interface needs to abstracted into a contextual service.

 - [x] Provide `IRuntimeService` based service, encapsulating GUI API.
 - [x] Provide an extention of the `MS.ALM.Base` type exposing the new runtime service.
 - [x] Adopt contextual service provider based GUI API.
2018-07-27 23:57:20 -04:00
J Wyman ∞ 19660c2398 build: update and correct version numbers.
- Bitbucket.Authentication: v2.0.0 -> v2.0.1
  - Microsoft.Alm.Authentication: v4.4.0 -> v.4.5.0
  - Vsts.Authentication: n/a -> 1.0.0
2018-06-08 15:32:15 -04:00
Mike Minns 62eeebbf19 Issue-651 Basic fix and test to allow Bitbucket authentication to work again. 2018-06-07 13:21:30 +01:00
J Wyman ∞ eea4b0e8f9 sln: restructure the project layout
As the project has aged, its structure has not held up as well as one would hope over time. This changes the layout of the project to improve compactness, cleanliness, and understadability.

  - Move all 'Cli-*' projects under a common 'Cli/' folder.
  - Rename 'Cli-CredentialHelper' -> 'Cli/Manager'
  - Rename 'Cli-Askpass' -> 'Cli/Askpass'
  - Rename 'Cli-CredentialHelper.Test' -> 'Cli/Test'
  - Compact library and dependency layouts
    - Move 'Bitbucket.Authentication' -> 'Bitbucket.Authentication/Src'
    - Move 'Bitbucket.Authentication.Test' -> 'Bitbucket.Authentication/Test'
    - Move 'GitHub.Authentication' -> 'GitHub.Authentication/Src'
    - Move 'GitHub.Authentication.Test' -> 'GitHub.Authentication/Test'
2018-05-14 16:10:36 -04:00