:return: """ resource = "queue/deployment" params = {"versionId": version_id, "environmentId": environment_id} return self.post(self.resource_url(resource), params=params) """ Users & Groups """ def get_users_in
version=version,File "/usr/local/lib/python3.6/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 144, in __init__self.dist = self._prepare()File "/usr/local/lib/python3.6/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 226, in _preparedist = ...
Change installation of python inside docker to use another version. (#… Dec 31, 2020 pyproject.toml Contribution cleanup (#1412) Jun 12, 2024 requirements-dev.txt Contribution cleanup (#1412) Jun 12, 2024 requirements.txt Contribution cleanup (#1412) ...
I get the page ID, create a Confluence connection, and then my code looks like this: page = confluence_connection.get_page_by_id(id, expand='space,history,body,body.view,version,ancestors', status=None, version=None) content = page['body']['view']['value'] new_cont...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
@@ -50,6 +50,9 @@ docker-qa-build: Dockerfile.qa requirements.txt requirements-dev.txt --build-arg PYTHON_VERSION=$(PYTHON_VERSION) \ --file $< . docker-fmt: docker-qa-build docker run --rm -v `pwd`:/atlassian-python-api $(QA_CONTAINER) tox -e black_fmt docker-atlassian-stand...
page = confluence_connection.get_page_by_id(id, expand='space,history,body,body.view,version,ancestors', status=None, version=None) content = page['body']['view']['value'] new_content = content.replace(old_string, new_string) confluence_connection.update_page(page_id...
2 changes: 1 addition & 1 deletion 2 atlassian/VERSION Original file line numberDiff line numberDiff line change @@ -1 +1 @@ 3.40.1 3.41.0 178 changes: 138 additions & 40 deletions 178 atlassian/jira.py Original file line numberDiff line numberDiff line change @@ -4232,6 +4232,...
What's Changed Jira: Cloud and Server version diff request for changelog by@gonchikin#1398 Jira: Add duplicated account detection method by@gonchikin#1399 Crowd: AddCrowda new attr by@ChowRexin#1400 Jira: duplicated accounts checker by@gonchikin#1401 ...
.python-version use pipenv to manage dependencies, have tox test with latest version … Aug 18, 2021 .travis.yml Removes mock from install_requirements Dec 1, 2020 CHANGELOG.md Add basic changelog, bump to version 0.3 Oct 25, 2015 LICENSE version 0.1 of stashy library Mar 11, 2013 MANIFEST...