From mannie at mygrid.org.uk Mon Aug 15 20:32:58 2011 From: mannie at mygrid.org.uk (Mannie Tagarira) Date: Mon, 15 Aug 2011 20:32:58 -0400 Subject: [BioCatalogue-developers] BioCatalogue iPad and iPhone App Message-ID: <11027571-B3C1-4C0A-B410-EAA3B39E54E1@mygrid.org.uk> Hello everyone, It is my pleasure to inform you that the official BioCatalogue iPhone and iPad app is now available on the app store for free download. Accessing and sharing the BioCatalogue's web service just got easier! This app allows you to browse the catalogue for services, service providers, other BioCatalogue members. In addition to this, you can log into your BioCatalogue account through the app to view: * your favourite web services; * the web services you have submitted; * the web services for which you are responsible. You can also view information about web services including monitoring details, REST endpoints, SOAP Operations, and so on. View the app in the app store via http://itunes.apple.com/us/app/biocatalogue/id450120348?ls=1&mt=8 Regards, Mannie Tagarira -------------- next part -------------- An HTML attachment was scrubbed... URL: From issues at mygrid.org.uk Tue Aug 16 10:09:41 2011 From: issues at mygrid.org.uk (Jiten Bhagat (JIRA)) Date: Tue, 16 Aug 2011 15:09:41 +0100 (BST) Subject: [BioCatalogue-developers] [JIRA] Created: (BIOCAT-684) /lookup call is not working when Accept header is set to application/xml Message-ID: <6211393.15.1313503781808.JavaMail.jira@rosalind.cs.man.ac.uk> /lookup call is not working when Accept header is set to application/xml ------------------------------------------------------------------------ Key: BIOCAT-684 URL: http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-684 Project: BioCatalogue Issue Type: Bug Components: REST API Affects Versions: 1.0.1 Reporter: Jiten Bhagat Assignee: Jiten Bhagat Priority: Blocker Fix For: 1.1.0 The following lookup call: http://sandbox.biocatalogue.org/lookup?wsdl_location=http://ws.adaptivedisclosure.org/axis/services/SearcherWS?wsdl ... works OK in the browser. BUT when calling it via the command line (etc) using an Accept header of "application/xml" it fails with an HTTP 400. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira From issues at mygrid.org.uk Tue Aug 16 10:15:41 2011 From: issues at mygrid.org.uk (Jiten Bhagat (JIRA)) Date: Tue, 16 Aug 2011 15:15:41 +0100 (BST) Subject: [BioCatalogue-developers] [JIRA] Commented: (BIOCAT-684) /lookup call is not working when Accept header is set to application/xml In-Reply-To: <6211393.15.1313503781808.JavaMail.jira@rosalind.cs.man.ac.uk> Message-ID: <32778216.16.1313504141774.JavaMail.jira@rosalind.cs.man.ac.uk> [ http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17421#comment-17421 ] Jiten Bhagat commented on BIOCAT-684: ------------------------------------- Seems to work if the WSDL URL is properly URL encoded. I.e.: http://sandbox.biocatalogue.org/lookup?wsdl_location=http%3A%2F%2Fws.adaptivedisclosure.org%2Faxis%2Fservices%2FSearcherWS%3Fwsdl > /lookup call is not working when Accept header is set to application/xml > ------------------------------------------------------------------------ > > Key: BIOCAT-684 > URL: http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-684 > Project: BioCatalogue > Issue Type: Bug > Components: REST API > Affects Versions: 1.0.1 > Reporter: Jiten Bhagat > Assignee: Jiten Bhagat > Priority: Blocker > Fix For: 1.1.0 > > > The following lookup call: > http://sandbox.biocatalogue.org/lookup?wsdl_location=http://ws.adaptivedisclosure.org/axis/services/SearcherWS?wsdl > ... works OK in the browser. BUT when calling it via the command line (etc) using an Accept header of "application/xml" it fails with an HTTP 400. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira From issues at mygrid.org.uk Tue Aug 16 10:18:41 2011 From: issues at mygrid.org.uk (Jiten Bhagat (JIRA)) Date: Tue, 16 Aug 2011 15:18:41 +0100 (BST) Subject: [BioCatalogue-developers] [JIRA] Commented: (BIOCAT-684) /lookup call is not working when Accept header is set to application/xml In-Reply-To: <6211393.15.1313503781808.JavaMail.jira@rosalind.cs.man.ac.uk> Message-ID: <27867238.17.1313504321750.JavaMail.jira@rosalind.cs.man.ac.uk> [ http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17422#comment-17422 ] Jiten Bhagat commented on BIOCAT-684: ------------------------------------- Turns out: If you hit "/lookup" with "Accept: application/xml", the code in app/metal/linked_data_handler tries to redirect you to the equivalent .xml version of that lookup call (for Linked Data purposes). So if the WSDL URL has a question mark in it that isn't properly encoded, it will have trouble figuring this link out. > /lookup call is not working when Accept header is set to application/xml > ------------------------------------------------------------------------ > > Key: BIOCAT-684 > URL: http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-684 > Project: BioCatalogue > Issue Type: Bug > Components: REST API > Affects Versions: 1.0.1 > Reporter: Jiten Bhagat > Assignee: Jiten Bhagat > Priority: Blocker > Fix For: 1.1.0 > > > The following lookup call: > http://sandbox.biocatalogue.org/lookup?wsdl_location=http://ws.adaptivedisclosure.org/axis/services/SearcherWS?wsdl > ... works OK in the browser. BUT when calling it via the command line (etc) using an Accept header of "application/xml" it fails with an HTTP 400. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira From issues at mygrid.org.uk Thu Aug 18 11:18:41 2011 From: issues at mygrid.org.uk (Jiten Bhagat (JIRA)) Date: Thu, 18 Aug 2011 16:18:41 +0100 (BST) Subject: [BioCatalogue-developers] [JIRA] Commented: (BIOCAT-667) Implement migration script to move all annotation values into appropriate models In-Reply-To: <5396534.2776.1310038979944.JavaMail.jira@rosalind.cs.man.ac.uk> Message-ID: <13372010.34.1313680721827.JavaMail.jira@rosalind.cs.man.ac.uk> [ http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17428#comment-17428 ] Jiten Bhagat commented on BIOCAT-667: ------------------------------------- Initial version implemented. > Implement migration script to move all annotation values into appropriate models > -------------------------------------------------------------------------------- > > Key: BIOCAT-667 > URL: http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-667 > Project: BioCatalogue > Issue Type: Sub-task > Components: Annotations (in App) > Reporter: Jiten Bhagat > Assignee: Jiten Bhagat > Priority: Blocker > Fix For: 1.1.0 > > > Add this to the v3 migration script from the annotations plugin -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira From noreply at rubyforge.org Thu Aug 18 11:21:37 2011 From: noreply at rubyforge.org (noreply at rubyforge.org) Date: Thu, 18 Aug 2011 11:21:37 -0400 (EDT) Subject: [BioCatalogue-developers] [2485] branches/v1.1.0: [BIOCAT-607] [UNSTABLE] Major initial work on refactoring out annotation values as first class polymorphic objects . Message-ID: <20110818152138.73E0A158806E@rubyforge.org> An HTML attachment was scrubbed... URL: From issues at mygrid.org.uk Thu Aug 18 11:22:41 2011 From: issues at mygrid.org.uk (Jiten Bhagat (JIRA)) Date: Thu, 18 Aug 2011 16:22:41 +0100 (BST) Subject: [BioCatalogue-developers] [JIRA] Work logged: (BIOCAT-607) Refactor out annotation values as first class polymorphic objects In-Reply-To: <22920035.1301.1307630815347.JavaMail.jira@rosalind.cs.man.ac.uk> Message-ID: <20947277.35.1313680961770.JavaMail.jira@rosalind.cs.man.ac.uk> [ http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-607?page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel\#worklog-{worklog.getId()} ] Jiten Bhagat logged work on BIOCAT-607: --------------------------------------- Author: Jiten Bhagat Created on: 2011-08-18 16:22 Start Date: 2011-08-15 16:22 Worklog Time Spent: 2 days, 4 hours Issue Time Tracking ------------------- Remaining Estimate: 0 minutes Time Spent: 2 days, 4 hours Worklog Id: (was: 10520) > Refactor out annotation values as first class polymorphic objects > ----------------------------------------------------------------- > > Key: BIOCAT-607 > URL: http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-607 > Project: BioCatalogue > Issue Type: Improvement > Components: Annotations (in App), Annotations Plugin > Reporter: Jiten Bhagat > Assignee: Jiten Bhagat > Priority: Blocker > Fix For: 1.1.0 > > Time Spent: 2 days, 4 hours > Remaining Estimate: 0 minutes > > Currently, values in annotations are just a string. This needs to be stripped out into first class objects such as: > - Tag > - Code / Script (?) > - TextValue (should be made available in plugin) > etc. > This will help with performance as then you wouldn't need to do GROUP BY queries on strings in the db, and in general it would be nicer model to worth with. > BUT NOTE: this would require some comprehensive and meticulous fine-combing of the whole system to ensure nothing breaks as a result. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira From noreply at rubyforge.org Thu Aug 18 11:28:51 2011 From: noreply at rubyforge.org (noreply at rubyforge.org) Date: Thu, 18 Aug 2011 11:28:51 -0400 (EDT) Subject: [BioCatalogue-developers] [2486] branches/v1.1.0/app/models: Fixes to some queries Message-ID: <20110818152851.736E71858300@rubyforge.org> An HTML attachment was scrubbed... URL: From noreply at rubyforge.org Thu Aug 18 11:48:44 2011 From: noreply at rubyforge.org (noreply at rubyforge.org) Date: Thu, 18 Aug 2011 11:48:44 -0400 (EDT) Subject: [BioCatalogue-developers] [2487] branches/v1.1.0/script/biocatalogue/migrate_display_names_jul11.rb: Fix taking into account latest annotations changes Message-ID: <20110818154845.04DC7158806B@rubyforge.org> An HTML attachment was scrubbed... URL: From noreply at rubyforge.org Mon Aug 22 10:39:54 2011 From: noreply at rubyforge.org (noreply at rubyforge.org) Date: Mon, 22 Aug 2011 10:39:54 -0400 (EDT) Subject: [BioCatalogue-developers] [2488] branches/v1.1.0/lib/bio_catalogue/annotations/custom_migration_to_v3 .rb: Remove some debug code Message-ID: <20110822143954.362A71588075@rubyforge.org> An HTML attachment was scrubbed... URL: From issues at mygrid.org.uk Tue Aug 23 09:53:41 2011 From: issues at mygrid.org.uk (Jiten Bhagat (JIRA)) Date: Tue, 23 Aug 2011 14:53:41 +0100 (BST) Subject: [BioCatalogue-developers] [JIRA] Work started: (BIOCAT-682) Update Annotations plugin to force acts_as_annotatable models to specify the "name" field In-Reply-To: <20532854.137.1311778964723.JavaMail.jira@rosalind.cs.man.ac.uk> Message-ID: <320318.101.1314107621844.JavaMail.jira@rosalind.cs.man.ac.uk> [ http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on BIOCAT-682 started by Jiten Bhagat. > Update Annotations plugin to force acts_as_annotatable models to specify the "name" field > ----------------------------------------------------------------------------------------- > > Key: BIOCAT-682 > URL: http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-682 > Project: BioCatalogue > Issue Type: Improvement > Components: Annotations Plugin > Reporter: Jiten Bhagat > Assignee: Jiten Bhagat > Priority: Critical > Fix For: 1.1.0 > > > Need to update the {{acts_as_annotatable}} mixin in the Annotations plugin to force the model to specify what the "name" field is. Like how the {{acts_as_annotation_value mixin works}}. > This can then be used in queries, etc. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira From issues at mygrid.org.uk Tue Aug 23 09:53:44 2011 From: issues at mygrid.org.uk (Jiten Bhagat (JIRA)) Date: Tue, 23 Aug 2011 14:53:44 +0100 (BST) Subject: [BioCatalogue-developers] [JIRA] Work started: (BIOCAT-607) Refactor out annotation values as first class polymorphic objects In-Reply-To: <22920035.1301.1307630815347.JavaMail.jira@rosalind.cs.man.ac.uk> Message-ID: <26618319.102.1314107624459.JavaMail.jira@rosalind.cs.man.ac.uk> [ http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on BIOCAT-607 started by Jiten Bhagat. > Refactor out annotation values as first class polymorphic objects > ----------------------------------------------------------------- > > Key: BIOCAT-607 > URL: http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-607 > Project: BioCatalogue > Issue Type: Improvement > Components: Annotations (in App), Annotations Plugin > Reporter: Jiten Bhagat > Assignee: Jiten Bhagat > Priority: Blocker > Fix For: 1.1.0 > > Time Spent: 2 days, 4 hours > Remaining Estimate: 0 minutes > > Currently, values in annotations are just a string. This needs to be stripped out into first class objects such as: > - Tag > - Code / Script (?) > - TextValue (should be made available in plugin) > etc. > This will help with performance as then you wouldn't need to do GROUP BY queries on strings in the db, and in general it would be nicer model to worth with. > BUT NOTE: this would require some comprehensive and meticulous fine-combing of the whole system to ensure nothing breaks as a result. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira From issues at mygrid.org.uk Tue Aug 23 09:53:46 2011 From: issues at mygrid.org.uk (Jiten Bhagat (JIRA)) Date: Tue, 23 Aug 2011 14:53:46 +0100 (BST) Subject: [BioCatalogue-developers] [JIRA] Work started: (BIOCAT-444) Optimize the code to retrieve display name annotations in BioCatalogue::Filtering::Annotations.get_filters_for_annotatables In-Reply-To: <754586.7519.1279628775436.JavaMail.jira@rosalind.cs.man.ac.uk> Message-ID: <4408901.103.1314107626805.JavaMail.jira@rosalind.cs.man.ac.uk> [ http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on BIOCAT-444 started by Jiten Bhagat. > Optimize the code to retrieve display name annotations in BioCatalogue::Filtering::Annotations.get_filters_for_annotatables > ---------------------------------------------------------------------------------------------------------------------------- > > Key: BIOCAT-444 > URL: http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-444 > Project: BioCatalogue > Issue Type: Improvement > Components: Performance / Optimisations > Reporter: Mannie Tagarira > Assignee: Jiten Bhagat > Fix For: 1.1.0 > > -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira From noreply at rubyforge.org Tue Aug 23 10:01:13 2011 From: noreply at rubyforge.org (noreply at rubyforge.org) Date: Tue, 23 Aug 2011 10:01:13 -0400 (EDT) Subject: [BioCatalogue-developers] [2489] branches/v1.1.0/app/models/annotation.rb: Adding more to the unholy hack that checks for a valid URL for documentation_url annotations Message-ID: <20110823140114.09323158806B@rubyforge.org> An HTML attachment was scrubbed... URL: From noreply at rubyforge.org Tue Aug 23 10:17:38 2011 From: noreply at rubyforge.org (noreply at rubyforge.org) Date: Tue, 23 Aug 2011 10:17:38 -0400 (EDT) Subject: [BioCatalogue-developers] [2490] branches/v1.1.0/app/models/annotation.rb: On second thoughts, remove the check for valid URLs for documentation_url annotations as it was causing more problems than not . Message-ID: <20110823141738.7B407158807C@rubyforge.org> An HTML attachment was scrubbed... URL: From noreply at rubyforge.org Tue Aug 23 10:18:01 2011 From: noreply at rubyforge.org (noreply at rubyforge.org) Date: Tue, 23 Aug 2011 10:18:01 -0400 (EDT) Subject: [BioCatalogue-developers] [2491] branches/v1.1.0/lib/bio_catalogue/annotations/custom_migration_to_v3 .rb: Further fixes for the Annotations v3 custom data migration logic Message-ID: <20110823141801.A8CAD158807B@rubyforge.org> An HTML attachment was scrubbed... URL: From issues at mygrid.org.uk Wed Aug 24 11:36:41 2011 From: issues at mygrid.org.uk (Robert Haines (JIRA)) Date: Wed, 24 Aug 2011 16:36:41 +0100 (BST) Subject: [BioCatalogue-developers] [JIRA] Created: (BIOCAT-685) Search for existing services based on old WSDL URLs Message-ID: <14338417.148.1314200201760.JavaMail.jira@rosalind.cs.man.ac.uk> Search for existing services based on old WSDL URLs ---------------------------------------------------- Key: BIOCAT-685 URL: http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-685 Project: BioCatalogue Issue Type: Sub-task Reporter: Robert Haines Assignee: Robert Haines -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira From issues at mygrid.org.uk Wed Aug 24 11:36:48 2011 From: issues at mygrid.org.uk (Robert Haines (JIRA)) Date: Wed, 24 Aug 2011 16:36:48 +0100 (BST) Subject: [BioCatalogue-developers] [JIRA] Assigned: (BIOCAT-662) Allow those responsible for a service to edit it's WSDL location In-Reply-To: <22914152.2503.1309509295351.JavaMail.jira@rosalind.cs.man.ac.uk> Message-ID: <31307612.149.1314200208522.JavaMail.jira@rosalind.cs.man.ac.uk> [ http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-662?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Haines reassigned BIOCAT-662: ------------------------------------ Assignee: Robert Haines (was: Jiten Bhagat) > Allow those responsible for a service to edit it's WSDL location > ---------------------------------------------------------------- > > Key: BIOCAT-662 > URL: http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-662 > Project: BioCatalogue > Issue Type: New Feature > Components: REST API, Service Container, Web Interface > Reporter: Jiten Bhagat > Assignee: Robert Haines > Priority: Blocker > Fix For: 1.1.0 > > > Both Jose (from the INB services) and Marco have asked for the ability to edit the WSDL location for a service. > Implement a feature to allow this in the web interface AND API. > Make sure to store an activity log when this happens, with the old and new WSDL location values registered. > Can just reuse the {{wsdl_files}} table to store this change. > Also need to trigger a service update. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira From issues at mygrid.org.uk Wed Aug 24 11:36:52 2011 From: issues at mygrid.org.uk (Robert Haines (JIRA)) Date: Wed, 24 Aug 2011 16:36:52 +0100 (BST) Subject: [BioCatalogue-developers] [JIRA] Assigned: (BIOCAT-683) Show previous WSDL URLs in the UI In-Reply-To: <17669339.139.1311779087418.JavaMail.jira@rosalind.cs.man.ac.uk> Message-ID: <9647261.150.1314200212953.JavaMail.jira@rosalind.cs.man.ac.uk> [ http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Haines reassigned BIOCAT-683: ------------------------------------ Assignee: Robert Haines (was: Jiten Bhagat) > Show previous WSDL URLs in the UI > --------------------------------- > > Key: BIOCAT-683 > URL: http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-683 > Project: BioCatalogue > Issue Type: Sub-task > Components: Web Interface > Reporter: Jiten Bhagat > Assignee: Robert Haines > Fix For: 1.1.0 > > > From Marco: > {quote} > Re: keep old ref. This would be very useful when you find a 'depricated' reference used in a workflow or application. That is how I discoverd this problem: Taverna told me the service didn't exist anymore, so I changed the wsdl reference in the workflow. It would be nice if I could find the new reference on biocatalogue through the old reference. > {quote} > We already have the {{wsdl_files}} table that stores this info. So now just need to show the previous WSDL URLs in the UI. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira From issues at mygrid.org.uk Wed Aug 24 11:36:55 2011 From: issues at mygrid.org.uk (Robert Haines (JIRA)) Date: Wed, 24 Aug 2011 16:36:55 +0100 (BST) Subject: [BioCatalogue-developers] [JIRA] Created: (BIOCAT-686) Checks for duplicate services should check older WSDL URLs too Message-ID: <17010741.151.1314200215687.JavaMail.jira@rosalind.cs.man.ac.uk> Checks for duplicate services should check older WSDL URLs too -------------------------------------------------------------- Key: BIOCAT-686 URL: http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-686 Project: BioCatalogue Issue Type: Sub-task Reporter: Robert Haines Assignee: Robert Haines -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira From issues at mygrid.org.uk Wed Aug 24 12:52:42 2011 From: issues at mygrid.org.uk (Robert Haines (JIRA)) Date: Wed, 24 Aug 2011 17:52:42 +0100 (BST) Subject: [BioCatalogue-developers] [JIRA] Work started: (BIOCAT-683) Show previous WSDL URLs in the UI In-Reply-To: <17669339.139.1311779087418.JavaMail.jira@rosalind.cs.man.ac.uk> Message-ID: <8911190.152.1314204762515.JavaMail.jira@rosalind.cs.man.ac.uk> [ http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on BIOCAT-683 started by Robert Haines. > Show previous WSDL URLs in the UI > --------------------------------- > > Key: BIOCAT-683 > URL: http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-683 > Project: BioCatalogue > Issue Type: Sub-task > Components: Web Interface > Reporter: Jiten Bhagat > Assignee: Robert Haines > Fix For: 1.1.0 > > > From Marco: > {quote} > Re: keep old ref. This would be very useful when you find a 'depricated' reference used in a workflow or application. That is how I discoverd this problem: Taverna told me the service didn't exist anymore, so I changed the wsdl reference in the workflow. It would be nice if I could find the new reference on biocatalogue through the old reference. > {quote} > We already have the {{wsdl_files}} table that stores this info. So now just need to show the previous WSDL URLs in the UI. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira From issues at mygrid.org.uk Wed Aug 24 12:52:46 2011 From: issues at mygrid.org.uk (Robert Haines (JIRA)) Date: Wed, 24 Aug 2011 17:52:46 +0100 (BST) Subject: [BioCatalogue-developers] [JIRA] Updated: (BIOCAT-685) Search for existing services based on old WSDL URLs In-Reply-To: <14338417.148.1314200201760.JavaMail.jira@rosalind.cs.man.ac.uk> Message-ID: <18828135.153.1314204766078.JavaMail.jira@rosalind.cs.man.ac.uk> [ http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Haines updated BIOCAT-685: --------------------------------- Fix Version/s: 1.1.0 Affects Version/s: 1.0.1 Component/s: Search / Filtering / Browsing > Search for existing services based on old WSDL URLs > ---------------------------------------------------- > > Key: BIOCAT-685 > URL: http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-685 > Project: BioCatalogue > Issue Type: Sub-task > Components: Search / Filtering / Browsing > Affects Versions: 1.0.1 > Reporter: Robert Haines > Assignee: Robert Haines > Fix For: 1.1.0 > > -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira From issues at mygrid.org.uk Wed Aug 24 12:59:41 2011 From: issues at mygrid.org.uk (Robert Haines (JIRA)) Date: Wed, 24 Aug 2011 17:59:41 +0100 (BST) Subject: [BioCatalogue-developers] [JIRA] Resolved: (BIOCAT-683) Show previous WSDL URLs in the UI In-Reply-To: <17669339.139.1311779087418.JavaMail.jira@rosalind.cs.man.ac.uk> Message-ID: <27090689.156.1314205181765.JavaMail.jira@rosalind.cs.man.ac.uk> [ http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Haines resolved BIOCAT-683. ---------------------------------- Resolution: Implemented This has been implemented but will not be seen until facilities are added to edit WSDL URLs! > Show previous WSDL URLs in the UI > --------------------------------- > > Key: BIOCAT-683 > URL: http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-683 > Project: BioCatalogue > Issue Type: Sub-task > Components: Web Interface > Reporter: Jiten Bhagat > Assignee: Robert Haines > Fix For: 1.1.0 > > > From Marco: > {quote} > Re: keep old ref. This would be very useful when you find a 'depricated' reference used in a workflow or application. That is how I discoverd this problem: Taverna told me the service didn't exist anymore, so I changed the wsdl reference in the workflow. It would be nice if I could find the new reference on biocatalogue through the old reference. > {quote} > We already have the {{wsdl_files}} table that stores this info. So now just need to show the previous WSDL URLs in the UI. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira From noreply at rubyforge.org Wed Aug 24 13:13:24 2011 From: noreply at rubyforge.org (noreply at rubyforge.org) Date: Wed, 24 Aug 2011 13:13:24 -0400 (EDT) Subject: [BioCatalogue-developers] [2492] branches/v1.1.0/app/views/soap_services/ _show_service_overview_metadata.html.erb: [BIOCAT-683] Show previous WSDL URLs in the UI. Message-ID: <20110824171325.0713F185836C@rubyforge.org> An HTML attachment was scrubbed... URL: From noreply at rubyforge.org Tue Aug 30 07:24:52 2011 From: noreply at rubyforge.org (noreply at rubyforge.org) Date: Tue, 30 Aug 2011 07:24:52 -0400 (EDT) Subject: [BioCatalogue-developers] [2493] branches/v1.1.0: Add some clean up code to the Annotations v3 migration Message-ID: <20110830112452.9C0F11858367@rubyforge.org> An HTML attachment was scrubbed... URL: From issues at mygrid.org.uk Tue Aug 30 09:02:41 2011 From: issues at mygrid.org.uk (Jiten Bhagat (JIRA)) Date: Tue, 30 Aug 2011 14:02:41 +0100 (BST) Subject: [BioCatalogue-developers] [JIRA] Created: (BIOCAT-687) Add validation in Annotation model to check for correct value type of annotation values Message-ID: <2759905.234.1314709361746.JavaMail.jira@rosalind.cs.man.ac.uk> Add validation in Annotation model to check for correct value type of annotation values --------------------------------------------------------------------------------------- Key: BIOCAT-687 URL: http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-687 Project: BioCatalogue Issue Type: Sub-task Components: Annotations (in App), Annotations Plugin Reporter: Jiten Bhagat Assignee: Jiten Bhagat Priority: Critical Fix For: 1.1.0 I.e.: - "tag" annotations can only have Tag objects as values. - "category" annotations can only have Category objects as values. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira From issues at mygrid.org.uk Tue Aug 30 09:14:41 2011 From: issues at mygrid.org.uk (Jiten Bhagat (JIRA)) Date: Tue, 30 Aug 2011 14:14:41 +0100 (BST) Subject: [BioCatalogue-developers] [JIRA] Created: (BIOCAT-688) Make annotation value creation pluggable Message-ID: <1772809.235.1314710081898.JavaMail.jira@rosalind.cs.man.ac.uk> Make annotation value creation pluggable ---------------------------------------- Key: BIOCAT-688 URL: http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-688 Project: BioCatalogue Issue Type: Sub-task Components: Annotations Plugin Reporter: Jiten Bhagat Assignee: Jiten Bhagat Priority: Critical Fix For: 1.1.0 Currently, when setting {{#value}} on an {{Annotation}} object, {{TextValue}} or {{NumberValue}} objects are created for {{String}} and {{Numeric}} data (accordingly). Make this configurable and pluggable so other value object types can be created based on the attribute name, e.g. {{Tag}} and {{Category} objects. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira From issues at mygrid.org.uk Tue Aug 30 09:16:41 2011 From: issues at mygrid.org.uk (Jiten Bhagat (JIRA)) Date: Tue, 30 Aug 2011 14:16:41 +0100 (BST) Subject: [BioCatalogue-developers] [JIRA] Updated: (BIOCAT-688) Make annotation value creation pluggable In-Reply-To: <1772809.235.1314710081898.JavaMail.jira@rosalind.cs.man.ac.uk> Message-ID: <13165552.236.1314710201764.JavaMail.jira@rosalind.cs.man.ac.uk> [ http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiten Bhagat updated BIOCAT-688: -------------------------------- Description: Currently, when setting {{#value}} on an {{Annotation}} object, {{TextValue}} or {{NumberValue}} objects are created for {{String}} and {{Numeric}} data (accordingly). Make this configurable and pluggable so other value object types can be created based on the attribute name, e.g. {{Tag}} and {{Category}} objects. was: Currently, when setting {{#value}} on an {{Annotation}} object, {{TextValue}} or {{NumberValue}} objects are created for {{String}} and {{Numeric}} data (accordingly). Make this configurable and pluggable so other value object types can be created based on the attribute name, e.g. {{Tag}} and {{Category} objects. > Make annotation value creation pluggable > ---------------------------------------- > > Key: BIOCAT-688 > URL: http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-688 > Project: BioCatalogue > Issue Type: Sub-task > Components: Annotations Plugin > Reporter: Jiten Bhagat > Assignee: Jiten Bhagat > Priority: Critical > Fix For: 1.1.0 > > > Currently, when setting {{#value}} on an {{Annotation}} object, {{TextValue}} or {{NumberValue}} objects are created for {{String}} and {{Numeric}} data (accordingly). > Make this configurable and pluggable so other value object types can be created based on the attribute name, e.g. {{Tag}} and {{Category}} objects. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira From noreply at rubyforge.org Tue Aug 30 10:31:03 2011 From: noreply at rubyforge.org (noreply at rubyforge.org) Date: Tue, 30 Aug 2011 10:31:03 -0400 (EDT) Subject: [BioCatalogue-developers] [2494] branches/v1.1.0/lib/bio_catalogue: [BIOCAT-607] Refactor out annotation values as first class polymorphic objects. Message-ID: <20110830143103.E2334158806E@rubyforge.org> An HTML attachment was scrubbed... URL: From noreply at rubyforge.org Tue Aug 30 10:43:12 2011 From: noreply at rubyforge.org (noreply at rubyforge.org) Date: Tue, 30 Aug 2011 10:43:12 -0400 (EDT) Subject: [BioCatalogue-developers] [2495] branches/v1.1.0/app/views/service_responsibles/_listing.html.erb: Bugfix for display name of service Message-ID: <20110830144312.9B7F31858367@rubyforge.org> An HTML attachment was scrubbed... URL: From issues at mygrid.org.uk Wed Aug 31 08:31:41 2011 From: issues at mygrid.org.uk (Jiten Bhagat (JIRA)) Date: Wed, 31 Aug 2011 13:31:41 +0100 (BST) Subject: [BioCatalogue-developers] [JIRA] Resolved: (BIOCAT-361) Add a "Users responsible for this service" section on the service's profile page In-Reply-To: <23419427.1675.1274978476997.JavaMail.jira@rosalind.cs.man.ac.uk> Message-ID: <13115523.246.1314793901833.JavaMail.jira@rosalind.cs.man.ac.uk> [ http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiten Bhagat resolved BIOCAT-361. --------------------------------- Resolution: Implemented This seems to be working OK. > Add a "Users responsible for this service" section on the service's profile page > -------------------------------------------------------------------------------- > > Key: BIOCAT-361 > URL: http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-361 > Project: BioCatalogue > Issue Type: New Feature > Components: Web Interface > Affects Versions: 1.0.0 > Reporter: Jiten Bhagat > Assignee: Jiten Bhagat > Priority: Blocker > Fix For: 1.1.0 > > Original Estimate: 2 hours > Remaining Estimate: 2 hours > -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira From issues at mygrid.org.uk Wed Aug 31 08:36:41 2011 From: issues at mygrid.org.uk (Jiten Bhagat (JIRA)) Date: Wed, 31 Aug 2011 13:36:41 +0100 (BST) Subject: [BioCatalogue-developers] [JIRA] Created: (BIOCAT-689) Implement filters to ignore archived services for /soap_operations and /rest_methods Message-ID: <4241121.247.1314794201783.JavaMail.jira@rosalind.cs.man.ac.uk> Implement filters to ignore archived services for /soap_operations and /rest_methods ------------------------------------------------------------------------------------ Key: BIOCAT-689 URL: http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-689 Project: BioCatalogue Issue Type: New Feature Components: REST API Affects Versions: 1.1.0 Reporter: Jiten Bhagat Assignee: Jiten Bhagat Fix For: 1.2.0 Note: this is required for the Taverna plugin. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira From issues at mygrid.org.uk Wed Aug 31 08:38:41 2011 From: issues at mygrid.org.uk (Jiten Bhagat (JIRA)) Date: Wed, 31 Aug 2011 13:38:41 +0100 (BST) Subject: [BioCatalogue-developers] [JIRA] Updated: (BIOCAT-325) Implement controller code to ignore archived services In-Reply-To: <2148229.59.1273658417012.JavaMail.jira@rosalind.cs.man.ac.uk> Message-ID: <13642966.248.1314794321773.JavaMail.jira@rosalind.cs.man.ac.uk> [ http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiten Bhagat updated BIOCAT-325: -------------------------------- Summary: Implement controller code to ignore archived services (was: Implement filter for "Archived Services") > Implement controller code to ignore archived services > ----------------------------------------------------- > > Key: BIOCAT-325 > URL: http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-325 > Project: BioCatalogue > Issue Type: Sub-task > Components: Search / Filtering / Browsing, Web Interface > Reporter: Jiten Bhagat > Assignee: Jiten Bhagat > Priority: Blocker > Fix For: 1.1.0 > > Original Estimate: 3 hours > Remaining Estimate: 3 hours > -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira From noreply at rubyforge.org Wed Aug 31 09:05:42 2011 From: noreply at rubyforge.org (noreply at rubyforge.org) Date: Wed, 31 Aug 2011 09:05:42 -0400 (EDT) Subject: [BioCatalogue-developers] [2496] branches/v1.1.0: [BIOCAT-325] Implement controller code to ignore archived services. Message-ID: <20110831130542.2864B185837B@rubyforge.org> An HTML attachment was scrubbed... URL: From issues at mygrid.org.uk Wed Aug 31 09:06:41 2011 From: issues at mygrid.org.uk (Jiten Bhagat (JIRA)) Date: Wed, 31 Aug 2011 14:06:41 +0100 (BST) Subject: [BioCatalogue-developers] [JIRA] Commented: (BIOCAT-325) Implement controller code to ignore archived services In-Reply-To: <2148229.59.1273658417012.JavaMail.jira@rosalind.cs.man.ac.uk> Message-ID: <12714686.249.1314796001888.JavaMail.jira@rosalind.cs.man.ac.uk> [ http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17458#comment-17458 ] Jiten Bhagat commented on BIOCAT-325: ------------------------------------- Implemented in revision 2496. Allows for an 'include_archived' query parameter on the /services index now. For example: {code} /services?include_archived=no {code} As part of this, added two named scopes to the acts_as_archived module - 'archived' and 'not_archived' which can be used to chain together queries on the archived and not archived sets of services. This is then used in the services_controller. *NOTE*: it applies for all /services endpoint formats EXCEPT for bljson (which ignores it). > Implement controller code to ignore archived services > ----------------------------------------------------- > > Key: BIOCAT-325 > URL: http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-325 > Project: BioCatalogue > Issue Type: Sub-task > Components: Search / Filtering / Browsing, Web Interface > Reporter: Jiten Bhagat > Assignee: Jiten Bhagat > Priority: Blocker > Fix For: 1.1.0 > > Original Estimate: 3 hours > Remaining Estimate: 3 hours > -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira From issues at mygrid.org.uk Wed Aug 31 09:06:44 2011 From: issues at mygrid.org.uk (Jiten Bhagat (JIRA)) Date: Wed, 31 Aug 2011 14:06:44 +0100 (BST) Subject: [BioCatalogue-developers] [JIRA] Resolved: (BIOCAT-325) Implement controller code to ignore archived services In-Reply-To: <2148229.59.1273658417012.JavaMail.jira@rosalind.cs.man.ac.uk> Message-ID: <23382310.250.1314796004644.JavaMail.jira@rosalind.cs.man.ac.uk> [ http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiten Bhagat resolved BIOCAT-325. --------------------------------- Original Estimate: 0 minutes (was: 3 hours) Remaining Estimate: 0 minutes (was: 3 hours) Resolution: Fixed > Implement controller code to ignore archived services > ----------------------------------------------------- > > Key: BIOCAT-325 > URL: http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-325 > Project: BioCatalogue > Issue Type: Sub-task > Components: Search / Filtering / Browsing, Web Interface > Reporter: Jiten Bhagat > Assignee: Jiten Bhagat > Priority: Blocker > Fix For: 1.1.0 > > Original Estimate: 0 minutes > Remaining Estimate: 0 minutes > -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira From issues at mygrid.org.uk Wed Aug 31 09:48:42 2011 From: issues at mygrid.org.uk (Jiten Bhagat (JIRA)) Date: Wed, 31 Aug 2011 14:48:42 +0100 (BST) Subject: [BioCatalogue-developers] [JIRA] Updated: (BIOCAT-326) Implement option in services listing to ignore archived services In-Reply-To: <14174500.60.1273658418251.JavaMail.jira@rosalind.cs.man.ac.uk> Message-ID: <15675015.251.1314798522741.JavaMail.jira@rosalind.cs.man.ac.uk> [ http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiten Bhagat updated BIOCAT-326: -------------------------------- Description: A filter / check box to "Include Archived Services" may work. Remember to store this in a cookie too (like with the other views). was:A filter / check box to "Include Archived Services" may work. > Implement option in services listing to ignore archived services > ---------------------------------------------------------------- > > Key: BIOCAT-326 > URL: http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-326 > Project: BioCatalogue > Issue Type: Sub-task > Components: Web Interface > Reporter: Jiten Bhagat > Assignee: Jiten Bhagat > Priority: Blocker > Fix For: 1.1.0 > > Original Estimate: 3 hours > Remaining Estimate: 3 hours > > A filter / check box to "Include Archived Services" may work. > Remember to store this in a cookie too (like with the other views). -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira From noreply at rubyforge.org Wed Aug 31 10:11:12 2011 From: noreply at rubyforge.org (noreply at rubyforge.org) Date: Wed, 31 Aug 2011 10:11:12 -0400 (EDT) Subject: [BioCatalogue-developers] [2497] branches/v1.1.0: [BIOCAT-326] Implement option in services listing to ignore archived services. Message-ID: <20110831141112.D0FA6158807A@rubyforge.org> An HTML attachment was scrubbed... URL: From issues at mygrid.org.uk Wed Aug 31 10:11:41 2011 From: issues at mygrid.org.uk (Jiten Bhagat (JIRA)) Date: Wed, 31 Aug 2011 15:11:41 +0100 (BST) Subject: [BioCatalogue-developers] [JIRA] Resolved: (BIOCAT-326) Implement option in services listing to ignore archived services In-Reply-To: <14174500.60.1273658418251.JavaMail.jira@rosalind.cs.man.ac.uk> Message-ID: <31346867.252.1314799901794.JavaMail.jira@rosalind.cs.man.ac.uk> [ http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiten Bhagat resolved BIOCAT-326. --------------------------------- Resolution: Implemented Done in revision 2497. > Implement option in services listing to ignore archived services > ---------------------------------------------------------------- > > Key: BIOCAT-326 > URL: http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-326 > Project: BioCatalogue > Issue Type: Sub-task > Components: Web Interface > Reporter: Jiten Bhagat > Assignee: Jiten Bhagat > Priority: Blocker > Fix For: 1.1.0 > > Original Estimate: 3 hours > Remaining Estimate: 3 hours > > A filter / check box to "Include Archived Services" may work. > Remember to store this in a cookie too (like with the other views). -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira From issues at mygrid.org.uk Wed Aug 31 10:11:44 2011 From: issues at mygrid.org.uk (Jiten Bhagat (JIRA)) Date: Wed, 31 Aug 2011 15:11:44 +0100 (BST) Subject: [BioCatalogue-developers] [JIRA] Work logged: (BIOCAT-326) Implement option in services listing to ignore archived services In-Reply-To: <14174500.60.1273658418251.JavaMail.jira@rosalind.cs.man.ac.uk> Message-ID: <26823312.253.1314799904235.JavaMail.jira@rosalind.cs.man.ac.uk> [ http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-326?page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel\#worklog-{worklog.getId()} ] Jiten Bhagat logged work on BIOCAT-326: --------------------------------------- Author: Jiten Bhagat Created on: 2011-08-31 15:11 Start Date: 2011-08-31 13:11 Worklog Time Spent: 2 hours Issue Time Tracking ------------------- Remaining Estimate: 1 hour (was: 3 hours) Time Spent: 2 hours Worklog Id: (was: 10521) > Implement option in services listing to ignore archived services > ---------------------------------------------------------------- > > Key: BIOCAT-326 > URL: http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-326 > Project: BioCatalogue > Issue Type: Sub-task > Components: Web Interface > Reporter: Jiten Bhagat > Assignee: Jiten Bhagat > Priority: Blocker > Fix For: 1.1.0 > > Original Estimate: 3 hours > Time Spent: 2 hours > Remaining Estimate: 1 hour > > A filter / check box to "Include Archived Services" may work. > Remember to store this in a cookie too (like with the other views). -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira From issues at mygrid.org.uk Wed Aug 31 10:13:41 2011 From: issues at mygrid.org.uk (Jiten Bhagat (JIRA)) Date: Wed, 31 Aug 2011 15:13:41 +0100 (BST) Subject: [BioCatalogue-developers] [JIRA] Updated: (BIOCAT-326) Implement option in services listing to ignore archived services In-Reply-To: <14174500.60.1273658418251.JavaMail.jira@rosalind.cs.man.ac.uk> Message-ID: <5788550.254.1314800021761.JavaMail.jira@rosalind.cs.man.ac.uk> [ http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiten Bhagat updated BIOCAT-326: -------------------------------- Remaining Estimate: 0 minutes (was: 1 hour) > Implement option in services listing to ignore archived services > ---------------------------------------------------------------- > > Key: BIOCAT-326 > URL: http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-326 > Project: BioCatalogue > Issue Type: Sub-task > Components: Web Interface > Reporter: Jiten Bhagat > Assignee: Jiten Bhagat > Priority: Blocker > Fix For: 1.1.0 > > Original Estimate: 3 hours > Time Spent: 2 hours > Remaining Estimate: 0 minutes > > A filter / check box to "Include Archived Services" may work. > Remember to store this in a cookie too (like with the other views). -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira From issues at mygrid.org.uk Wed Aug 31 10:13:45 2011 From: issues at mygrid.org.uk (Jiten Bhagat (JIRA)) Date: Wed, 31 Aug 2011 15:13:45 +0100 (BST) Subject: [BioCatalogue-developers] [JIRA] Resolved: (BIOCAT-676) Update the map_routes method in the Annotations and Favourites plugins to account for :requirements In-Reply-To: <20360330.0.1311679364973.JavaMail.jira@rosalind.cs.man.ac.uk> Message-ID: <20040015.255.1314800025194.JavaMail.jira@rosalind.cs.man.ac.uk> [ http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiten Bhagat resolved BIOCAT-676. --------------------------------- Resolution: Fixed Done > Update the map_routes method in the Annotations and Favourites plugins to account for :requirements > --------------------------------------------------------------------------------------------------- > > Key: BIOCAT-676 > URL: http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-676 > Project: BioCatalogue > Issue Type: Task > Components: Annotations Plugin > Reporter: Mannie Tagarira > Assignee: Jiten Bhagat > Priority: Blocker > Fix For: 1.1.0 > > > Consider: > in routes.rb > {code:none} > Annotations.map_routes(map, {}, {}, :protocol => "https") > Favourites.map_routes(map, {}, {}, :protocol => "https") > {code} > in plugin routing.rb > {code:none} > def self.map_routes(map, collection={}, member={}, requirements={}) > map.resources :favourites, > :collection => { }.merge(collection), > :member => { }.merge(member), > :requirements => { }.merge(requirements) > end > {code} > Make sure the versions used by the app are updated to take into consideration these changes. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira From issues at mygrid.org.uk Wed Aug 31 10:15:42 2011 From: issues at mygrid.org.uk (Jiten Bhagat (JIRA)) Date: Wed, 31 Aug 2011 15:15:42 +0100 (BST) Subject: [BioCatalogue-developers] [JIRA] Resolved: (BIOCAT-682) Update Annotations plugin to force acts_as_annotatable models to specify the "name" field In-Reply-To: <20532854.137.1311778964723.JavaMail.jira@rosalind.cs.man.ac.uk> Message-ID: <28021690.256.1314800142671.JavaMail.jira@rosalind.cs.man.ac.uk> [ http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiten Bhagat resolved BIOCAT-682. --------------------------------- Resolution: Implemented Done > Update Annotations plugin to force acts_as_annotatable models to specify the "name" field > ----------------------------------------------------------------------------------------- > > Key: BIOCAT-682 > URL: http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-682 > Project: BioCatalogue > Issue Type: Improvement > Components: Annotations Plugin > Reporter: Jiten Bhagat > Assignee: Jiten Bhagat > Priority: Critical > Fix For: 1.1.0 > > > Need to update the {{acts_as_annotatable}} mixin in the Annotations plugin to force the model to specify what the "name" field is. Like how the {{acts_as_annotation_value mixin works}}. > This can then be used in queries, etc. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira From issues at mygrid.org.uk Wed Aug 31 10:15:45 2011 From: issues at mygrid.org.uk (Jiten Bhagat (JIRA)) Date: Wed, 31 Aug 2011 15:15:45 +0100 (BST) Subject: [BioCatalogue-developers] [JIRA] Updated: (BIOCAT-444) Optimize the code to retrieve display name annotations in BioCatalogue::Filtering::Annotations.get_filters_for_annotatables In-Reply-To: <754586.7519.1279628775436.JavaMail.jira@rosalind.cs.man.ac.uk> Message-ID: <28537876.257.1314800145285.JavaMail.jira@rosalind.cs.man.ac.uk> [ http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiten Bhagat updated BIOCAT-444: -------------------------------- Fix Version/s: 1.2.0 (was: 1.1.0) This is not easily possible at this stage, so bumping to next major version. > Optimize the code to retrieve display name annotations in BioCatalogue::Filtering::Annotations.get_filters_for_annotatables > ---------------------------------------------------------------------------------------------------------------------------- > > Key: BIOCAT-444 > URL: http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-444 > Project: BioCatalogue > Issue Type: Improvement > Components: Performance / Optimisations > Reporter: Mannie Tagarira > Assignee: Jiten Bhagat > Fix For: 1.2.0 > > -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira From issues at mygrid.org.uk Wed Aug 31 10:20:41 2011 From: issues at mygrid.org.uk (Jiten Bhagat (JIRA)) Date: Wed, 31 Aug 2011 15:20:41 +0100 (BST) Subject: [BioCatalogue-developers] [JIRA] Commented: (BIOCAT-684) /lookup call is not working when Accept header is set to application/xml In-Reply-To: <6211393.15.1313503781808.JavaMail.jira@rosalind.cs.man.ac.uk> Message-ID: <870221.258.1314800441750.JavaMail.jira@rosalind.cs.man.ac.uk> [ http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17463#comment-17463 ] Jiten Bhagat commented on BIOCAT-684: ------------------------------------- Possibly removed app/metal/linked_data_handler ? > /lookup call is not working when Accept header is set to application/xml > ------------------------------------------------------------------------ > > Key: BIOCAT-684 > URL: http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-684 > Project: BioCatalogue > Issue Type: Bug > Components: REST API > Affects Versions: 1.0.1 > Reporter: Jiten Bhagat > Assignee: Jiten Bhagat > Priority: Blocker > Fix For: 1.1.0 > > > The following lookup call: > http://sandbox.biocatalogue.org/lookup?wsdl_location=http://ws.adaptivedisclosure.org/axis/services/SearcherWS?wsdl > ... works OK in the browser. BUT when calling it via the command line (etc) using an Accept header of "application/xml" it fails with an HTTP 400. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira From noreply at rubyforge.org Wed Aug 31 10:35:39 2011 From: noreply at rubyforge.org (noreply at rubyforge.org) Date: Wed, 31 Aug 2011 10:35:39 -0400 (EDT) Subject: [BioCatalogue-developers] [2498] branches/v1.1.0: [BIOCAT-525] Remove ratings mechanism. Message-ID: <20110831143539.B33281858385@rubyforge.org> An HTML attachment was scrubbed... URL: From issues at mygrid.org.uk Wed Aug 31 10:37:41 2011 From: issues at mygrid.org.uk (Jiten Bhagat (JIRA)) Date: Wed, 31 Aug 2011 15:37:41 +0100 (BST) Subject: [BioCatalogue-developers] [JIRA] Resolved: (BIOCAT-525) Remove ratings mechanism In-Reply-To: <22388840.543.1289909491708.JavaMail.jira@rosalind.cs.man.ac.uk> Message-ID: <10848036.259.1314801461761.JavaMail.jira@rosalind.cs.man.ac.uk> [ http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiten Bhagat resolved BIOCAT-525. --------------------------------- Resolution: Fixed Done in revision 2498 > Remove ratings mechanism > ------------------------ > > Key: BIOCAT-525 > URL: http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-525 > Project: BioCatalogue > Issue Type: Task > Components: Web Interface > Reporter: Jiten Bhagat > Assignee: Jiten Bhagat > Fix For: 1.1.0 > > > Remove/disable the current ratings mechanism from the UI as it has proven to be not very useful -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira From issues at mygrid.org.uk Wed Aug 31 10:39:41 2011 From: issues at mygrid.org.uk (Jiten Bhagat (JIRA)) Date: Wed, 31 Aug 2011 15:39:41 +0100 (BST) Subject: [BioCatalogue-developers] [JIRA] Updated: (BIOCAT-564) Set up new sandbox server In-Reply-To: <14703282.195.1296477429427.JavaMail.jira@rosalind.cs.man.ac.uk> Message-ID: <17785955.260.1314801581767.JavaMail.jira@rosalind.cs.man.ac.uk> [ http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiten Bhagat updated BIOCAT-564: -------------------------------- Fix Version/s: 1.2.0 (was: 1.1.0) > Set up new sandbox server > ------------------------- > > Key: BIOCAT-564 > URL: http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-564 > Project: BioCatalogue > Issue Type: Task > Components: Server Management > Reporter: Jiten Bhagat > Assignee: Jiten Bhagat > Fix For: 1.2.0 > > > Set up, and migrate to, a new sandbox server for http://sandbox.biocatalogue.org -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira From issues at mygrid.org.uk Wed Aug 31 10:39:44 2011 From: issues at mygrid.org.uk (Jiten Bhagat (JIRA)) Date: Wed, 31 Aug 2011 15:39:44 +0100 (BST) Subject: [BioCatalogue-developers] [JIRA] Updated: (BIOCAT-374) Use teaser of the description from soaplab In-Reply-To: <9984711.2865.1276080977016.JavaMail.jira@rosalind.cs.man.ac.uk> Message-ID: <16868526.261.1314801584840.JavaMail.jira@rosalind.cs.man.ac.uk> [ http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiten Bhagat updated BIOCAT-374: -------------------------------- Fix Version/s: 1.2.0 (was: 1.1.0) > Use teaser of the description from soaplab > ------------------------------------------ > > Key: BIOCAT-374 > URL: http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-374 > Project: BioCatalogue > Issue Type: Sub-task > Components: Web Interface > Affects Versions: 1.0.0 > Reporter: Eric Nzuobontane > Assignee: Jiten Bhagat > Fix For: 1.2.0 > > > As descriptions from soaplab can be long, a teaser is needed to show a bit of the description and the whole lot on click. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira From issues at mygrid.org.uk Wed Aug 31 10:41:42 2011 From: issues at mygrid.org.uk (Jiten Bhagat (JIRA)) Date: Wed, 31 Aug 2011 15:41:42 +0100 (BST) Subject: [BioCatalogue-developers] [JIRA] Issue Comment Edited: (BIOCAT-655) Show curator and admin badges in the UI In-Reply-To: <24162756.2294.1309338475347.JavaMail.jira@rosalind.cs.man.ac.uk> Message-ID: <28476473.262.1314801702828.JavaMail.jira@rosalind.cs.man.ac.uk> [ http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17286#comment-17286 ] Jiten Bhagat edited comment on BIOCAT-655 at 31/08/11 15:40: ------------------------------------------------------------- Still need to add badges on the user listings AND at the top of the page when logged in. was (Author: jbhagat): Still need to add badges on the user listings! > Show curator and admin badges in the UI > --------------------------------------- > > Key: BIOCAT-655 > URL: http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-655 > Project: BioCatalogue > Issue Type: Improvement > Components: Web Interface > Reporter: Jiten Bhagat > Assignee: Jiten Bhagat > Priority: Trivial > Fix For: 1.1.0 > > Time Spent: 1 hour > Remaining Estimate: 0 minutes > > Currently, there is no way of seeing whether a user is an admin or curator in the catalogue. Show badges (similar to how it's done in myExperiment). -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira From noreply at rubyforge.org Wed Aug 31 10:45:09 2011 From: noreply at rubyforge.org (noreply at rubyforge.org) Date: Wed, 31 Aug 2011 10:45:09 -0400 (EDT) Subject: [BioCatalogue-developers] [2499] branches/v1.1.0/app/views: [BIOCAT-655] Show curator/ admin badged in the UI. Message-ID: <20110831144509.162E9158807A@rubyforge.org> An HTML attachment was scrubbed... URL: From issues at mygrid.org.uk Wed Aug 31 10:45:41 2011 From: issues at mygrid.org.uk (Jiten Bhagat (JIRA)) Date: Wed, 31 Aug 2011 15:45:41 +0100 (BST) Subject: [BioCatalogue-developers] [JIRA] Resolved: (BIOCAT-655) Show curator and admin badges in the UI In-Reply-To: <24162756.2294.1309338475347.JavaMail.jira@rosalind.cs.man.ac.uk> Message-ID: <20654941.263.1314801941756.JavaMail.jira@rosalind.cs.man.ac.uk> [ http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiten Bhagat resolved BIOCAT-655. --------------------------------- Resolution: Implemented Finished in revision 2499. > Show curator and admin badges in the UI > --------------------------------------- > > Key: BIOCAT-655 > URL: http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-655 > Project: BioCatalogue > Issue Type: Improvement > Components: Web Interface > Reporter: Jiten Bhagat > Assignee: Jiten Bhagat > Priority: Trivial > Fix For: 1.1.0 > > Time Spent: 1 hour > Remaining Estimate: 0 minutes > > Currently, there is no way of seeing whether a user is an admin or curator in the catalogue. Show badges (similar to how it's done in myExperiment). -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira From issues at mygrid.org.uk Wed Aug 31 10:47:41 2011 From: issues at mygrid.org.uk (Jiten Bhagat (JIRA)) Date: Wed, 31 Aug 2011 15:47:41 +0100 (BST) Subject: [BioCatalogue-developers] [JIRA] Updated: (BIOCAT-293) Refactor filtering UI to use new filters code Message-ID: <11908794.264.1314802061767.JavaMail.jira@rosalind.cs.man.ac.uk> [ http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiten Bhagat updated BIOCAT-293: -------------------------------- Fix Version/s: 1.2.0 (was: 1.1.0) Description: A new mechanism has been implemented to load up all available filter groups for a resource type. See: BioCatalogue::Filtering.get_all_filter_groups_for The filtering in the services index needs to be updated to use this instead of loading up filters in the views. That way caching etc can be done in one place. NOTE: this may not be possible, as only certain sets of filters are shown (e.g.: tag filters are hidden by default). was: A new mechanism has been implemented to load up all available filter groups for a resource type. See: BioCatalogue::Filtering.get_all_filter_groups_for The filtering in the services index needs to be updated to use this instead of loading up filters in the views. That way caching, etc can be done in one place. > Refactor filtering UI to use new filters code > --------------------------------------------- > > Key: BIOCAT-293 > URL: http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-293 > Project: BioCatalogue > Issue Type: Improvement > Components: Search / Filtering / Browsing, Web Interface > Affects Versions: 1.0.0 > Reporter: Jiten Bhagat > Assignee: Jiten Bhagat > Fix For: 1.2.0 > > > A new mechanism has been implemented to load up all available filter groups for a resource type. See: > BioCatalogue::Filtering.get_all_filter_groups_for > The filtering in the services index needs to be updated to use this instead of loading up filters in the views. > That way caching etc can be done in one place. > NOTE: this may not be possible, as only certain sets of filters are shown (e.g.: tag filters are hidden by default). -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira From issues at mygrid.org.uk Wed Aug 31 10:49:41 2011 From: issues at mygrid.org.uk (Jiten Bhagat (JIRA)) Date: Wed, 31 Aug 2011 15:49:41 +0100 (BST) Subject: [BioCatalogue-developers] [JIRA] Updated: (BIOCAT-220) Ability to make announcements on services Message-ID: <7119023.265.1314802181754.JavaMail.jira@rosalind.cs.man.ac.uk> [ http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiten Bhagat updated BIOCAT-220: -------------------------------- Fix Version/s: 1.2.0 (was: 1.1.0) > Ability to make announcements on services > ----------------------------------------- > > Key: BIOCAT-220 > URL: http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-220 > Project: BioCatalogue > Issue Type: New Feature > Components: Misc Codebase > Reporter: Jiten Bhagat > Assignee: Jiten Bhagat > Fix For: 1.2.0 > > > Potentially using the annotations plugin, implement a way for users to make announcements on services, in order to inform people about things. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira From issues at mygrid.org.uk Wed Aug 31 10:51:42 2011 From: issues at mygrid.org.uk (Jiten Bhagat (JIRA)) Date: Wed, 31 Aug 2011 15:51:42 +0100 (BST) Subject: [BioCatalogue-developers] [JIRA] Resolved: (BIOCAT-553) Fix incorrect parsing of activity logs in similar_searches_report script In-Reply-To: <3977271.561.1292412712876.JavaMail.jira@rosalind.cs.man.ac.uk> Message-ID: <10571056.266.1314802302705.JavaMail.jira@rosalind.cs.man.ac.uk> [ http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiten Bhagat resolved BIOCAT-553. --------------------------------- Resolution: Fixed This has been fixed by encapsulating the logic required in the following new methods: {code} BioCatalogue::Search::all_possible_activity_logs_for_search(..) {code} {code} BioCatalogue::Search::search_term_from_hash(..) {code} > Fix incorrect parsing of activity logs in similar_searches_report script > ------------------------------------------------------------------------ > > Key: BIOCAT-553 > URL: http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-553 > Project: BioCatalogue > Issue Type: Bug > Components: Misc Codebase > Reporter: Jiten Bhagat > Assignee: Jiten Bhagat > Priority: Minor > Fix For: 1.1.0 > > > There is a bug in the similar_searches_report script whereby the query term for search queries made on services index are not correctly taken parsed out. The code uses the 'query' key in the activity log data hash instead of 'q' for the services index activity logs. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira From noreply at rubyforge.org Wed Aug 31 11:11:41 2011 From: noreply at rubyforge.org (noreply at rubyforge.org) Date: Wed, 31 Aug 2011 11:11:41 -0400 (EDT) Subject: [BioCatalogue-developers] [2500] branches/v1.1.0: [BIOCAT-362] Initial work on adding archive/ unarchive events to the ActivityLogs and then the activity feed(s). Message-ID: <20110831151141.B8470158807A@rubyforge.org> An HTML attachment was scrubbed... URL: From issues at mygrid.org.uk Wed Aug 31 11:12:41 2011 From: issues at mygrid.org.uk (Jiten Bhagat (JIRA)) Date: Wed, 31 Aug 2011 16:12:41 +0100 (BST) Subject: [BioCatalogue-developers] [JIRA] Commented: (BIOCAT-362) Add archive/unarchive events to the ActivityLogs and then the activity feed(s) In-Reply-To: <27841565.1720.1275053057051.JavaMail.jira@rosalind.cs.man.ac.uk> Message-ID: <5849689.267.1314803561748.JavaMail.jira@rosalind.cs.man.ac.uk> [ http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17467#comment-17467 ] Jiten Bhagat commented on BIOCAT-362: ------------------------------------- Initial work done in revision 2500. TOFIX: submitter of service is shown as the person who did the action rather than the culprit. > Add archive/unarchive events to the ActivityLogs and then the activity feed(s) > ------------------------------------------------------------------------------ > > Key: BIOCAT-362 > URL: http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-362 > Project: BioCatalogue > Issue Type: New Feature > Components: Activity Logging / Feeds / Notifications, Web Interface > Environment: RoR > Reporter: Jiten Bhagat > Assignee: Jiten Bhagat > Fix For: 1.1.0 > > Original Estimate: 5 hours > Remaining Estimate: 5 hours > > Currently, no ActivityLog events are being made when archive/unarchive services occur. Need to log these events and then show them in the UI. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira From noreply at rubyforge.org Wed Aug 31 11:18:23 2011 From: noreply at rubyforge.org (noreply at rubyforge.org) Date: Wed, 31 Aug 2011 11:18:23 -0400 (EDT) Subject: [BioCatalogue-developers] [2501] branches/v1.1.0/app/helpers/activity_feeds_helper.rb: [BIOCAT-362] Add archive/ unarchive events to the ActivityLogs and then the activity feed(s). Message-ID: <20110831151824.11855185837E@rubyforge.org> An HTML attachment was scrubbed... URL: From issues at mygrid.org.uk Wed Aug 31 11:19:41 2011 From: issues at mygrid.org.uk (Jiten Bhagat (JIRA)) Date: Wed, 31 Aug 2011 16:19:41 +0100 (BST) Subject: [BioCatalogue-developers] [JIRA] Commented: (BIOCAT-362) Add archive/unarchive events to the ActivityLogs and then the activity feed(s) In-Reply-To: <27841565.1720.1275053057051.JavaMail.jira@rosalind.cs.man.ac.uk> Message-ID: <21963994.268.1314803981777.JavaMail.jira@rosalind.cs.man.ac.uk> [ http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17468#comment-17468 ] Jiten Bhagat commented on BIOCAT-362: ------------------------------------- Fixed in revision 2501: correct person (culprit of activity log NOT submitter of service) is shown as the person who did the action. > Add archive/unarchive events to the ActivityLogs and then the activity feed(s) > ------------------------------------------------------------------------------ > > Key: BIOCAT-362 > URL: http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-362 > Project: BioCatalogue > Issue Type: New Feature > Components: Activity Logging / Feeds / Notifications, Web Interface > Environment: RoR > Reporter: Jiten Bhagat > Assignee: Jiten Bhagat > Fix For: 1.1.0 > > Original Estimate: 5 hours > Remaining Estimate: 5 hours > > Currently, no ActivityLog events are being made when archive/unarchive services occur. Need to log these events and then show them in the UI. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira From issues at mygrid.org.uk Wed Aug 31 11:19:48 2011 From: issues at mygrid.org.uk (Jiten Bhagat (JIRA)) Date: Wed, 31 Aug 2011 16:19:48 +0100 (BST) Subject: [BioCatalogue-developers] [JIRA] Resolved: (BIOCAT-362) Add archive/unarchive events to the ActivityLogs and then the activity feed(s) In-Reply-To: <27841565.1720.1275053057051.JavaMail.jira@rosalind.cs.man.ac.uk> Message-ID: <17615506.269.1314803988135.JavaMail.jira@rosalind.cs.man.ac.uk> [ http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiten Bhagat resolved BIOCAT-362. --------------------------------- Original Estimate: 0 minutes (was: 5 hours) Remaining Estimate: 0 minutes (was: 5 hours) Resolution: Implemented > Add archive/unarchive events to the ActivityLogs and then the activity feed(s) > ------------------------------------------------------------------------------ > > Key: BIOCAT-362 > URL: http://www.mygrid.org.uk/dev/issues/browse/BIOCAT-362 > Project: BioCatalogue > Issue Type: New Feature > Components: Activity Logging / Feeds / Notifications, Web Interface > Environment: RoR > Reporter: Jiten Bhagat > Assignee: Jiten Bhagat > Fix For: 1.1.0 > > Original Estimate: 0 minutes > Remaining Estimate: 0 minutes > > Currently, no ActivityLog events are being made when archive/unarchive services occur. Need to log these events and then show them in the UI. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira