Bruno Rocha

Results 230 issues of Bruno Rocha

Issue: AAH-1957 #### What is this PR doing: Add settings `AUTH_LDAP_GROUP_TYPE_PARAMS` as a hashmap ```bash export PULP_AUTH_LDAP_GROUP_TYPE_PARAMS={name_attr="cn", member_attr="member"} ``` To allow customization og group class params. #### Reviewers must know:...

backport-4.5
backport-4.6

# in one shell do ``` $ python -m SimpleHTTPServer Serving HTTP on 0.0.0.0 port 8000 ... ``` # in another shell ``` $ ./kmsn SimpleHTTPServer No process matches given...

I followed the example in README, created the test index and then ``` curl -XGET 'http://localhost:9200/test/_termlist' No handler found for uri [/test/_termlist] and method [GET] ``` Any hint on why...

Also have to create the dopy binary!

enhancement

https://github.com/jeanphix/Ghost.py

This RFE has potential to replace the proposal I made on #683 Which is the support for the following snippet ```python from pydantic import BaseModel, ConfigDict from dynaconf import Dynaconf,...

Not a Bug
RFC

Default will be declared on validators but applied only on get method Fix #981 - [ ] pass tests - [ ] make default value loading lazy - [ ]...

There is a problem with the current way of setting default values when using validators. The method `_validate_items` should have no `side effect` on the object being validated, inside that...

enhancement
Not a Bug
RFC