Daniel Vaz Gaspar

Results 32 issues of Daniel Vaz Gaspar

### Description fixes a regression where `search_exclude_columns` defined for the related field that binds two `ModelViews` would not assume the related value for edit and add forms. ### ADDITIONAL INFORMATION...

This may be a problem on SQLAlchemy itself, simple example: ``` python from flask import Flask from flask_sqlalchemy import SQLAlchemy app = Flask(__name__) app.config["SQLALCHEMY_DATABASE_URI"] = "sqlite:///example.sqlite" db = SQLAlchemy(app) db.session.get_bind()...

Revisiting this issue, patch for 2.x The SignallingSession get_bind is being called without any parameters, this is probably due to the new SQLAlchemy proxied mechanism for registering scoped sessions ```...

### Cookbook version 7.2.2 Is there support for NLB or ALB registration on target groups?

document generation crashes with: ``` Exception occurred: File ".../venv_sphinx/lib/python3.6/site-packages/sphinxcontrib/openapi/openapi30.py", line 281, in _httpresource type=param['schema']['type'], KeyError: 'schema' ``` since it does not seem to support parameters with content https://swagger.io/docs/specification/describing-parameters/

bug
old-renderer

### SUMMARY Introduces a new config key named `EXCLUDE_USER_USERNAMES` with a list of usernames to exclude from all UI dropdown user list, owners, created by filters etc. This is useful...

size/M

### Description ### ADDITIONAL INFORMATION - [ ] Has associated issue: - [ ] Is CRUD MVC related. - [ ] Is Auth, RBAC security related. - [ ] Changes...

### Description Bootstrap 5 upgrade!! initial take ### ADDITIONAL INFORMATION - [ ] Has associated issue: - [ ] Is CRUD MVC related. - [ ] Is Auth, RBAC security...

# Summary New adapter proposal to support CVE, CPES and CWEs from NVD as a datasource. Will consume 2 REST API endpoints from NVD, more details here: https://nvd.nist.gov/developers for the...

Follow up for: https://github.com/pallets-eco/flask-caching/issues/285 If not mistaken the fixed mentioned on the above issue is for Redis sentinel only Setting the following config: ``` CACHE_CONFIG = { 'CACHE_TYPE': 'redis', 'CACHE_DEFAULT_TIMEOUT':...