sface.git
13 years agoTweaks to network items
Andy Bavier [Mon, 7 Mar 2011 22:07:23 +0000 (17:07 -0500)]
Tweaks to network items

Add a count of how many total nodes there were in each network, and how many are already
selected.  Also sort the networks.

13 years agoAdded help screen
Andy Bavier [Tue, 1 Mar 2011 22:19:49 +0000 (17:19 -0500)]
Added help screen

SFA-11
Added a brief help screen to explain how to use the Federation GUI.

13 years agoRewrote using QStandardItemModel
Andy Bavier [Wed, 23 Feb 2011 17:50:13 +0000 (12:50 -0500)]
Rewrote using QStandardItemModel

When trying to implement adding tags to the RSpec, I spent a fair amount of time fighting the TreeItem and NodeModel classes.
It seemed like there was an issue with the interaction between the NodeModel and TreeView but I couldn't figure it out.
Scrapping the custom model and replacing it with QStandardItem and QStandardItemModel fixed my problems.  Now adding and
removing tags appears to be working.

13 years agoRemove slice tags
Andy Bavier [Mon, 21 Feb 2011 22:10:18 +0000 (17:10 -0500)]
Remove slice tags

Allow the user to remove slice tags by clicking on them if he has permission.  Currently the set of user-settable
tags is hardcoded and very small.  The information about which tags are settable by the user should probably be
somewhere in the RSpec...

13 years agoMake tags children of nodes
Andy Bavier [Mon, 21 Feb 2011 18:10:06 +0000 (13:10 -0500)]
Make tags children of nodes

Moved the slice tags to be children of the nodes they belong to, rather than a separate column.
GUI tweaks to make it look a bit cleaner.

13 years agoDraw boxes around tag values
Andy Bavier [Fri, 18 Feb 2011 15:52:03 +0000 (10:52 -0500)]
Draw boxes around tag values

Associate a status ("in", "add", "remove") with each tag.  Draw a colored box around the tag that represents its status.

13 years agoColor tweak
Andy Bavier [Thu, 17 Feb 2011 16:33:00 +0000 (11:33 -0500)]
Color tweak

Make existing nodes cyan.  Nodes to be added are green, and nodes to be removed are red.

13 years agoDisplay slice tags
Andy Bavier [Thu, 17 Feb 2011 16:32:08 +0000 (11:32 -0500)]
Display slice tags

Added a slice tag column to the display.  For each testbed, the column shows the tags for the entire slice at the top by
the testbed's HRN.  Tags associated with particular nodes are shown next to that node.

13 years agoObsoleted; use sfa.util.rspecHelper directly
Andy Bavier [Thu, 17 Feb 2011 16:21:30 +0000 (11:21 -0500)]
Obsoleted; use sfa.util.rspecHelper directly

Removed this module because its functionality has been subsumed by sfa.util.rspecHelper.

13 years agoSetting tag sface-0.1-4 sface-0.1-4
Thierry Parmentelat [Thu, 27 Jan 2011 21:02:00 +0000 (22:02 +0100)]
Setting tag sface-0.1-4
minor changes

13 years agofix URL in specfile - rm svn-keywords
Thierry Parmentelat [Wed, 5 Jan 2011 16:59:01 +0000 (17:59 +0100)]
fix URL in specfile - rm svn-keywords

13 years agothe sface config now only has (*) a registry API URL and (*) a slice API URL
Thierry Parmentelat [Mon, 13 Dec 2010 15:34:50 +0000 (16:34 +0100)]
the sface config now only has (*) a registry API URL and (*) a slice API URL
messages in the config window reminf the usual port #s for SM and AM

13 years agoadd a tags target
Thierry Parmentelat [Mon, 13 Dec 2010 15:33:36 +0000 (16:33 +0100)]
add a tags target

13 years agofix merge between onelab and princeton repositories
root [Mon, 29 Nov 2010 17:41:56 +0000 (12:41 -0500)]
fix merge between onelab and princeton repositories

13 years agoimport pyqt4 after setting the paths. this was all working before as we were setting...
Barış Metin [Fri, 22 Oct 2010 14:38:46 +0000 (16:38 +0200)]
import pyqt4 after setting the paths. this was all working before as we were setting the paths in a bash script.

