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 !37 opened Mar 18, 2014 by Bach Dániel@bachdaniel 
  • Report abuse
Report abuse

Feature Base Template

  • ✅ New base image create
  • ✅ Deploy VM without disks
  • ✅ Add empty and download url disks to VM
  • ⚠ Save as fixes (only stopped vm)
  • Discussion 4
  • Commits 30
  • Changes
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
  • Kálmán Viktor @kviktor

    mentioned in issue #53 (closed)

    Mar 18, 2014

    mentioned in issue #53 (closed)

    mentioned in issue #53
    Toggle commit list
  • Őry Máté
    @orymate started a discussion on the diff Mar 19, 2014
    Last updated by Guba Sándor Mar 19, 2014
    circle/storage/models.py
    117 message = ("The requested operation can'T be performed on "
    118 "disk '%s (%s)' because it has never been"
    119 "deployed." % (disk.name, disk.filename))
    120
    121 Exception.__init__(self, message)
    122
    123 self.disk = disk
    124
    110 125 @property
    111 126 def ready(self):
    127 """ Returns True if the disk is physically ready on the storage.
    128
    129 It needs at least 1 successfull deploy action.
    130 """
    112 131 return self.activity_log.filter(activity_code__endswith="deploy",
    113 succeeded__isnull=False)
    • Őry Máté @orymate commented Mar 19, 2014
      Owner

      .exists()?

      `.exists()`?
    • Guba Sándor @gubasandor commented Mar 19, 2014
      Owner

      it's wrong anyway. fixed.

      Edited Mar 20, 2014
      it's wrong anyway. fixed.
    Please register or sign in to reply
  • Őry Máté
    @orymate started a discussion on an old version of the diff Mar 19, 2014
    circle/storage/models.py
    107 108  
    108 109 self.disk = disk
    109 110  
    111 class DiskIsNotReady(Exception):
    112 """ Exception for operations that need a deployed disk.
    113 """
    114
    115 def __init__(self, disk, message=None):
    116 if message is None:
    117 message = ("The requested operation can'T be performed on "
    • Őry Máté @orymate commented Mar 19, 2014
      Owner

      can'T Is this msg for the end-user?

      `can'T` Is this msg for the end-user?
    Please register or sign in to reply
  • Őry Máté @orymate commented Mar 19, 2014
    Owner

    👍 if tested

    :+1: if tested
  • 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
Guba Sándor
Assignee
Guba Sándor @gubasandor
Assign to
Pilot deploy
Milestone
Pilot deploy
Assign milestone
Time tracking
0
Labels
None
Assign labels
  • View labels
4
4 participants
Reference: circle/cloud!37