Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (685 - 687 of 2152)

Ticket Resolution Summary Owner Reporter
#248 fixed i18n of forms dread rgrp

Reported by rgrp, 4 years ago.

Description

Need to do i18n of forms (not in templates but in code). Should consult with tonfa about this.

#251 fixed Present in the API a list of revision IDs, and present individual revisions when referenced by ID johnbywater johnbywater

Reported by johnbywater, 4 years ago.

Description

Want to have:

  • /api/search/revision/

Support querying by "since time" and "since revision". Each individual revision should be available in the REST API (read-only):

  • /api/rest/revision/{revision ID}
    • should include revision attributes plus revision.packages e.g. like { "id": "...", ... "packages": [ list of packages names from e.g. revision.packages ] }
#254 fixed Package relationships - 1. model dread dread

Reported by dread, 4 years ago.

Description

New domain object: PackageRelationship? (revisioned)

Attributes:

  • subject (Package reference)
  • object (Package reference)
  • type (string)
  • comment

Relationship type values: depends_on (dependency_of) derives_from (has_derivation) child_of (parent_of)

Relationship type is stored as a string, as given in the first column. The reverse relationship (bracketed) is given just for display purposes only.

Subject / Object - as in a sentence: "Dracos is derived from OSM" is <subject> <predicate> <object>. We'll use 'type' instead of 'predicate' as that is a more familiar word.

Note: See TracQuery for help on using queries.