-
Checklist:
* [x] I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
* [x] I've included steps to reproduce the bug.
* [x] I've pasted the output of `argocd version`.
*…
-
### Is there an existing issue for this feature request?
- [X] I have searched the existing issues
### Is your feature request related to a problem?
Description:
I am using Orca Slicer and would…
-
## Current Behavior
The `name_filter` parameter currently only supports simple string matching:
```python
# Current functionality - simple string containment matching
flow.update_maker_kwargs(se…
-
### Description
We would like to add some frontend developer content for the "VA Forms Library - How to work with Pre-Fill" page of the developer docs.
Within the 'Vets-Website work', and probably b…
-
### Description:
The 3rd Party Registration design pattern is a fundamental microservices architecture pattern. This pattern involves registering third-party services with our system, allowing them to…
-
**Description:**
The Microservices - Domain-Specific Protocol design pattern focuses on defining specialized communication protocols tailored to the specific requirements of each microservice domain. …
-
### Description:
The Microservices - Database per Service design pattern advocates for each microservice to have its own private database. This design pattern is crucial for achieving loose coupling b…
-
### Description
The Microservices - Remote Procedure Invocation (RPI) design pattern is crucial for enabling microservices to communicate effectively in a distributed system. This pattern allows a pro…
-
We currently get our patterns from a separate source as DotCom and the patterns are largely the same but have more commerce focused text and images. To achieve this we had to duplicate and update them…
-
Add support for bash-like parameter expansion and expansion modifier syntax.
| Feature | Description |
|---------------------|-------------|
| ${VAR:-default} | os.environ.get('VAR'…