Common store
Use the store with the user's unique organization id. This makes it possible to access files on the store from multiple CIRCLE instances.
Requires this merge request in storeserver: https://git.ik.bme.hu/circle/storeserver/merge_requests/1
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
-
-
added 1 commit
- 44c47d23 - Get quota from the store if it's already set from another CIRCLE instance
Toggle commit list -
-
44 44 pass 45 45 46 46 47 class NoOrgIdException(StoreApiException): 48 pass 49 50 47 51 class Store(object): 48 52 49 53 def __init__(self, user, default_timeout=0.5): 54 self.store_url = settings.STORE_URL 55 if not self.store_url: 56 raise NoStoreException -
Master
Ezek lesznek logolva?
-
-
merged
Toggle commit list