converters: setup revision message decoding here. Update tests to match
backend: add origin-based revision log lookup, update backend tests to match
service: change rev_log_by to match behaviour of other functions, update tests…
Converters: add fullname to person and release converters. Fixes uncaught…
api: add origin-based revision log lookup routes, update tests to match
service: add origin-based revision log lookup, update tests to match
Converter Tests: update to reflect the addition of fullname to person, revision…
service and api tests: fix raw revision message tests
Service: more idiomatic dictionary removal
api: update lookup_revision to reflect service changes, add raw message lookup
api: use raw backend lookup instead of service wrapper for raw rev msg
api tests: test exception message reflects the error it should report
tests: update api and service tests to reflect changes
api view: added /api/1/revision/<sha1_git>/raw/ route
service: * add function to get _only_ raw revision message * restrict…
test_api: update to reflect the addition of /api/1/revision/<sha1_git>/raw to…
Converters: fixed a bug where the revision author's full name was not decoded…
/directory/ browsing view: rename entrypath parameter to path
service: lookup_directory_with_path raises a NotFoundExc the entry queried is…
.gitignore: now ignoring emacs temp files
browsing view: add /browse/directory/<sha1_git>/[<path>/] to the…
browse test: remove print, fix testing get request paths to match the test…
api tests: update to reflect changes to endpoint default parameters
api: update /directory/ route to allow relative navigation from given directory…
api: remove default values for parameters on endpoints. the apidoc module…
service tests: add tests for relative directory navigation
browse view: remove all default params on endpoints
api tests: update to reflect changes in /directory/ route management
update docstring for directory/<sha1_git>/[<path>/] api route
service: provide a method to navigate to directory entry given relative path…
apidoc: harden the decorator stack
Fix phrasing in README-dev
Add doc, custom exception
Changes from feedback from @ardumont
jbertran retitled
D114: apidoc: harden the decorator stack from
to
apidoc: harden the decorator stack.
Closed by D113, which caught redirect generation issues in addition to the markup errors.
browse: fix redirection url generation issue
templates: fix wrong data-toggle attribute on elem
home-origin.html: fix wrong form action url
Squashed and didn't update
Add documentation and factorize directory URL generation
home-origin.html: fix wrong form action url
templates: fix wrong data-toggle attribute on elem
browse: fix redirection url generation issue
jbertran retitled
D113: home-origin.html: fix wrong form action url from
to
home-origin.html: fix wrong form action url.
From discussion with @ardumont, this is only about the utils.py function, to receive date inputs from users.
Changes from feedback - D112
css: add custom styling for bootstrap issues
browse, main: change web ui nav flow
html: use url_for, fix tabulation issues
html: add navbar to layout
Create browsing view landing page
Create directory for HTML snippets
Changes from @ardumont 's feedback
should probably be replaced by a more significant/useful route as well.
Correct a bug in search-form.html
html: use url_for, fix tabulation issues
jbertran retitled
D112: Begin archive 'integration' from
to
Begin archive 'integration'.
templates: update to reflect search fn name change
browse: provide search routes for GET arg handling
My issue is a bootstrapping one.
templates: update to reflect search fn name change
Stray stash caused test failure ><
jbertran retitled
D111: browse: provide search routes for GET arg handling from
to
browse: provide search routes for GET arg handling.
apidoc: fix behaviour on doc routes
jbertran retitled
D109: API: fix apidoc behaviour from
to
API: fix apidoc behaviour.
renderers: use inspect module instead of trim fn
api, browse: change content search route
renderers: example urls may have unused arguments
origin template: reflect changes to browse method
browse, api: add routes to search origin with url
backend, service: use storage origin capabilities
jbertran retitled
D105: WebUI: Changes in preparation to deployment with updated search URL from
to
WebUI: Changes in preparation to deployment with updated search URL.
views: remove dead flaskAPI utilities usage
feedback from D103 - insert function origin URL
apidoc: remove stray dead code
templates: fix html issues, api/doc reST to HTML
renderers: better docstring trimming