- 07 May, 2019 38 commits
-
-
GitLab Bot authored
-
Tim Zallmann authored
UI for Dependency proxy for containers See merge request gitlab-org/gitlab-ee!10386
-
James Lopez authored
Clean up CarrierWave's import/export files Closes #60656 See merge request gitlab-org/gitlab-ce!27487
-
Filipa Lacerda authored
Move CE bar_chart test to correct location See merge request gitlab-org/gitlab-ee!12236
-
GitLab Bot authored
-
Tim Zallmann authored
Add wbr style for IE11 compatibility See merge request gitlab-org/gitlab-ce!27846
-
Stan Hu authored
Unlike uploads that have been uploaded with Tempfile, the project import/export archives are stored in a temporary cache directory and remain there if: 1. Object storage is enabled 2. `move_to_store` is set to `true`. CarrierWave will leave these files there until disk space runs out or a clean step is run manually. If `move_to_store` is set to `false`, CarrierWave will remove the files after storing them. However, unlike a local file, with object storage, the file is still copied, so setting `move_to_store` to `true` doesn't buy us anything. To ensure files are cleaned up, we can just inherit from the GitlabUploader implementation of `move_to_store`, which returns `true` if it's a local file, `false` otherwise. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60656
-
GitLab Bot authored
-
Phil Hughes authored
Cleans up todos.scss style-lint warnings Closes #59930 See merge request gitlab-org/gitlab-ce!28076
-
Phil Hughes authored
Copy _group_admin_settings.html.haml from CE Closes #10505 See merge request gitlab-org/gitlab-ee!12224
-
Phil Hughes authored
Generate EE-specific JavaScript fixtures into ee/ directory (CE-backport) See merge request gitlab-org/gitlab-ce!28032
-
Phil Hughes authored
Generate EE-specific JavaScript fixtures into ee/ directory Closes #10675 See merge request gitlab-org/gitlab-ee!11573
-
Phil Hughes authored
Only renders Next badge for gitlab.com Closes #61278 See merge request gitlab-org/gitlab-ce!28056
-
Filipa Lacerda authored
-
GitLab Bot authored
-
James Lopez authored
Allow replying to an individual note in the API Closes #61392 See merge request gitlab-org/gitlab-ce!28120
-
Grzegorz Bizon authored
Fix approvals section when merge requests disabled Closes #11321 See merge request gitlab-org/gitlab-ee!12070
-
Grzegorz Bizon authored
Strip whitespace for PipelineSchedule#cron See merge request gitlab-org/gitlab-ce!27990
-
Bob Van Landuyt authored
EE port of instance level kubernetes cluster admin interface See merge request gitlab-org/gitlab-ee!10761
-
Bob Van Landuyt authored
Instance level k8s clusters See merge request gitlab-org/gitlab-ce!27196
-
Grzegorz Bizon authored
Add bridge relation between Pipelines and Bridges See merge request gitlab-org/gitlab-ee!11264
-
James Lopez authored
Allow replying to an individual note in the API See merge request gitlab-org/gitlab-ee!12307
-
GitLab Bot authored
-
Stan Hu authored
Additional fix to handle NULL lock_version See merge request gitlab-org/gitlab-ce!28153
-
James Lopez authored
Bump clair-local-scan to v2.0.8 See merge request gitlab-org/gitlab-ee!12091
-
Olivier Gonzalez authored
-
Kushal Pandya authored
Backport members SCSS changes See merge request gitlab-org/gitlab-ce!28115
-
Kushal Pandya authored
Fix placement of LDAP icon in members list Closes #8300 See merge request gitlab-org/gitlab-ee!12304
-
Kushal Pandya authored
Resolve "Add filtering to project dashboard [FE]" Closes #56992 See merge request gitlab-org/gitlab-ce!25231
-
Kushal Pandya authored
Add filtering to project dashboard fe ee See merge request gitlab-org/gitlab-ee!11209
-
GitLab Bot authored
-
Ash McKenzie authored
Fix update head pipeline process of Pipelines for merge requests See merge request gitlab-org/gitlab-ce!28057
-
Dmitriy Zaporozhets authored
Remove superfluous permission check for alerts See merge request gitlab-org/gitlab-ee!12313
-
Peter Leitzen authored
The policy `read_prometheus_alerts` already makes sure that the user has at least maintainer access. Add some missing specs to cover unprivileged access.
-
Stan Hu authored
If the UI sends a string value for lock_version (e.g. "0"), then the previous monkey patch did not properly handle that properly. This commit casts the value to an integer to determine whether to look for NULL lock_versions. For merge requests, GitLab sends a POST request to `namespace/project/merge_requests/:iid` with the `merge_request[lock_version]` parameter with a string `0`. The string value comes from the form field, which explains why https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/28145 wasn't sufficient.
-
GitLab Bot authored
-
Evan Read authored
Correct repo mirror SSH key generation docs See merge request gitlab-org/gitlab-ce!27998
-
Evan Read authored
Correct repo mirror SSH key generation docs See merge request gitlab-org/gitlab-ee!12117
-
- 06 May, 2019 2 commits
-
-
James Fargher authored
The method already existed under a different name
-
GitLab Bot authored
-