13 years ago* export PYTHONPATH to sfi.py
Barış Metin [Tue, 19 Oct 2010 10:42:01 +0000 (12:42 +0200)]
* export PYTHONPATH to sfi.py
* insert mac specific paths to the front

13 years agoSetting tag sface-0.1-3 sface-0.1-3
Barış Metin [Thu, 14 Oct 2010 16:25:54 +0000 (18:25 +0200)]
Setting tag sface-0.1-3
sface-0.1-3, with improvement on process output.

13 years agotest commit
Barış Metin [Thu, 14 Oct 2010 15:03:17 +0000 (17:03 +0200)]
test commit

13 years agofix config.debug
Barış Metin [Thu, 14 Oct 2010 14:59:16 +0000 (16:59 +0200)]
fix config.debug

13 years agoelemNode delegate working properly. Gotta test with an RSpec, XML with atts.
Giovanni Gherdovich [Tue, 12 Oct 2010 09:32:33 +0000 (11:32 +0200)]
elemNode delegate working properly. Gotta test with an RSpec, XML with atts.

13 years agoelement nodes randered by QPainter without html help. On the way.
Giovanni Gherdovich [Mon, 11 Oct 2010 17:42:54 +0000 (19:42 +0200)]
element nodes randered by QPainter without html help. On the way.

13 years agocleaning statement to sys.__stdout__
Giovanni Gherdovich [Mon, 11 Oct 2010 14:24:30 +0000 (16:24 +0200)]
cleaning  statement to sys.__stdout__

13 years agofixed performance issue with StringIO.
Giovanni Gherdovich [Mon, 11 Oct 2010 14:22:16 +0000 (16:22 +0200)]
fixed performance issue with StringIO.

13 years agoon the way of getting rid of HTML in XML viz. The model passes a QObject instead...
Giovanni Gherdovich [Fri, 8 Oct 2010 15:37:42 +0000 (17:37 +0200)]
on the way of getting rid of HTML in XML viz. The model passes a QObject instead of a Qstring

13 years agoreverted last commit, which was just few print statement. Looks like sface is keeping...
Giovanni Gherdovich [Fri, 8 Oct 2010 08:13:55 +0000 (10:13 +0200)]
reverted last commit, which was just few print statement. Looks like sface is keeping the status from one exec to the other... what the hell?

13 years agodone with refactoring for xmlrpc tracking. Need better print for certs, passing pytho...
Giovanni Gherdovich [Fri, 8 Oct 2010 08:09:28 +0000 (10:09 +0200)]
done with refactoring for xmlrpc tracking. Need better print for certs, passing python objs instead of strings from the xml model

13 years agorefactoring on the way. Need some more debug
Giovanni Gherdovich [Thu, 7 Oct 2010 16:44:44 +0000 (18:44 +0200)]
refactoring on the way. Need some more debug

13 years agofix merge conflicts
Giovanni Gherdovich [Thu, 7 Oct 2010 12:40:19 +0000 (14:40 +0200)]
fix merge conflicts

13 years agotracking xmlrpc. refactory needed: abstract xml stuff common to rspec and xmltracker.
Giovanni Gherdovich [Thu, 7 Oct 2010 12:38:10 +0000 (14:38 +0200)]
tracking xmlrpc. refactory needed: abstract xml stuff common to rspec and xmltracker.

13 years agofix thanks to Giovanni
Barış Metin [Wed, 6 Oct 2010 15:22:44 +0000 (17:22 +0200)]
fix thanks to Giovanni

13 years agoxmlrpc viewer. Refactoring needed: abstract the xml stuff common to rspec and xmlrpc...
Giovanni Gherdovich [Wed, 6 Oct 2010 15:09:39 +0000 (17:09 +0200)]
xmlrpc viewer. Refactoring needed: abstract the xml stuff common to rspec and xmlrpc, handle incompatibilities with HTML coloring

13 years agoread the output from qprocess instance
Barış Metin [Fri, 1 Oct 2010 11:40:22 +0000 (13:40 +0200)]
read the output from qprocess instance

13 years agojust print process output (to log window)
Barış Metin [Mon, 27 Sep 2010 15:54:43 +0000 (17:54 +0200)]
just print process output (to log window)

