stashy icon indicating copy to clipboard operation
stashy copied to clipboard

Python API client for the Atlassian Stash REST API

Results 27 stashy issues
Sort by recently updated
recently updated
newest added

I can't see a way to determine what's the "default permissions" settings in a project. ![Screen Shot 2019-03-13 at 4 50 28 PM](https://user-images.githubusercontent.com/3987397/54321896-2511e080-45b0-11e9-95e1-5d1991a5f8ed.png) I can see if the project is...

Hi there, in stashy/permissions.py (lines 127 and 161), 'revoke' apis call http post when they're supposed to call http delete Result: 405 not allowed is thrown by Stash / Bitbucket

I'd like to use other core api version like `2.0`, I tried below code, but without luck: ``` from stashy.client import StashClient import stashy StashClient.core_api_version = '2.0' s= stashy.connect('http://git.example.com', 'admin',...

Hello, I am trying to remove all permissions from the user , but for some reason there is no error and effect after running the command below: ``` import stashy...

needs triage

Hi @cosmin, i see quite new features that were introduced recently. but these changes are not present in pypi. Can you please create a new tag. Thanks, Subbu

Bumps [mock](https://github.com/testing-cabal/mock) from 5.0.1 to 5.1.0. Changelog Sourced from mock's changelog. 5.1.0 bpo-44185: :func:unittest.mock.mock_open will call the :func:close method of the file handle mock when it is exiting from the...

dependencies

Bumps [requests](https://github.com/psf/requests) from 2.28.2 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...

dependencies