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 !414 opened Apr 09, 2020 by Máhonfai Bálint@balint355 
  • Report abuse
Report abuse

Export and import disk images to store

Implement export and import disk images to user store. Users can choose a format to export the disk in, and also import and attach the disks to virtual machines.

  • Discussion 8
  • Commits 29
  • Pipelines 13
  • Changes 16
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
  • Máhonfai Bálint
    @balint355 started a discussion on commit 9364b342 Oct 08, 2019
    • Máhonfai Bálint @balint355

      mentioned in commit 889845e1

      Oct 08, 2019

      mentioned in commit 889845e1

      mentioned in commit 889845e1db731a0f8960f4290761c223dfa2c2a3
      Toggle commit list
    Please register or sign in to reply
  • Máhonfai Bálint @balint355

    mentioned in merge request !413 (closed)

    Apr 09, 2020

    mentioned in merge request !413 (closed)

    mentioned in merge request !413
    Toggle commit list
  • Belákovics Ádám
    @Edi started a discussion on the diff Apr 14, 2020
    Resolved by Belákovics Ádám Apr 14, 2020
    circle/dashboard/store_api.py
    44 45 pass
    45 46
    46 47
    47 class NoOrgIdException(StoreApiException):
    • Belákovics Ádám @Edi commented Apr 14, 2020
      Master

      Erre miért nincs már szükség?

      Erre miért nincs már szükség?
    • Máhonfai Bálint @balint355 commented Apr 14, 2020
      Developer

      !413 (closed)-ban leírtam, azt zártam mert itt megvan

      !413-ban leírtam, azt zártam mert itt megvan
    • Máhonfai Bálint @balint355 commented Apr 14, 2020
      Developer

      Annyi, hogy korábban még úgy terveztem, hogy legyen ilyen exception, de igazából nincs szükség külön exception-re, és mivel nem kezeltem le mindenhol, volt ahol problémát okozott

      Annyi, hogy korábban még úgy terveztem, hogy legyen ilyen exception, de igazából nincs szükség külön exception-re, és mivel nem kezeltem le mindenhol, volt ahol problémát okozott
    • Belákovics Ádám @Edi commented Apr 14, 2020
      Master

      Okés

      Okés
    Please register or sign in to reply
  • Belákovics Ádám
    @Edi started a discussion on the diff Apr 14, 2020
    Last updated by Máhonfai Bálint Apr 14, 2020
    circle/storage/models.py
    149 151 permissions = (
    150 152 ('create_empty_disk', _('Can create an empty disk.')),
    151 153 ('download_disk', _('Can download a disk.')),
    152 ('resize_disk', _('Can resize a disk.'))
    154 ('resize_disk', _('Can resize a disk.')),
    155 ('import_disk', _('Can import a disk.')),
    • Belákovics Ádám @Edi commented Apr 14, 2020
      Master

      Ezek a jogok, hogyan kerülnek a userekhez?

      Ezek a jogok, hogyan kerülnek a userekhez?
    • Máhonfai Bálint @balint355 commented Apr 14, 2020
      Developer

      Adminnak kell a userekhez hozzárendelni a szükséges jogokat, úgy mint bármilyen más jogosultságokat

      Adminnak kell a userekhez hozzárendelni a szükséges jogokat, úgy mint bármilyen más jogosultságokat
    • Belákovics Ádám @Edi commented Apr 14, 2020
      Master

      Akkor amikor ez majd bekerül az éles rendszerbe erre oda kell figyelni, hogy adjunk a tanári meg egyéb fontos csoportoknak ugye?

      Akkor amikor ez majd bekerül az éles rendszerbe erre oda kell figyelni, hogy adjunk a tanári meg egyéb fontos csoportoknak ugye?
    • Máhonfai Bálint @balint355 commented Apr 14, 2020
      Developer

      Igen, ezt élesben el kell majd dönteni, hogy kinek kellenek ezek a jogok

      Igen, ezt élesben el kell majd dönteni, hogy kinek kellenek ezek a jogok
    Please register or sign in to reply
  • Máhonfai Bálint @balint355

    added 1 commit

    • 4b5642c8 - Add disk quota to groups

    Compare with previous version

    Apr 24, 2020

    added 1 commit

    • 4b5642c8 - Add disk quota to groups

    Compare with previous version

    added 1 commit * 4b5642c8 - Add disk quota to groups [Compare with previous version](https://git.ik.bme.hu/circle/cloud/merge_requests/414/diffs?diff_id=995&start_sha=870ef308760a9f987e3630f3676d7b958d690992)
    Toggle commit list
  • Máhonfai Bálint @balint355

    added 1 commit

    • 02ed47f1 - Add migrations

    Compare with previous version

    Apr 24, 2020

    added 1 commit

    • 02ed47f1 - Add migrations

    Compare with previous version

    added 1 commit * 02ed47f1 - Add migrations [Compare with previous version](https://git.ik.bme.hu/circle/cloud/merge_requests/414/diffs?diff_id=996&start_sha=4b5642c89f0b444238e223d9b30b879231d9d6a2)
    Toggle commit list
  • Máhonfai Bálint @balint355

    added 1 commit

    • 6085e2eb - Add disk quota field to group profile update form

    Compare with previous version

    Apr 24, 2020

    added 1 commit

    • 6085e2eb - Add disk quota field to group profile update form

    Compare with previous version

    added 1 commit * 6085e2eb - Add disk quota field to group profile update form [Compare with previous version](https://git.ik.bme.hu/circle/cloud/merge_requests/414/diffs?diff_id=997&start_sha=02ed47f1224b5ce4e83b67829b2e566a0f9ba6e3)
    Toggle commit list
  • Belákovics Ádám @Edi

    merged

    May 25, 2020

    merged

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

    mentioned in commit 48308ff9

    May 25, 2020

    mentioned in commit 48308ff9

    mentioned in commit 48308ff92448acad2d713bd254fcbd2971e3262f
    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!414
×

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.