13 years agoSetting tag sface-0.1-2 sface-0.1-2
Thierry Parmentelat [Mon, 27 Sep 2010 14:53:08 +0000 (16:53 +0200)]
Setting tag sface-0.1-2
initial version with rpm packaging

13 years agoMerge branch 'master' of git.onelab.eu:/git/sface sface-0.1-1
Barış Metin [Mon, 27 Sep 2010 14:13:34 +0000 (16:13 +0200)]
Merge branch 'master' of git.onelab.eu:/git/sface

13 years agoappend instead of extend
Barış Metin [Mon, 27 Sep 2010 14:13:30 +0000 (16:13 +0200)]
append instead of extend

13 years agouse config instead of options
Barış Metin [Mon, 27 Sep 2010 14:04:28 +0000 (16:04 +0200)]
use config instead of options

13 years agooptionally print env
Barış Metin [Mon, 27 Sep 2010 13:54:24 +0000 (15:54 +0200)]
optionally print env

13 years agorm -f
Thierry Parmentelat [Fri, 24 Sep 2010 15:28:05 +0000 (17:28 +0200)]
rm -f

13 years agoadded changelog section to specfile
Giovanni Gherdovich [Fri, 24 Sep 2010 14:38:57 +0000 (16:38 +0200)]
added changelog section to specfile

13 years agoadded spec file in order to build the RPM
Giovanni Gherdovich [Fri, 24 Sep 2010 14:35:56 +0000 (16:35 +0200)]
added spec file in order to build the RPM

13 years agoget rid of sface.{bin,py}
Barış Metin [Fri, 24 Sep 2010 12:45:08 +0000 (14:45 +0200)]
get rid of sface.{bin,py}

13 years agoremove debug print
Barış Metin [Fri, 24 Sep 2010 12:44:30 +0000 (14:44 +0200)]
remove debug print

13 years agojust putting a style here..
Barış Metin [Thu, 23 Sep 2010 14:02:18 +0000 (16:02 +0200)]
just putting a style here..

13 years agotypo
Barış Metin [Thu, 23 Sep 2010 13:13:39 +0000 (15:13 +0200)]
typo

13 years agoMerge branch 'master' of git://git.onelab.eu/sface
Giovanni Gherdovich [Mon, 20 Sep 2010 17:20:32 +0000 (19:20 +0200)]
Merge branch 'master' of git://git.onelab.eu/sface

13 years agosyntax highlighting to XML, the HTML way
Giovanni Gherdovich [Mon, 20 Sep 2010 17:20:23 +0000 (19:20 +0200)]
syntax highlighting to XML, the HTML way

13 years agoMerge branch 'master' of ssh://git.onelab.eu/git/sface
Thierry Parmentelat [Fri, 17 Sep 2010 15:26:09 +0000 (17:26 +0200)]
Merge branch 'master' of ssh://git.onelab.eu/git/sface

13 years agoauto scroll log
Barış Metin [Fri, 17 Sep 2010 15:14:53 +0000 (17:14 +0200)]
auto scroll log

13 years agotweaks - should be callable from anywhere - sfa's PYTHONPATH not managed anymore
Thierry Parmentelat [Fri, 17 Sep 2010 15:04:18 +0000 (17:04 +0200)]
tweaks - should be callable from anywhere - sfa's PYTHONPATH not managed anymore

13 years agodon't continue on search when found (practically, this doesn't have an affect as...
Barış Metin [Fri, 17 Sep 2010 09:40:15 +0000 (11:40 +0200)]
don't continue on search when found (practically, this doesn't have an affect as it's a leaf that we search for, but just in case).

13 years agocomment on widget render
Barış Metin [Fri, 17 Sep 2010 08:45:15 +0000 (10:45 +0200)]
comment on widget render

13 years agoexpand node in rpsecwindow only if it's visible
Barış Metin [Fri, 17 Sep 2010 08:24:01 +0000 (10:24 +0200)]
expand node in rpsecwindow only if it's visible

13 years agoupdate rspec view on change
Barış Metin [Wed, 15 Sep 2010 22:47:10 +0000 (00:47 +0200)]
update rspec view on change

