dfl-aeb
dfl-aeb
### 📜 Description Some [mkdocs-material](https://squidfunk.github.io/mkdocs-material/) features are not working as expected. For example: ``` --- status: deprecated icon: material/emoticon-happy --- ``` like described here: https://squidfunk.github.io/mkdocs-material/reference/ ### 👍 Expected behavior It's...
### 🔖 Feature description Similar to the GitHub implementation: https://github.com/backstage/backstage/issues/9571 I'd like to be able to add reviewers to MRs created by Backstage via the publish:gitlab:merge-request action by setting them...
We are using a custom auth and a custom default-backend for authenticating our frontend apps: ``` apiVersion: networking.k8s.io/v1 kind: Ingress metadata: annotations: nginx.ingress.kubernetes.io/auth-url: 'https://auth-service.local/auth/nginx-auth' nginx.ingress.kubernetes.io/custom-http-errors: '401,403' nginx.ingress.kubernetes.io/default-backend: default-backend name: frontend-app-ingress...
## Hey, I just made a Pull Request! Fixes #4016 Previously, the Confluence collator would generate an invalid CQL query of the form `() and (label="test")` if the `spaces` configuration...
# Add UI customization support for GenAI chat assistant - Enable dynamic agent titles, descriptions, and welcome messages via app-config.yaml - Add frontend config schema with @visibility annotations for security...
### 🔖 Feature description We would like to propose adding a context-aware documentation assistant to the GenAI plugin that appears as a floating action button on TechDocs pages. We have...
## Fix: Module Trigger Logic and Header Visibility **Problem:** - Module headers were incorrectly displayed even when the module itself was supposed to be hidden by the `moduleTriggerTemplate`. This led...