~jugmac00/lazr.restful:publish-docs-on-rtd

Last commit made on 2021-11-04
Get this branch:
git clone -b publish-docs-on-rtd https://git.launchpad.net/~jugmac00/lazr.restful
Only Jürgen Gmach can upload to this branch. If you are Jürgen Gmach please log in for upload directions.

Branch merges

Branch information

Name:
publish-docs-on-rtd
Repository:
lp:~jugmac00/lazr.restful

Recent commits

50b49ce... by Jürgen Gmach

Publish documentation on Read the Docs

f1b2053... by Jürgen Gmach

Add basic pre-commit configuration

729cf89... by Jürgen Gmach

Rename.bzrignore to .gitignore

acc3a76... by Jürgen Gmach

Add support for Python 3.9 and 3.10

df2adfe... by Colin Watson

Release lazr.restful 1.1.0.

823614c... by Colin Watson

[r=cristiangsp,ilasc,wgrant] Add a new @scoped decorator.

6cf4ca8... by Colin Watson

Add a new @scoped decorator.

This allows applications to tag methods with scope names and issue
authentication tokens constrained to only be able to call methods with
particular scopes. Scoped requests cannot currently use attributes,
accessors, or mutators; this may change in future.

Launchpad will use this in conjunction with its new `AccessToken` table.

fe7dff1... by Colin Watson

Release lazr.restful 1.0.4.

de5b95e... by Colin Watson

[r=cristiangsp] Adjust versioning strategy to avoid importing pkg_resources, which is slow in large environments.

f81dea5... by Colin Watson

Adjust versioning strategy to avoid importing pkg_resources, which is slow in large environments.