From planning to production, bring teams together in one application. Ship secure code more efficiently to deliver value faster.
We need this functionality in our business environment. Our customers (and also we) have (older) SAP systems running in production that fail to connect to any https git. Therefore we need http (through VPN). But then there is the SAP HANA Web IDE that only works with https git connection...
It seems when https is enabled, the server will not listen on 80 according to By default, when you specify an external_url starting with 'https', Nginx will no longer listen for unencrypted HTTP traffic on port 80. Is there any way it can support both http and https, instead of ...
If you want to be able to run jobs both manuallyandautomatically via GitLab webhooks, you will need to configure parameters for those jobs.If you only want to trigger jobs from GitLab, you can skip this section. Any GitLab parameters you create will always take precedence over the values...
Arm64, hosted inus-central1. You can configure any IP-based firewall by looking upIP address ranges or CIDR blocks for GCP. MacOS runners are hosted on AWS with runner managers hosted on Google Cloud. To configure IP-based firewall, you must allow bothAWS IP address rangesandGoogle Cloud...
Both personal and project snippets use version control by default. This means that all snippets get their own underlying repository initialized with a default branch at the moment the snippet is created. Whenever a change to the snippet is saved, a new commit to the default branch is recorded....
Two different wildcards can potentially match the same branch. For example,-stable and production-would both match a production-stable branch. In that case, if any of these protected branches have a setting like “Allowed to push”, then production-stable will also inherit this setting. ...
Everything is working fine, but now we have an extra concern: we have two working versions of our website, both HTTPandHTTPS. We need a way to redirect all of our traffic to the HTTPS version, and tell search engines to do the same. ...
Only Branches that are not also filed as MRs- If you are discovering origin merge requests, it may not make sense to discover the same changes both as a merge request and as a branch. Only Branches that are filed as MRs- This option exists to preserve legacy behaviour when upgrading from...
GitLab includes support for hooks, both at a project or system level. For either of these, the GitLab server will perform an HTTP POST with some descriptive JSON whenever relevant events occur. This is a great way to connect your Git repositories and GitLab instance to the rest of your ...