13 years agoupdate for win
Barış Metin [Wed, 15 Sep 2010 22:29:04 +0000 (00:29 +0200)]
update for win

13 years agodefine model before nested functions
Barış Metin [Wed, 15 Sep 2010 20:14:22 +0000 (22:14 +0200)]
define model before nested functions

13 years agofix for empty sfi_config
Barış Metin [Wed, 15 Sep 2010 20:08:18 +0000 (22:08 +0200)]
fix for empty sfi_config

13 years agouse currentChanged slot instead of mouseReleaseEvent
Barış Metin [Wed, 15 Sep 2010 16:02:18 +0000 (18:02 +0200)]
use currentChanged slot instead of mouseReleaseEvent

13 years agoshow node in rspecwindow when it's selected
Barış Metin [Wed, 15 Sep 2010 15:29:36 +0000 (17:29 +0200)]
show node in rspecwindow when it's selected

13 years agoupdate todo
Barış Metin [Wed, 15 Sep 2010 13:47:06 +0000 (15:47 +0200)]
update todo

13 years agouse a simple QObject and StringIO for log window
Barış Metin [Wed, 15 Sep 2010 13:42:05 +0000 (15:42 +0200)]
use a simple QObject and StringIO for log window

13 years agoit _will_ take a long time to interact with sfa
Barış Metin [Wed, 15 Sep 2010 12:01:58 +0000 (14:01 +0200)]
it _will_ take a long time to interact with sfa

13 years agoa little better navigation
Barış Metin [Wed, 15 Sep 2010 10:57:16 +0000 (12:57 +0200)]
a little better navigation

13 years agoupdate rspecview properly
Barış Metin [Wed, 15 Sep 2010 10:50:27 +0000 (12:50 +0200)]
update rspecview properly

13 years agorun in background
Barış Metin [Wed, 15 Sep 2010 10:44:41 +0000 (12:44 +0200)]
run in background

13 years agosimplify string operations.
Barış Metin [Wed, 15 Sep 2010 10:44:04 +0000 (12:44 +0200)]
simplify string operations.
expand only first level in rspecscreen

13 years agoMerge branch 'master' of git://git.onelab.eu/sface
Giovanni Gherdovich [Wed, 15 Sep 2010 10:18:51 +0000 (12:18 +0200)]
Merge branch 'master' of git://git.onelab.eu/sface

13 years agomanage signals between screens through sfascreen
Barış Metin [Wed, 15 Sep 2010 10:18:36 +0000 (12:18 +0200)]
manage signals between screens through sfascreen

13 years agoMerge branch 'master' of git://git.onelab.eu/sface
Giovanni Gherdovich [Wed, 15 Sep 2010 10:14:49 +0000 (12:14 +0200)]
Merge branch 'master' of git://git.onelab.eu/sface

13 years agoremoved the dummy root 'xml' tag from rspec view
Giovanni Gherdovich [Wed, 15 Sep 2010 10:13:44 +0000 (12:13 +0200)]
removed the dummy root 'xml' tag from rspec view

13 years agoexpanding all items is too slow
Barış Metin [Wed, 15 Sep 2010 10:01:38 +0000 (12:01 +0200)]
expanding all items is too slow

13 years agointroduce RSpecView, inherited from QTreeView
Barış Metin [Wed, 15 Sep 2010 09:46:34 +0000 (11:46 +0200)]
introduce RSpecView, inherited from QTreeView

13 years agohide header
Barış Metin [Wed, 15 Sep 2010 09:36:21 +0000 (11:36 +0200)]
hide header

13 years agofix signals
Barış Metin [Wed, 15 Sep 2010 09:33:25 +0000 (11:33 +0200)]
fix signals

13 years agoupdate rspecscreen when data is updated
Barış Metin [Wed, 15 Sep 2010 09:17:42 +0000 (11:17 +0200)]
update rspecscreen when data is updated

13 years agoimplement xmlwindow as a screen (rspecscreen)
Barış Metin [Wed, 15 Sep 2010 09:13:08 +0000 (11:13 +0200)]
implement xmlwindow as a screen (rspecscreen)

13 years agominor fixes
Barış Metin [Wed, 15 Sep 2010 08:58:44 +0000 (10:58 +0200)]
minor fixes

