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 !302 opened Mar 06, 2015 by Bach Dániel@bachdaniel 
  • Report abuse
Report abuse

Arrow ✅

alt text

  • Discussion 3
  • Commits 2
  • Changes
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
  • Kálmán Viktor @kviktor commented Mar 07, 2015
    Owner

    requirements.txt ❗

    Edited Mar 11, 2015
    ~~requirements.txt :exclamation:~~
  • Oláh István Gergely @ogergo

    Added 1 new commit:

    • 175b4c39 - Add arrow to requirements
    Mar 09, 2015

    Added 1 new commit:

    • 175b4c39 - Add arrow to requirements
    Added 1 new commit: * 175b4c39 - Add arrow to requirements
    Toggle commit list
  • Oláh István Gergely @ogergo

    Added 3 new commits:

    • 14269da1 - requirements/base.txt: add arrow module
    • 81796506 - circle/dashboard/arrow_local.py: Add hungarian language to arrow
    • 2d3bc93c - circle/dashboard/templatetags/arrowfilter.py: use HungarianLocale with arrow, an…
    Mar 09, 2015

    Added 3 new commits:

    • 14269da1 - requirements/base.txt: add arrow module
    • 81796506 - circle/dashboard/arrow_local.py: Add hungarian language to arrow
    • 2d3bc93c - circle/dashboard/templatetags/arrowfilter.py: use HungarianLocale with arrow, an…
    Added 3 new commits: * 14269da1 - requirements/base.txt: add arrow module * 81796506 - circle/dashboard/arrow_local.py: Add hungarian language to arrow * 2d3bc93c - circle/dashboard/templatetags/arrowfilter.py: use HungarianLocale with arrow, an…
    Toggle commit list
  • Oláh István Gergely @ogergo

    Added 1 new commit:

    • c84d20e5 - circle/dashboard/templates/dashboard/vm-detail/home.html: use language_code as a…
    Mar 09, 2015

    Added 1 new commit:

    • c84d20e5 - circle/dashboard/templates/dashboard/vm-detail/home.html: use language_code as a…
    Added 1 new commit: * c84d20e5 - circle/dashboard/templates/dashboard/vm-detail/home.html: use language_code as a…
    Toggle commit list
  • Oláh István Gergely @ogergo

    Added 1 new commit:

    • cb2e1905 - dashboard: use language_code as argument for arrow_filter in activities
    Mar 09, 2015

    Added 1 new commit:

    • cb2e1905 - dashboard: use language_code as argument for arrow_filter in activities
    Added 1 new commit: * cb2e1905 - dashboard: use language_code as argument for arrow_filter in activities
    Toggle commit list
  • Bach Dániel
    @bachdaniel started a discussion on the diff Mar 09, 2015
    circle/dashboard/templatetags/arrowfilter.py 0 → 100644
    1 from django.template import Library
    • Bach Dániel @bachdaniel commented Mar 09, 2015
      Owner
      # Copyright 2014 Budapest University of Technology and Economics (BME IK)
      #
      # This file is part of CIRCLE Cloud.
      #
      # CIRCLE is free software: you can redistribute it and/or modify it under
      # the terms of the GNU General Public License as published by the Free
      # Software Foundation, either version 3 of the License, or (at your option)
      # any later version.
      #
      # CIRCLE is distributed in the hope that it will be useful, but WITHOUT ANY
      # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
      # FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
      # details.
      #
      # You should have received a copy of the GNU General Public License along
      # with CIRCLE.  If not, see <http://www.gnu.org/licenses/>.
      Edited Mar 09, 2015
      ``` # Copyright 2014 Budapest University of Technology and Economics (BME IK) # # This file is part of CIRCLE Cloud. # # CIRCLE is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free # Software Foundation, either version 3 of the License, or (at your option) # any later version. # # CIRCLE is distributed in the hope that it will be useful, but WITHOUT ANY # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # FOR A PARTICULAR PURPOSE. See the GNU General Public License for more # details. # # You should have received a copy of the GNU General Public License along # with CIRCLE. If not, see <http://www.gnu.org/licenses/>. ```
    Please register or sign in to reply
  • Oláh István Gergely @ogergo

    Added 3 new commits:

    • 3780c57b - dashboard: fix unit test problems in arrowfilter
    • 5a230635 - dashboard: fix flake8 problems
    • e8665661 - dashboard: modify arrowfilter to handle empty inputs correctly
    Mar 10, 2015

    Added 3 new commits:

    • 3780c57b - dashboard: fix unit test problems in arrowfilter
    • 5a230635 - dashboard: fix flake8 problems
    • e8665661 - dashboard: modify arrowfilter to handle empty inputs correctly
    Added 3 new commits: * 3780c57b - dashboard: fix unit test problems in arrowfilter * 5a230635 - dashboard: fix flake8 problems * e8665661 - dashboard: modify arrowfilter to handle empty inputs correctly
    Toggle commit list
  • Oláh István Gergely @ogergo

    Added 9 new commits:

    • 3bc5e0f2 - dashboard: add missing space before date
    • da3356d0 - dashboard: change arrowfilter to templatetag named arrowtag
    • daaedc4a - dashboard: update vm-details home to use arrowtags
    • 45777aa1 - dashboard: update vm-details activity to use arrowtags
    • 20d3ded1 - dashboard: update node-details activity to use arrowtags
    • 1afb29e9 - dashboard: update template list to use arrowtags
    • 26719ad8 - dashboard: fix closing spans
    • 2a853f7b - dashboard: fix arrowtag usage in node activity
    • 223e583d - dashboard: fix arrowtag braces in template list
    Mar 10, 2015

    Added 9 new commits:

    • 3bc5e0f2 - dashboard: add missing space before date
    • da3356d0 - dashboard: change arrowfilter to templatetag named arrowtag
    • daaedc4a - dashboard: update vm-details home to use arrowtags
    • 45777aa1 - dashboard: update vm-details activity to use arrowtags
    • 20d3ded1 - dashboard: update node-details activity to use arrowtags
    • 1afb29e9 - dashboard: update template list to use arrowtags
    • 26719ad8 - dashboard: fix closing spans
    • 2a853f7b - dashboard: fix arrowtag usage in node activity
    • 223e583d - dashboard: fix arrowtag braces in template list
    Added 9 new commits: * 3bc5e0f2 - dashboard: add missing space before date * da3356d0 - dashboard: change arrowfilter to templatetag named arrowtag * daaedc4a - dashboard: update vm-details home to use arrowtags * 45777aa1 - dashboard: update vm-details activity to use arrowtags * 20d3ded1 - dashboard: update node-details activity to use arrowtags * 1afb29e9 - dashboard: update template list to use arrowtags * 26719ad8 - dashboard: fix closing spans * 2a853f7b - dashboard: fix arrowtag usage in node activity * 223e583d - dashboard: fix arrowtag braces in template list
    Toggle commit list
  • Oláh István Gergely @ogergo

    Added 1 new commit:

    • 18cd1e0f - dashboard: add default timeout to vm destroy date format
    Mar 10, 2015

    Added 1 new commit:

    • 18cd1e0f - dashboard: add default timeout to vm destroy date format
    Added 1 new commit: * 18cd1e0f - dashboard: add default timeout to vm destroy date format
    Toggle commit list
  • Oláh István Gergely @ogergo

    Added 1 new commit:

    • 2e4fe56a - dashboard: fix braces, add span with title showing full date
    Mar 10, 2015

    Added 1 new commit:

    • 2e4fe56a - dashboard: fix braces, add span with title showing full date
    Added 1 new commit: * 2e4fe56a - dashboard: fix braces, add span with title showing full date
    Toggle commit list
  • Oláh István Gergely @ogergo

    Added 3 new commits:

    • 88c40915 - dashboard: add span with title showing full date at node activity
    • 70a08d67 - dashboard: fix vm activity timeouts
    • f192657e - dashboard: fix hungarian arrow
    Mar 10, 2015

    Added 3 new commits:

    • 88c40915 - dashboard: add span with title showing full date at node activity
    • 70a08d67 - dashboard: fix vm activity timeouts
    • f192657e - dashboard: fix hungarian arrow
    Added 3 new commits: * 88c40915 - dashboard: add span with title showing full date at node activity * 70a08d67 - dashboard: fix vm activity timeouts * f192657e - dashboard: fix hungarian arrow
    Toggle commit list
  • Oláh István Gergely @ogergo

    Added 2 new commits:

    • 7f41c52e - dashboard: delete spaces after dates
    • 56cfce1b - dashboard: fix now at arrow hungarian to 'éppen most'
    Mar 10, 2015

    Added 2 new commits:

    • 7f41c52e - dashboard: delete spaces after dates
    • 56cfce1b - dashboard: fix now at arrow hungarian to 'éppen most'
    Added 2 new commits: * 7f41c52e - dashboard: delete spaces after dates * 56cfce1b - dashboard: fix now at arrow hungarian to 'éppen most'
    Toggle commit list
  • Oláh István Gergely @ogergo

    Added 2 new commits:

    • 3a218d65 - dashboard: add license header to hungarian arrow module
    • b9e8a30f - dashboard: change arrowtag to arrowfilter - use always humanize
    Mar 11, 2015

    Added 2 new commits:

    • 3a218d65 - dashboard: add license header to hungarian arrow module
    • b9e8a30f - dashboard: change arrowtag to arrowfilter - use always humanize
    Added 2 new commits: * 3a218d65 - dashboard: add license header to hungarian arrow module * b9e8a30f - dashboard: change arrowtag to arrowfilter - use always humanize
    Toggle commit list
  • Oláh István Gergely @ogergo

    Added 1 new commit:

    • f785cf14 - dashboard: update arrow translation
    Mar 11, 2015

    Added 1 new commit:

    • f785cf14 - dashboard: update arrow translation
    Added 1 new commit: * f785cf14 - dashboard: update arrow translation
    Toggle commit list
  • Bach Dániel @bachdaniel

    Added 12 new commits:

    • 09eda579 - dashboard: help texts
    • 6b1d46f5 - Merge branch 'master' into feature-helptexts
    • 2d0e4a1f - dashboard: add blocktrans tags
    • e8e62da3 - dashboard: help text to vm access
    • 9c802a59 - Merge remote-tracking branch 'origin/feature-helptexts'
    • 0fd140e8 - updated help texts and translations
    • 6a7ca8f5 - misc: add systemd unit files
    • dffc0fbb - circle: disable PIPELINE_JS_COMPRESSOR
    • 903c3070 - circle: make COMPANY_NAME configurable
    • f6a6e14c - circle: add GPL header
    • 35881b87 - dashboard: create arrowfilter templatetag
    • 7a5a3104 - dashboard: use arrowfilter in templates
    Mar 11, 2015

    Added 12 new commits:

    • 09eda579 - dashboard: help texts
    • 6b1d46f5 - Merge branch 'master' into feature-helptexts
    • 2d0e4a1f - dashboard: add blocktrans tags
    • e8e62da3 - dashboard: help text to vm access
    • 9c802a59 - Merge remote-tracking branch 'origin/feature-helptexts'
    • 0fd140e8 - updated help texts and translations
    • 6a7ca8f5 - misc: add systemd unit files
    • dffc0fbb - circle: disable PIPELINE_JS_COMPRESSOR
    • 903c3070 - circle: make COMPANY_NAME configurable
    • f6a6e14c - circle: add GPL header
    • 35881b87 - dashboard: create arrowfilter templatetag
    • 7a5a3104 - dashboard: use arrowfilter in templates
    Added 12 new commits: * 09eda579 - dashboard: help texts * 6b1d46f5 - Merge branch 'master' into feature-helptexts * 2d0e4a1f - dashboard: add blocktrans tags * e8e62da3 - dashboard: help text to vm access * 9c802a59 - Merge remote-tracking branch 'origin/feature-helptexts' * 0fd140e8 - updated help texts and translations * 6a7ca8f5 - misc: add systemd unit files * dffc0fbb - circle: disable PIPELINE_JS_COMPRESSOR * 903c3070 - circle: make COMPANY_NAME configurable * f6a6e14c - circle: add GPL header * 35881b87 - dashboard: create arrowfilter templatetag * 7a5a3104 - dashboard: use arrowfilter in templates
    Toggle commit list
  • Bach Dániel @bachdaniel

    Added ~20 label

    Mar 12, 2015

    Added ~20 label

    Added ~20 label
    Toggle commit list
  • Bach Dániel @bachdaniel

    Removed ~20 label

    Mar 12, 2015

    Removed ~20 label

    Removed ~20 label
    Toggle commit list
  • Kálmán Viktor @kviktor commented Mar 12, 2015
    Owner

    +1

    +1
  • Bach Dániel @bachdaniel

    mentioned in commit 470d1682

    Mar 12, 2015

    mentioned in commit 470d1682

    mentioned in commit 470d1682eb64895b77a7463ca644e3351d6e295e
    Toggle commit list
  • Bach Dániel @bachdaniel

    Status changed to merged

    Mar 12, 2015

    Status changed to merged

    Status changed to merged
    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
Oláh István Gergely
Assignee
Oláh István Gergely @ogergo
Assign to
None
Milestone
None
Assign milestone
Time tracking
0
Labels
None
Assign labels
  • View labels
3
3 participants
Reference: circle/cloud!302