neutron-ah/ansible-role-java 0
Ansible Role - Oracle Java
A python 3.5+ client for the Cachet API : https://cachet-client.readthedocs.io/
Squid 4 docker container
Software packaging tool.
Fairly full featured Ansible role for Postgresql.
Репл - аудиоплеер для Мака
issue openedZettaIO/cachet-client
Add params argument to list methods
Right now we don't have support for extra parameters related to searching or sorting. Instead of users having to to go _post
and _get
methods in the base class.
def list(self, ...., params: Dict = None);
....
subscribers = client.subsribers.list(..., params={"param1": "value1, "param2": "value2"}
created time in 14 days
issue commentZettaIO/cachet-client
This explains quite a bit. I did play around with this for a bit and ran into some trouble as well. I think the sorting works ok (for the supported fields). Searching is another story. Would it maybe make sense to have a Filter
instead of a Searchable
to support both sorting and searching? Other than that it did not look unreasonable.
comment created time in 2 months
issue commentZettaIO/cachet-client
Started working on this feature as I needed the search functionality. However it appears the search functionality is broken in Cachet 2.3 when applied with pagination, same applies to 2.4..
With a patched version of 2.3 or the forked and continued version 2.5 the following code enables searching Incidents and Components: https://github.com/fiveai/cachet-client/tree/support-searchable-list-query
Not sure if this is the best way to approach this? Any thoughts and pointers would be appreciated.
comment created time in 2 months
pull request commentOpenMW/openmw
Merge from upstream
comment created time in 2 months
push eventOpenMW/openmw
commit sha 5f1d3e0e2fb2c209d7ad23c6c53d69d4258e6788
Use the Topic ID of the cloned target from topicinfos
commit sha 29416269b27434f0e1bf7854f736fb2ada47c9eb
Update changelog
commit sha 3045d20a970afd0da6a63081186e545ca940bfe6
Make sure that vector isn't empty, just in case
commit sha 7196ad74557d8c608a9401273a51220fd786f8db
Implement an override-value when cloning, use when cloning info records
commit sha 93b1b444f2a3abd13d5105b0bb35c41fc5498cd3
Optimize CreateCommand and CloneCommand configuration
commit sha acfd2cfd9014f560f73ee349e316441aee6b2c94
Merge branch 'dialogclonefix' into 'master' [OpenMW-CS] Fix cloning in info records See merge request OpenMW/openmw!524
push time in 2 months
push eventOpenMW/openmw
commit sha d015f17a6ce290a0a338db51745dc9a98329cba6
Make all physics object manage their own resources Use smart pointer for heightfields and their members. Move collision object addition inside of Object's ctor, as for Actors and HeightFields
commit sha 6863c5a68fb09851e3fe1c0ecbdd87dc79ea19ca
Merge branch 'raii' into 'master' Make all physics object manage their own resources. See merge request OpenMW/openmw!527
push time in 2 months
push eventOpenMW/openmw
commit sha 1ab4683dcecb4947b81dcf6606407b6c46a1eacb
Tweak follow distance to be more like the original
commit sha f150a927759ca66ea436f7dfc763b77716195497
Merge branch 'respect_almas_personal_space' into 'master' Tweak follow distance to be more like the original See merge request OpenMW/openmw!530
push time in 2 months