summaryrefslogtreecommitdiff
path: root/helpers/featureflags (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove usage of old helper image commands•••The bash scripts are deprecated and only used when someone specified a `helper_image` in `[runners.docker]`. In 12.0 we are going to remove any support for the old bash scripts in favor of the new Go commands. The new Go commands were introduced for https://gitlab.com/gitlab-org/gitlab-runner/issues/3755 for the following merge requests: - https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/1195 - https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/1201 - https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/1218 Update `TestDockerCommandWithHelperImageConfig` to use one of the latest image that has the new commands, since the tag that is being used does not have the new commands which leads into a build failure. closes https://gitlab.com/gitlab-org/gitlab-runner/issues/4013 Steve Azzopardi2019-05-281-8/+0
* Merge branch '4073-remove-deprecated-k8s-entrypoint-ff' into 'master'•••Remove support for deprecated entrypoint configuration for K8S Closes #4073 See merge request gitlab-org/gitlab-runner!1369Steve Azzopardi2019-05-281-8/+0
|\
| * Remove support for deprecated entrypoint configuration for K8STomasz Maczukin2019-05-271-8/+0
* | Remove deprecated git clone strategyTomasz Maczukin2019-05-231-8/+0
|/
* Add UseLegacyVolumesMountingOrder feature flagTomasz Maczukin2019-05-231-0/+8
* Change deprecation of FF_USE_LEGACY_BUILDS_DIR_FOR_DOCKER to 12.3Steve Azzopardi2019-04-231-1/+1
* Update documentation for legacy feature flags•••The feature flags disables the new code path not enabling it, the new code path is enabled by default. Steve Azzopardi2019-04-221-2/+2
* Format flags_test.go•••Remove some whitespace and order struct initialization Steve Azzopardi2019-04-221-4/+2
* Drop the 'FF' prefix from feature flag constants•••The constants are now defined inside of the 'featureflags' package, so there is no need for the 'FF' prefix. The fact that it's a feature flag is quite obvious when looking on an entry like: IsFeatureFlagOn(featureflags.UseLegacyBuildsDirForDocker) Tomasz Maczukin2019-04-191-10/+10
* Generate table of FF in documentation automatically from the definitionsTomasz Maczukin2019-04-191-0/+5
* Prepare single source of thruth for defined feature flagsTomasz Maczukin2019-04-192-0/+142