-
In my opinion, it would also be nice to adapt to use "use_scm_version", which will allow you to easily perform continous deployment using GitHub Actions (see https://github.com/ad-m/python-anticaptcha…
-
Dockerfile
```
FROM clojure:lein-alpine as dependencies
WORKDIR /app
COPY project.clj .
RUN lein deps
FROM dependencies
WORKDIR /app
RUN lein test
FROM dependencies as builder
WORKDIR /a…
-
Please add an Continous Integration and a Continious Deployment to a demo server so there is an automaticly updated Demo with the latest stable version.
Please include at least one shop solution (OXI…
jkrug updated
8 years ago
-
I'm using Git and gitlab.socsci.ru.nl as primary way to manage my research projects. Over an RDC, this has the benefit of retaining the full history, simpler authentication with SSH keys rather than t…
-
- [ ] issue request template
- [ ] pull request template
- [ ] conda-forge
- [x] sort out conda versioning issue (stray "v" prepended; currently you have to `conda install climateforcing==v0.2.1`…
-
**Is your feature request related to a problem? Please describe.**
Updating or accessing token through a robot account is not working in harbor. We also need to create robot account created if we wan…
-
If we configure a scale down ratio limit with `estafette.io/hpa-scaler-scale-down-max-ratio`, that can cause the replica count to be increased to a very high number, during deployments.
What happen…
-
I like the upload tool for travis. For appveyor I created upload_appveyor.sh, substituting in APPVEYOR variables for the TRAVIS ones. I had issues with the appveyor GitHub deployment provider keepi…
-
- file reading
- json parsing
- html template rendering
- ...
-
*Please use this template for reporting suspected bugs or requests for help.*
# Issue description
yqueue leak when subscriber restarts/crashes while publisher is alive.
I think each yqueue size…