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 !159 opened Aug 14, 2014 by Csók Tamás@SM0FZR 
  • Report abuse
Report abuse

Connect via Client support

fixes #222 (closed)

  • Discussion 10
  • Commits 28
  • Changes
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
  • Őry Máté
    @orymate started a discussion on an old version of the diff Aug 19, 2014
    Last updated by Őry Máté Aug 19, 2014
    circle/dashboard/templates/dashboard/vm-detail.html
    121 121 <i class="fa fa-copy" title="{% trans "Select all" %}"></i>
    122 122 </span>
    123 123 </div>
    124 <div id="dashboard-vm-details-connect">
    125 <form method="POST" action="{{ instance.access_method}}:cloud:{{ instance.pw }}:{% if instance.get_connect_port %}{{ instance.get_connect_host }}:{{ instance.get_connect_port }}{% endif %}" target="_blank">
    • Őry Máté @orymate commented Aug 19, 2014
      Owner

      action's value could be constructed in an Instance method.

      action's value could be constructed in an Instance method.
    • Őry Máté @orymate commented Aug 19, 2014
      Owner

      this method does already exist (Instance.get_connect_uri())

      this method does already exist (`Instance.get_connect_uri()`)
    Please register or sign in to reply
  • Csók Tamás @SM0FZR commented Aug 22, 2014
    Developer

    Testable @ https://pc3.szgt.uni-miskolc.hu:18425/

    Testable @ https://pc3.szgt.uni-miskolc.hu:18425/
  • Csók Tamás @SM0FZR

    mentioned in issue #222 (closed)

    Aug 22, 2014

    mentioned in issue #222 (closed)

    mentioned in issue #222
    Toggle commit list
  • Kálmán Viktor
    @kviktor started a discussion on an old version of the diff Aug 24, 2014
    circle/dashboard/static/dashboard/dashboard.js
    583 590 });
    584 591 }
    585 592  
    593 function addOnClickToInput(id, func, param) {
    • Kálmán Viktor @kviktor commented Aug 24, 2014
      Owner

      is this used?

      is this used?
    Please register or sign in to reply
  • Kálmán Viktor
    @kviktor started a discussion on an old version of the diff Aug 24, 2014
    circle/dashboard/views.py
    1341 'box_title': _('About CIRCLE Client'),
    1342 'ajax_title': False,
    1343 'client_download_url': settings.CLIENT_DOWNLOAD_URL,
    1344 'template': "dashboard/_client-check.html",
    1345 'instance': get_object_or_404(
    1346 Instance, pk=self.request.GET.get('vm')),
    1347 })
    1348 if not context['instance'].has_level(self.request.user, 'operator'):
    1349 raise PermissionDenied()
    1350 return context
    1351
    1352 def post(self, request, *args, **kwargs):
    1353 instance = get_object_or_404(Instance, pk=request.POST.get('vm'))
    1354 if not instance.has_level(request.user, 'operator'):
    1355 raise PermissionDenied()
    1356 response = HttpResponseRedirect(reverse(
    • Kálmán Viktor @kviktor commented Aug 24, 2014
      Owner

      instance.get_absolute_url()

      instance.get_absolute_url()
    Please register or sign in to reply
  • Őry Máté
    @orymate started a discussion on an old version of the diff Sep 01, 2014
    circle/dashboard/templates/dashboard/_client-check.html
    1 {% load i18n %}
    2
    3 <p>
    4 {% trans "To effortlessly connect to all kind of virtual machines you have to install the " %}<strong>{% trans "CIRCLE Client" %}</strong>.
    • Őry Máté @orymate commented Sep 01, 2014
      Owner

      HTML tag in a translatable string is much better than concatenating. (Think of different word orders in different languages.)

      HTML tag in a translatable string is much better than concatenating. (Think of different word orders in different languages.)
    Please register or sign in to reply
  • Őry Máté @orymate commented Sep 01, 2014
    Owner

    👍

    :+1:
  • Csók Tamás @SM0FZR commented Sep 01, 2014
    Developer

    @orymate could u create the circlecloud.org download page (eg: http://circlecloud.org/client/download/)?

    @orymate could u create the circlecloud.org download page (eg: http://circlecloud.org/client/download/)?
  • Őry Máté @orymate commented Sep 01, 2014
    Owner

    Yes, but I don't have the binaries to offer for download.

    Yes, but I don't have the binaries to offer for download.
  • Csók Tamás @SM0FZR commented Sep 01, 2014
    Developer

    We only have the windows installer as a binary file right now.

    Update 1: I'm modifying it right now so the installer installs for bme cloud rather then the miskolc one.

    Update 2: The modification mentioned at Update 1 is done now

    Update 3: Made some tweeks in the windows installer and it's code layout. It's ready now.

    Edited Sep 02, 2014
    We only have the [windows installer](https://git.ik.bme.hu/circle/client/raw/windowsInstaller/dist/CIRCLE_Client_Setup.exe) as a binary file right now. Update 1: I'm modifying it right now so the installer installs for [bme cloud](https://cloud.bme.hu/) rather then the [miskolc](https://pc3.szgt.uni-miskolc.hu/) one. Update 2: The modification mentioned at Update 1 is done [now](https://git.ik.bme.hu/circle/client/compare/7cedde195f99bd02f7cac9a80ec332dcb3545731...1c2901e3adc85157b48b39a0902d5387a496e3fc) Update 3: Made some tweeks in the windows installer and it's code layout. It's ready now.
  • 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
3
3 participants
Reference: circle/cloud!159