13 years agocheck if rspec is not there
Barış Metin [Wed, 15 Sep 2010 08:56:22 +0000 (10:56 +0200)]
check if rspec is not there

13 years agomove domItem and domModel in xmlwindow
Barış Metin [Wed, 15 Sep 2010 08:53:20 +0000 (10:53 +0200)]
move domItem and domModel in xmlwindow

13 years agoadded items in TODO
Giovanni Gherdovich [Tue, 14 Sep 2010 22:44:30 +0000 (00:44 +0200)]
added items in TODO

13 years agotemporary change to logwindow.py. QIODevice can't be instantiated
Giovanni Gherdovich [Tue, 14 Sep 2010 22:41:27 +0000 (00:41 +0200)]
temporary change to logwindow.py. QIODevice can't be instantiated

13 years agominor changes to mainwindow.py
Giovanni Gherdovich [Tue, 14 Sep 2010 22:37:15 +0000 (00:37 +0200)]
minor changes to mainwindow.py

13 years agoadded XML visualization for RSpecs
Giovanni Gherdovich [Tue, 14 Sep 2010 22:27:38 +0000 (00:27 +0200)]
added XML visualization for RSpecs

13 years agostart output redirecting to the log viewer
Barış Metin [Tue, 14 Sep 2010 14:10:42 +0000 (16:10 +0200)]
start output redirecting to the log viewer

13 years agoset verbose to True by default
Barış Metin [Tue, 14 Sep 2010 13:29:20 +0000 (15:29 +0200)]
set verbose to True by default

13 years agokeep logwindow as a child of mainwindow
Barış Metin [Tue, 14 Sep 2010 13:26:56 +0000 (15:26 +0200)]
keep logwindow as a child of mainwindow

13 years agoimplement isRunning for sfiprocess
Barış Metin [Tue, 14 Sep 2010 13:26:21 +0000 (15:26 +0200)]
implement isRunning for sfiprocess

13 years agouse a single sfiprocess object for all commands.
Barış Metin [Tue, 14 Sep 2010 13:26:01 +0000 (15:26 +0200)]
use a single sfiprocess object for all commands.

13 years agoshow log window
Barış Metin [Tue, 14 Sep 2010 11:53:56 +0000 (13:53 +0200)]
show log window

13 years agostart for log window
Barış Metin [Tue, 14 Sep 2010 11:43:37 +0000 (13:43 +0200)]
start  for log window

13 years agouse gridlayout for configuration
Barış Metin [Tue, 14 Sep 2010 11:43:25 +0000 (13:43 +0200)]
use gridlayout for configuration

13 years agorefresh (update) slice data 1 second after submitting the new rspec.
Barış Metin [Tue, 14 Sep 2010 09:29:16 +0000 (11:29 +0200)]
refresh (update) slice data 1 second after submitting the new rspec.

13 years agoprint error status and output on errors
Barış Metin [Tue, 14 Sep 2010 09:20:50 +0000 (11:20 +0200)]
print error status and output on errors

13 years agoinstall file
Barış Metin [Mon, 13 Sep 2010 16:13:35 +0000 (18:13 +0200)]
install file

13 years agoupdate todo
Barış Metin [Mon, 13 Sep 2010 15:46:40 +0000 (17:46 +0200)]
update todo

13 years agoadd a TODO
Barış Metin [Mon, 13 Sep 2010 15:45:19 +0000 (17:45 +0200)]
add a TODO

13 years agoSubmit button works.
Barış Metin [Mon, 13 Sep 2010 15:45:04 +0000 (17:45 +0200)]
Submit button works.

13 years agoadd applyRSpec to sfiprocess
Barış Metin [Mon, 13 Sep 2010 14:57:32 +0000 (16:57 +0200)]
add applyRSpec to sfiprocess

13 years agoadd tooltip to nodeview
Barış Metin [Mon, 13 Sep 2010 14:25:48 +0000 (16:25 +0200)]
add tooltip to nodeview

13 years agorename selected column to status and give better description
Barış Metin [Mon, 13 Sep 2010 14:24:05 +0000 (16:24 +0200)]
rename selected column to status and give better description