damn_server.list_of

Procedures related to lists of whatever.

Procedures of this module contain SQL queries for retrieving bulk information about things from the database at once.

Functions

area_commits(aid[, since, before, after])

Return the list of area commits with maximum length of 1024.

area_managers(aid)

Return the list of area managers.

area_mappers(aid)

Return the list of area mappers.

area_squares(aid[, lt, ge])

Return the list of area squares with maximum length of 1024.

area_updates(aid[, since, before, after])

Return the list of area commits containing updates.

geometries([since, including_archived])

Return the list of areas' FeatureCollections.

square_commits(aid, sid[, since, before, after])

Return the list of area commits with maximum length of 1024.

thin_areas([since, including_archived])

Return the list of all areas' summary information.

user_commits(author[, since, before, after, ...])

Return the list of author's commits with maximum length of 1024.

Classes

Commit

Structure for storing information about the area commit.

CommitType

Type of area commit.

Square

Structure for storing information about a square.

ThinArea

Lightweight area with the area information summary.