Questions tagged [devops]
The devops tag has no usage guidance.
2 questions
0
votes
0
answers
26
views
Azure pipeline YAML: check out Git submodules in latest HEAD version
Azure pipeline: checkout latest version (HEAD) of a linked Git submodule, default or specific branch, instead of the initially linked commit version.
Issue: different versions of scripting repository
...
4
votes
0
answers
52
views
API for operators and alerts
Note: The important chunks of code are pasted in the question but the larger representation of the app is available on GitHub.
Some time ago I was tasked to create a simple FastAPI app. I did manage ...