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 !223 opened Sep 29, 2014 by Bach Dániel@bachdaniel 
  • Report abuse
Report abuse

Fix http500

🚧 tests

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

    Added 1 new commit:

    • f5f2eb9c - dashboard: handle SchedulerError in MigrateView
    Sep 29, 2014

    Added 1 new commit:

    • f5f2eb9c - dashboard: handle SchedulerError in MigrateView
    Added 1 new commit: * f5f2eb9c488 - dashboard: handle SchedulerError in MigrateView
    Toggle commit list
  • Bach Dániel @bachdaniel

    Added 1 new commit:

    • 3ee39003957 - vm: fix MigrateOperation (Unhandled exception: 'NoneType' object has no attribute 'host')
    Sep 29, 2014

    Added 1 new commit:

    • 3ee39003957 - vm: fix MigrateOperation (Unhandled exception: 'NoneType' object has no attribute 'host')
    Added 1 new commit: * 3ee39003957 - vm: fix MigrateOperation (Unhandled exception: 'NoneType' object has no attribute 'host')
    Toggle commit list
  • Őry Máté
    @orymate started a discussion on an old version of the diff Sep 30, 2014
    circle/dashboard/views/vm.py
    420 421 ctx = super(VmMigrateView, self).get_context_data(**kwargs)
    421 422 ctx['nodes'] = [n for n in Node.objects.filter(enabled=True)
    422 423 if n.online]
    424
    425 inst = self.get_object()
    426 ctx["recommended"] = None
    427 try:
    428 if isinstance(inst, Instance):
    429 ctx["recommended"] = inst.select_node().pk
    430 except SchedulerError:
    431 pass
    • Őry Máté @orymate commented Sep 30, 2014
      Owner

      I'd log this.

      I'd log this.
    Please register or sign in to reply
  • Őry Máté
    @orymate started a discussion on an old version of the diff Sep 30, 2014
    Last updated by Bach Dániel Sep 30, 2014
    circle/vm/operations.py
    398 398  
    399 399 def _operation(self, activity, to_node=None, timeout=120):
    400 400 if not to_node:
    401 self.instance.allocate_node(activity)
    401 to_node = self.instance.select_node()
    • Őry Máté @orymate commented Sep 30, 2014
      Owner

      ??

      ??
    • Bach Dániel @bachdaniel commented Sep 30, 2014
      Owner

      ❄ 🔑 ❓

      Edited Sep 30, 2014
      :snowflake: :key: :question:
    Please register or sign in to reply
  • Bach Dániel @bachdaniel

    Added 3 new commits:

    • 803c7821 - vm: fix MigrateOperation (Unhandled exception: 'NoneType' object has no attribute 'host')
    • 469417cd - dashboard: log scheduler errors in VmMigrateView
    • a30840bc - vm: add MigrateOperation test
    Oct 01, 2014

    Added 3 new commits:

    • 803c7821 - vm: fix MigrateOperation (Unhandled exception: 'NoneType' object has no attribute 'host')
    • 469417cd - dashboard: log scheduler errors in VmMigrateView
    • a30840bc - vm: add MigrateOperation test
    Added 3 new commits: * 803c78217d6 - vm: fix MigrateOperation (Unhandled exception: 'NoneType' object has no attribute 'host') * 469417cd837 - dashboard: log scheduler errors in VmMigrateView * a30840bcf65 - vm: add MigrateOperation test
    Toggle commit list
  • Bach Dániel @bachdaniel

    Added 1 new commit:

    • b841385c - vm: fix flake8 warning
    Oct 01, 2014

    Added 1 new commit:

    • b841385c - vm: fix flake8 warning
    Added 1 new commit: * b841385c363 - vm: fix flake8 warning
    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
September
Milestone
September
Assign milestone
Time tracking
0
Labels
None
Assign labels
  • View labels
2
2 participants
Reference: circle/cloud!223