lp:~sil/rnr-server/clickreview-api-more-parameters

Created by Stuart Langridge and last modified
Get this branch:
bzr branch lp:~sil/rnr-server/clickreview-api-more-parameters
Only Stuart Langridge can upload to this branch. If you are Stuart Langridge please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Stuart Langridge
Project:
Ratings and Reviews server
Status:
Development

Recent revisions

293. By Stuart Langridge

Allow the click reviews API to be queried by package_name (as currently) OR reviewer_username

292. By Fabián Ezequiel Gallina

[r=matiasb] Preflight enhancements

1. Move preflight to core.
2. Remove rnr-server version -- rely on bzr revno instead.
3. Remove configglue leftover.

291. By Fabián Ezequiel Gallina

[r=matiasb] README update

290. By Fabián Ezequiel Gallina

[r=fgallina,nataliabidart] Remove configglue and use python settings instead

289. By Fabián Ezequiel Gallina

[r=ricardokirkner] clickreviews: Enhacements to moderation endpoints

1. Sort moderation data by number of flags and creation date
2. Expand full user data in `ClickPackageReviewModerationHandler`

288. By Fabián Ezequiel Gallina

[r=nataliabidart] clickreviews: Make moderation endpoints return associated flag data

287. By Fabián Ezequiel Gallina

[r=ricardokirkner] Narrow down `Django13JSONEmitter` to only affect `reviewsapp` resources

Up to this point, because of the way global registration of emitters
works in piston, all endpoints returned JSON data encoded through
`Django13JSONEmitter`. This was OK for all old `reviewsapp` resources
but not for `clickreviews` where we want new clients to expect ISO
formatted dates. This commit forces all `reviewapp` urls to use
`Django13JSONEmitter` (now registered as 'djson13'), letting all other
`clickreviews` endpoints use the ISO date friendly default 'json'
emitter.

286. By Fabián Ezequiel Gallina

[r=matiasb] Make Click Package moderation related endpoints use DelegatedSSO

The biggest consequence is that the 'moderator' is now required in
moderation status changing endpoints as part of request data and it
should include the openid identifier of the user triggering the status
change.

285. By Fabián Ezequiel Gallina

[r=ricardokirkner] Do not hit SSO to update user data continuously

The new `SSO_UPDATE_WINDOW` setting controls how many seconds should
have passed from user's last login in order to decide whether to hit
SSO or not to refresh user details.

284. By Fabián Ezequiel Gallina

[r=matiasb] Remove dependency on `reviewsapp.Architecture` in `clickreviews`

`clickreviews.ClickPackageReview` architecture field is now a simple
CharField sans additional validation.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:rnr-server
This branch contains Public information 
Everyone can see this information.

Subscribers