-
- Dockerizing the application would provide us a Consistent Environment:
- Docker containers ensure that an application runs the same way regardless of where it is deployed, whether it's on a dev…
-
**As a** DevOps
**I need** to add CI/CD pipelines for backend services
**So that** the deployment process is automated, consistent and reliable.
### Details and Assumptions
* The CI/CD pipel…
-
## Description
We need to add additional Azure DevOps runners to handle the current CI/CD load more efficiently. Our current setup has limitations in terms of concurrency and build times, causing del…
-
**Stress Testing**: Testing how the application handles extreme loads (e.g., high traffic or large datasets).
(Example: Using tools like Apache JMeter or .NET benchmarking tools to simulate thousands…
-
We gonna build a CI/CD pipeline deploying the project on AWS - ec2 instances as a docker-compose module.
Requirements:
- [x] Access to AWS for @d3k4z
- [x] Docker file
- [x] Docker-compose fi…
d3k4z updated
10 months ago
-
- [x] setup GitHub Pages (https://christianknell.github.io/helm-charts)
- [x] build stale workflow (https://github.com/marketplace/actions/close-stale-issues; https://github.com/actions/stale/blob/ma…
-
Setup GitHub Actions workflows for updating the resources regularly, at each commit, and test pull requests
-
We will need to make building better and smoother for us as well as other users. It should go through and build a couple of different outputs:
- [ ] `source.tar.gz` which is the source code for thi…
-
# Why not to utilize capabilities of GH's Actions, when they are here and available...
- [ ] Lint R
- [ ] Lint JavaScript
- [ ] Lint Sass
- [ ] Run Cypress end-to-end tests
## Lint R
:ok_h…
-
Several concerns to address
- split the app into submodules (db, backend, frontend) so we test and push only the touched part
- for the db layer integrate backups and restores capability
- on push …