- 18 Jun, 2019 40 commits
-
-
Paul Gascou-Vaillancourt authored
-
GitLab Bot authored
-
Mike Greiling authored
Rename TOKEN_TYPES to USER_TOKEN_TYPES See merge request gitlab-org/gitlab-ce!29785
-
Mike Greiling authored
Rename TOKEN_TYPES to USER_TOKEN_TYPES Closes #12237 See merge request gitlab-org/gitlab-ee!14209
-
Arun Kumar Mohan authored
-
Sean McGivern authored
Merge branch '12249-broken-master-group-routing-routing-legacy-redirection-multiple-redirects-redirects-when-the-nested-group-does-not-exist' into 'master' Resolve "Broken master: Group routing routing legacy redirection multiple redirects redirects when the nested group does not exist" Closes #12249 See merge request gitlab-org/gitlab-ee!14255
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
GitLab Bot authored
-
Sean McGivern authored
Move some quick actions feature specs to unit tests Closes #60515 See merge request gitlab-org/gitlab-ce!28795
-
Felipe Artur authored
Move some feature specs for issues/merge requests quick actions to unit tests. They are taking too long to run on the pipelines.
-
Sean McGivern authored
Move some quick actions feature specs to unit tests See merge request gitlab-org/gitlab-ee!14124
-
Felipe Artur authored
Move some feature specs for issues/merge requests quick actions to unit tests. They are taking too long to run on the pipelines.
-
Yorick Peterse authored
Move approval MR rule report_type migration CE See merge request gitlab-org/gitlab-ee!14189
-
Yorick Peterse authored
Backport approval MR rules report_type migration to CE See merge request gitlab-org/gitlab-ce!29766
-
GitLab Bot authored
-
Kamil Trzciński authored
Add migrations needed to encrypt feature flags client tokens See merge request gitlab-org/gitlab-ce!29320
-
Kamil Trzciński authored
Encrypt feature flags client tokens See merge request gitlab-org/gitlab-ee!14021
-
Lucas Charles authored
-
GitLab Bot authored
-
Douwe Maan authored
Feature flag default on catfile cache Closes gitaly#1712 See merge request gitlab-org/gitlab-ce!29556
-
Achilleas Pipinellis authored
Https many links in docs See merge request gitlab-org/gitlab-ce!29776
-
Evan Read authored
-
GitLab Bot authored
-
Achilleas Pipinellis authored
Update list items to conform to documentation style guide See merge request gitlab-org/gitlab-ce!29739
-
Grzegorz Bizon authored
Remove deprecated group routes See merge request gitlab-org/gitlab-ce!29351
-
Yorick Peterse authored
Upgrade Gitaly to v1.47.0 See merge request gitlab-org/gitlab-ce!29789
-
GitalyBot authored
-
Achilleas Pipinellis authored
Fix typos, grammar and wording for SAST and DS report JSON docs See merge request gitlab-org/gitlab-ce!29744
-
Victor Zagorodny authored
-
Zeger-Jan van de Weg authored
The feature flag has been introduced an was turned off by default, now the it will default to be turned on. That change would still allow users to turn this feature off by leveraging the Rails console by running: `Feature.disable("gitaly_catfile-cache")` Another option is to manage the number of items the LRU cache will contain, by updating the `config.toml` for Gitaly. This would be the `catfile_cache_size`: https://gitlab.com/gitlab-org/gitaly/blob/0dcb5c579e63754f557aef91a4fa7a00e5b8b127/config.toml.example#L27 Closes: https://gitlab.com/gitlab-org/gitaly/issues/1712
-
GitLab Bot authored
-
Phil Hughes authored
Revert "Work around missing pagination headers" Closes #12221 See merge request gitlab-org/gitlab-ee!14220
-
Phil Hughes authored
Fix header alignment on wiki and kubernetes pages Closes #63231 See merge request gitlab-org/gitlab-ce!29698
-
Zeger-Jan van de Weg authored
The GitalyClient held a lot of logic which was all very tightly coupled. In this instance the feature logic was extracted to make it do just a little less and create a bit more focus in the GitalyClient's responsibilies.
-
Marcia Ramos authored
Remove standard subscription information See merge request gitlab-org/gitlab-ee!14185
-
Fatih Acet authored
Onboarding Component: Use lastStepIndex in percentageCompleted See merge request gitlab-org/gitlab-ee!14175
-
Martin Wortschack authored
- Update getter and specs
-
GitLab Bot authored
-
Grzegorz Bizon authored
Introduce default: for gitlab-ci.yml See merge request gitlab-org/gitlab-ee!14091
-
Kamil Trzciński authored
This moves all existing `image/services/before_script/variables` into `default:`. This allows us to easily add a default and top-level entries. `default`: is keep backward compatible: to be considered to be job if `default:script:` is specified. This behavior should be removed. All existing `image/services/before_script/variables` are properly handled in root context.
-