Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

CIRCLE / cloud

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 94
  • Merge Requests 10
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Merged
Merge request !409 opened Oct 09, 2019 by Máhonfai Bálint@balint355 
  • Report abuse
Report abuse

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

  • Discussion 1
  • Commits 6
  • Pipelines 5
  • Changes 3
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
  • Máhonfai Bálint @balint355

    added 1 commit

    • af3811b3 - Fix potential security issue if org id is "root"

    Compare with previous version

    Oct 16, 2019

    added 1 commit

    • af3811b3 - Fix potential security issue if org id is "root"

    Compare with previous version

    added 1 commit * af3811b3 - Fix potential security issue if org id is "root" [Compare with previous version](https://git.ik.bme.hu/circle/cloud/merge_requests/409/diffs?diff_id=899&start_sha=ceb076c5052c897b96768ab418a16fc059da863b)
    Toggle commit list
  • Máhonfai Bálint @balint355

    added 1 commit

    • 44c47d23 - Get quota from the store if it's already set from another CIRCLE instance

    Compare with previous version

    Oct 28, 2019

    added 1 commit

    • 44c47d23 - Get quota from the store if it's already set from another CIRCLE instance

    Compare with previous version

    added 1 commit * 44c47d23 - Get quota from the store if it's already set from another CIRCLE instance [Compare with previous version](https://git.ik.bme.hu/circle/cloud/merge_requests/409/diffs?diff_id=900&start_sha=af3811b344b1497fc3458367d8190be7622b0b6a)
    Toggle commit list
  • Máhonfai Bálint @balint355

    added 1 commit

    • d994bea5 - Fix flake8 warnings

    Compare with previous version

    Oct 28, 2019

    added 1 commit

    • d994bea5 - Fix flake8 warnings

    Compare with previous version

    added 1 commit * d994bea5 - Fix flake8 warnings [Compare with previous version](https://git.ik.bme.hu/circle/cloud/merge_requests/409/diffs?diff_id=901&start_sha=44c47d23c07107cc21d0307dc59fd33624af1b68)
    Toggle commit list
  • Belákovics Ádám
    @Edi started a discussion on the diff Nov 12, 2019
    circle/dashboard/store_api.py
    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
    • Belákovics Ádám @Edi commented Nov 12, 2019
      Master

      Ezek lesznek logolva?

      Ezek lesznek logolva?
    Please register or sign in to reply
  • Belákovics Ádám @Edi

    merged

    Nov 12, 2019

    merged

    merged
    Toggle commit list
  • Belákovics Ádám @Edi

    mentioned in commit 7a49024a

    Nov 12, 2019

    mentioned in commit 7a49024a

    mentioned in commit 7a49024ab851c27925f7002185a859b03e6d51bb
    Toggle commit list
  • Write
  • Preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment
Assignee
No assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
0
Labels
None
Assign labels
  • View labels
2
2 participants
Reference: circle/cloud!409
×

Revert this merge request

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.
×

Cherry-pick this merge request

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.