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 !239 opened Oct 07, 2014 by Bach Dániel@bachdaniel 
  • Report abuse
Report abuse

Feature offline migration

  • Discussion 2
  • Commits 5
  • Changes
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
  • Bach Dániel @bachdaniel

    Added 10 new commits:

    • 31a7f2ac - dashboard: fix vm migrate
    • 28259b7b - dashboard: add filename and size to disk list
    • 42ffa3c1 - vm: remove unused timeout parameters
    • 1e224aeb - vm: use remote_timeout instead of timeout in RemoteOperations
    • ca7c9f59 - storage: handle disk.save_as errors
    • b7bebad6 - vm: fix suboperation calls in {Destroy,Sleep}Operation (add missing system arg) (quickfix)
    • 3d0afb21 - Merge branch 'fix-operations' into 'master'
    • 3f717e3c - Merge branch 'fix-disk-list' into 'master'
    • f2b2ede4 - Merge branch 'issue-325' into 'master'
    • f750837b - Merge remote-tracking branch 'origin/master' into feature-offline-migration
    Oct 08, 2014

    Added 10 new commits:

    • 31a7f2ac - dashboard: fix vm migrate
    • 28259b7b - dashboard: add filename and size to disk list
    • 42ffa3c1 - vm: remove unused timeout parameters
    • 1e224aeb - vm: use remote_timeout instead of timeout in RemoteOperations
    • ca7c9f59 - storage: handle disk.save_as errors
    • b7bebad6 - vm: fix suboperation calls in {Destroy,Sleep}Operation (add missing system arg) (quickfix)
    • 3d0afb21 - Merge branch 'fix-operations' into 'master'
    • 3f717e3c - Merge branch 'fix-disk-list' into 'master'
    • f2b2ede4 - Merge branch 'issue-325' into 'master'
    • f750837b - Merge remote-tracking branch 'origin/master' into feature-offline-migration
    Added 10 new commits: * 31a7f2acc22 - dashboard: fix vm migrate * 28259b7b48f - dashboard: add filename and size to disk list * 42ffa3c1bd0 - vm: remove unused timeout parameters * 1e224aebfe6 - vm: use remote_timeout instead of timeout in RemoteOperations * ca7c9f591d0 - storage: handle disk.save_as errors * b7bebad68d7 - vm: fix suboperation calls in {Destroy,Sleep}Operation (add missing system arg) (quickfix) * 3d0afb21f5b - Merge branch 'fix-operations' into 'master' * 3f717e3cc36 - Merge branch 'fix-disk-list' into 'master' * f2b2ede43e7 - Merge branch 'issue-325' into 'master' * f750837ba2f - Merge remote-tracking branch 'origin/master' into feature-offline-migration
    Toggle commit list
  • Bach Dániel
    @bachdaniel started a discussion on the diff Oct 08, 2014
    circle/dashboard/views/vm.py
    425 class VmMigrateView(FormOperationMixin, VmOperationView):
    425 426  
    426 427 op = 'migrate'
    427 428 icon = 'truck'
    428 429 effect = 'info'
    429 430 template_name = 'dashboard/_vm-migrate.html'
    431 form_class = VmMigrateForm
    430 432  
    431 def get_context_data(self, **kwargs):
    432 ctx = super(VmMigrateView, self).get_context_data(**kwargs)
    433 ctx['nodes'] = [n for n in Node.objects.filter(enabled=True)
    434 if n.online]
    435
    433 def get_form_kwargs(self):
    434 online = (n.pk for n in Node.objects.filter(enabled=True) if n.online)
    435 choices = Node.objects.filter(pk__in=online)
    • Bach Dániel @bachdaniel commented Oct 08, 2014
      Owner

      👀

      :eyes:
    Please register or sign in to reply
  • Bach Dániel @bachdaniel

    Added 1 new commit:

    • 860300db - dashboard: remove unused form helper
    Oct 09, 2014

    Added 1 new commit:

    • 860300db - dashboard: remove unused form helper
    Added 1 new commit: * 860300db797 - dashboard: remove unused form helper
    Toggle commit list
  • Őry Máté @orymate commented Oct 13, 2014
    Owner

    👍 sehr gut!

    Edited Oct 13, 2014
    :+1: sehr gut!
  • Őry Máté @orymate

    mentioned in issue #341 (closed)

    Oct 15, 2014

    mentioned in issue #341 (closed)

    mentioned in issue #341
    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
Bach Dániel
Assignee
Bach Dániel @bachdaniel
Assign to
October
Milestone
October
Assign milestone
Time tracking
0
Labels
None
Assign labels
  • View labels
2
2 participants
Reference: circle/cloud!239