[Bug 376862] New: Link 'Watched Projects' -> Build Monitors
https://bugzilla.novell.com/show_bug.cgi?id=376862 Summary: Link 'Watched Projects' -> Build Monitors Product: openSUSE.org Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: P5 - None Component: BuildService AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: stbinner@novell.com QAContact: adrian@novell.com Found By: Development Please add on https://build.opensuse.org/project/list_my an additional link directly to the build status monitor for each entry. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=376862 Cyril Hrubis <chrubis@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.provo.novell.com |adrian@novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=376862 User stbinner@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=376862#c1 Stephan Binner <stbinner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dl9pf@gmx.de --- Comment #1 from Stephan Binner <stbinner@novell.com> 2008-06-20 02:48:47 MDT --- *** Bug 401543 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=401543 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=376862 User dl9pf@gmx.de added comment https://bugzilla.novell.com/show_bug.cgi?id=376862#c2 --- Comment #2 from Jan-Simon Möller <dl9pf@gmx.de> 2008-06-24 08:01:50 MDT --- quick hack: Insert 2nd line into _watch_list.rhtml: <%= link_to project, :action => :show, :project => project %> <%= link_to " [Monitor Build Status] ", :action => :monitor, :project => project %> <%= link_to_remote "[x]", {:url => {:action => :remove_watched_project, :project => project}, :update => '__watchlist'}, {:class => 'x'} %><br/> -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=376862 User dl9pf@gmx.de added comment https://bugzilla.novell.com/show_bug.cgi?id=376862#c3 --- Comment #3 from Jan-Simon Möller <dl9pf@gmx.de> 2008-06-24 08:14:27 MDT --- svn diff / trunk #1 (tested locally) dl9pf@legolas:~/user/svn/buildservice> svn diff src/webclient/app/views/project/_watch_list.rhtml Index: src/webclient/app/views/project/_watch_list.rhtml =================================================================== --- src/webclient/app/views/project/_watch_list.rhtml (Revision 4259) +++ src/webclient/app/views/project/_watch_list.rhtml (Arbeitskopie) @@ -2,6 +2,7 @@ <% if @watchlist and not @watchlist.empty? -%> <% @watchlist.each do |project| -%> <%= link_to project, :action => :show, :project => project %> + <%= link_to " [Project Monitor] ", :action => :monitor, :project => project %> <%= link_to_remote "[x]", {:url => {:action => :remove_watched_project, :project => project}, :update => '__watchlist'}, {:class => 'x'} %><br/> <% end -%> #2 (not tested) dl9pf@legolas:~/user/svn/buildservice> svn diff src/webclient/app/views/project/list_my.rhtml Index: src/webclient/app/views/project/list_my.rhtml =================================================================== --- src/webclient/app/views/project/list_my.rhtml (Revision 4259) +++ src/webclient/app/views/project/list_my.rhtml (Arbeitskopie) @@ -21,7 +21,8 @@ <h5><%=prj%></h5> <ul> <% packs.each do |pkg| -%> - <li><%= link_to pkg, :controller => :package, :action => :show, :project => prj, :package => pkg %></li> + <li><%= link_to pkg, :controller => :package, :action => :show, :project => prj, :package => pkg %> + <%= link_to " [Project Monitor] ", :action => :monitor, :project => prj %> </li> <% end -%> </ul> <% end -%> -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=376862 User adrian@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=376862#c4 Adrian Schröter <adrian@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|adrian@novell.com |rlihm@novell.com --- Comment #4 from Adrian Schröter <adrian@novell.com> 2008-07-09 02:29:41 MDT --- hm, I have tried your patch, but it makes the page not really readable, IMHO. Robert, what can we do here, maybe add some icons (for monitor and removal) beside the list ? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=376862 User dl9pf@gmx.de added comment https://bugzilla.novell.com/show_bug.cgi?id=376862#c5 --- Comment #5 from Jan-Simon Möller <dl9pf@gmx.de> 2008-07-09 02:56:15 MDT --- You're right, Adrian. The spacing is not good. my 0.02€ : * tabs or * table -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=376862 User dl9pf@gmx.de added comment https://bugzilla.novell.com/show_bug.cgi?id=376862#c6 --- Comment #6 from Jan-Simon Möller <dl9pf@gmx.de> 2008-07-23 05:01:30 MDT --- Created an attachment (id=229500) --> (https://bugzilla.novell.com/attachment.cgi?id=229500) testing version of _watch_list.rhtml this and the next file can be dropped in /srv/www/obs/webclient/app/views/project i used tables have phun -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=376862 User dl9pf@gmx.de added comment https://bugzilla.novell.com/show_bug.cgi?id=376862#c7 --- Comment #7 from Jan-Simon Möller <dl9pf@gmx.de> 2008-07-23 05:02:00 MDT --- Created an attachment (id=229501) --> (https://bugzilla.novell.com/attachment.cgi?id=229501) testing version of list_my.rhtml -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=376862 User dl9pf@gmx.de added comment https://bugzilla.novell.com/show_bug.cgi?id=376862#c8 --- Comment #8 from Jan-Simon Möller <dl9pf@gmx.de> 2008-07-23 05:03:39 MDT --- Created an attachment (id=229503) --> (https://bugzilla.novell.com/attachment.cgi?id=229503) screenshot -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=376862 User dl9pf@gmx.de added comment https://bugzilla.novell.com/show_bug.cgi?id=376862#c9 --- Comment #9 from Jan-Simon Möller <dl9pf@gmx.de> 2008-07-23 06:31:54 MDT --- Looking at the interface now, i think the monitor/unwatch link could be changed to a icon lateron. What do you think about my version as intermediate solution ? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=376862 User abauer@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=376862#c10 Andreas Bauer <abauer@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |abauer@novell.com Status|NEW |RESOLVED Resolution| |FIXED --- Comment #10 from Andreas Bauer <abauer@novell.com> 2008-08-27 06:23:23 MDT --- fixed in r4789 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=376862 User dl9pf@gmx.de added comment https://bugzilla.novell.com/show_bug.cgi?id=376862#c11 Jan-Simon Möller <dl9pf@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #11 from Jan-Simon Möller <dl9pf@gmx.de> 2008-09-08 15:33:18 MDT --- Tnx for the fix! Could we also make this available for the "watched list", please? As in the screenshot ? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=376862 User abauer@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=376862#c12 Andreas Bauer <abauer@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #12 from Andreas Bauer <abauer@novell.com> 2008-09-09 10:01:08 MDT --- updated watchlist in r4929 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com