Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (319 - 321 of 2152)

Ticket Resolution Summary Owner Reporter
#1464 wontfix Replace RabbitMQ with Celeryd to support running multiple instances thejimmyg

Reported by thejimmyg, 2 years ago.

Description

The current harvesting implementation can only have one instance per server.

We could either:

  • Accept this
  • Change the RabbitMQ code to support multiple instances
  • Switch the entire harvesting to use Celery
  • Wait for James's redis based live feedback based system
#1492 wontfix Interference between extra and relationship fields in API kindly dread

Reported by dread, 2 years ago.

Description

From Jan Kučera <elquenor@…>

I have also tried to use extras fields to store information about relationships between datasets. I found out that if you first add relationship using CKAN API into dataset relationships attribute and than you add extras field for the same relationship with key in format "parent_of:dataset_name" or "child_of:dataset_name", storing this extras field will clear all relationships in relationships attribute stored earlier.

I might be some kind of bug but I suppose you will know better. Is it possible to use relationships attribute and extras field for relationships at the same time?

#1494 wontfix API call for getting a user's public activity stream as rendered rtext seanh seanh

Reported by seanh, 2 years ago.

Description

This could be implemented as a separate API call, or the rendered text versions of the activities could be added into the JSON returned by the existing API call.

This requires setting up templates for rendering activity streams items and detail items as nice, human-readable text.

There are some open questions, e.g.: Do we want the entire activity stream rendered as a block of plain text? As HTML? Or do we want a list of JSON objects, where each object contains its textual and/or HTML representations as fields?

Activity stream items and their related detail items are separate objects that each have their own textual representations.

For a mockup of the kind of text messages we want, see:

http://datahub.pudo.org/pudo

but note that this ticket is just for creating the text snippets themselves, not rendering then in an HTML page or RSS feed. Also the mockup only show activity items and not their detail items.

Note: See TracQuery for help on using queries.