Commit Graph
3 Commits
Author SHA1 Message Date
Ryan Petrello a42216f5e2 add a test for maximum page size enforcement
Resolves #4356
2017-01-18 16:52:22 -05:00
Ryan Petrello d418e41f7e Properly encode prev/next pagination links when URL contains unicode chars.
Resolves #4767
2017-01-18 12:43:27 -05:00
Ryan Petrello 9e09fd38a7 Properly parse subversion revision info.
The ansible subversion module returns revision info in an unanticipated format:

https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/source_control/subversion.py#L194-L199

Parse out the revision number we actually care about.

Resolves #4654
2017-01-17 10:04:30 -05:00