Skip to content

Locking

CSDUMMI requested to merge Locking into master

This implements (finally) the automatic deployment. From proposals to servers. And this makes discussion better. You now don't just make your proposal, but also publish the title and description of the associated merge request as a normal post. Thus you can discuss proposals on the network and not just on GitLab. Maybe, someone will implement a feature that syncs those two discussion platforms later on.

Technical Description

I now use a local Git Repository and .patch files. These Patch files are extracted from :GITLAB/:USER/:PROJECT/-/merge_requests/:ID.patch and are applied using git am. Thereafter they are pushed to GitLab and GitLab CI/CD deploys the code automatically to the appropriate server.

Merge request reports