Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kamaki
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
itminedu
kamaki
Commits
3a190998
Commit
3a190998
authored
Jan 13, 2014
by
Stavros Sachtouris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update version tag and Changelog
parent
f8636965
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
3 deletions
+11
-3
Changelog
Changelog
+5
-1
kamaki/clients/astakos/__init__.py
kamaki/clients/astakos/__init__.py
+5
-1
version
version
+1
-1
No files found.
Changelog
View file @
3a190998
Changelog for 0.12.5
Changelog for 0.12.7
- Restore user_info, user_term for bw compatibility in AstakosClient [#4880]
Changelog for 0.12.6
- Restore get_service_endpoints for AstakosClient
...
...
kamaki/clients/astakos/__init__.py
View file @
3a190998
...
...
@@ -39,7 +39,11 @@ from kamaki.clients import Client, ClientError, RequestManager, recvlog
class
AstakosClient
(
OriginalAstakosClient
):
"""Wrap Original AstakosClient to ensure compatibility in kamaki clients"""
"""Wrap Original AstakosClient to ensure bw compatibility and ease of use
Note that this is an ancached class, so each call produces at least one
new http request
"""
def
__init__
(
self
,
*
args
,
**
kwargs
):
if
args
:
...
...
version
View file @
3a190998
0.12.
6
0.12.
7
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment