Justin Quick

Results 9 issues of Justin Quick

- Dynamic serializers and viewsets for the registered models in the actstream.registry - Default config for Action/Follow - Views to match (most) streams in the action manager - Ability to...

2.0

Look into using pluggy for customizing parts of the app instead of relying on django settings config. Might b a good idea, might not make sense

add feed pagination https://www.w3.org/TR/activitystreams-core/#h-paging

2.0

We need to update the app to provide the up to date spec for v2.0 AS https://www.w3.org/TR/activitystreams-core/#example-1 It's been 11 years since the 1.0 was first introduced so we are...

2.0

When trying to access a wikiurl with https instead of http I get this error: ``` $ python confluence.py --wikiurl="https://confluence.mydomain.com/" ... Traceback (most recent call last): File "confluence.py", line 427,...

Fixed rate limiting to return (not raise) HttpResponseForbidden. The view was generating a "TypeError: exceptions must be classes or instances, not HttpResponseForbidden". Also added tests.

When paginating through the `confluence.client.Confluence.get_content()` method I am running into a `KeyError` when trying to fetch the `title` field from a content response. The rest of the fields in content...

### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to try to find a similar issue and didn't find...

bug

Would be great to have 1) a new option or 2) an option inside the `click.rich_click.COMMAND_GROUPS` dict to give commands aliases. Right now I can use [click-aliases](https://github.com/click-contrib/click-aliases) with rich-click to...