Skip to content

Releases: jlouros/StashApiCSharp

getUsers and repository sizes

20 Jan 22:04
cab6371
Compare
Choose a tag to compare

Includes changes from #74 and #73

  • add getusers in group, and LastAuthenticationTimestamp in user
  • get repository sizes

target .Net Standard 2.0

03 Jan 23:53
8d579c3
Compare
Choose a tag to compare

refactor project to only target .Net Standard 2.0

0.1.2 Alpha release

06 Nov 15:04
Compare
Choose a tag to compare
0.1.2 Alpha release Pre-release
Pre-release

Features:

  • manage Stash 'Projects' (get information, create and delete capabilities)
  • manage Stash 'Repositories' (get information, create and delete capabilities)
  • manage Stash 'Branches' (get information, create and delete capabilities)
  • get information about 'repository files'
  • get information about 'Commits' and 'commit changes'
  • get information about 'Tags'

Norm MacLennan contribution:

  • get branches by commit id
  • get file contents

0.1.1 Alpha release

03 Nov 15:51
Compare
Choose a tag to compare
0.1.1 Alpha release Pre-release
Pre-release

Features:

  • manage Stash 'Projects' (get information, create and delete capabilities)
  • manage Stash 'Repositories' (get information, create and delete capabilities)
  • manage Stash 'Branches' (get information, create and delete capabilities)
  • get information about 'repository files'
  • get information about 'Commits' and 'commit changes'
  • get information about 'Tags'

New features:

  • adding CREATE and DELETE capabilities to 'branches'

0.1.0 Alpha release

31 Oct 14:48
Compare
Choose a tag to compare
0.1.0 Alpha release Pre-release
Pre-release

Warning this package isn't backwards compatible

Functionality changes:

  • More comprehensive API abstraction.
  • API actions organized by Stash area (like projects, repositories, branches, etc)

New features:

  • refactored StashClient class. Use it to access APIs actions (StashClient.Projects.{Action})
  • Added GET capabilities for 'branches' and 'commits'
  • Added DELETE capabilities for 'projects' and 'repositories'