Alex Eftimie

Results 88 comments of Alex Eftimie

We are using it locally and search seems to work just like before (except that now we don't get duplicate results). Updated README added a tiny unit test. If you...

@tcardonne atm I'm using a custom document collator in backstage, which I put in between the default one (that downloads search-index.json from s3) and I strip the tags before they...

I see your point, makes sense. In our case, the issue is with the order of builds and deployments: - build1 starts at t0 and is affected by this issue;...

go for it. here is the corresponding similar issue in Kubernetes Dashboard (with attached PR): https://github.com/kubernetes/dashboard/issues/9299 checking where in ArgoCD code we have a similar logic

this is actually here: https://github.com/argoproj/argo-cd/blob/master/controller/cache/info.go#L310 @linghaoSu let me know if you need help with the PR

> Does ArgoCD auto pick a file called "values.yaml" if there? @CzapBran Yes, but I believe this is how `helm` behaves, not Argo. When you specify `values` in the UI,...

@linghaoSu why is this still a draft? anything missing?

I assume you also want to test in https://github.com/argoproj/argo-cd/blob/1e359c8c0d25dc3a223ab184c1d623bb4d68aa5a/controller/cache/info_test.go? Let me know if you have time to continue with this PR, otherwise I can also try to take over. We...

I would make mkdocs-material search an option in mkdocs.yml config to use either standard search or theme search in: https://github.com/backstage/mkdocs-techdocs-core/blob/main/src/core.py#L22