- 24 Jun, 2019 29 commits
-
-
Bob Van Landuyt authored
Show create merge request button on confidential issues See merge request gitlab-org/gitlab-ce!29688
-
Kushal Pandya authored
Update tar to 2.2.2 See merge request gitlab-org/gitlab-ce!29949
-
-
Lin Jen-Shin authored
FIX: Scheduled pipelines scheduled to run at the same time as pipeline_schedule_worker gets pushed to the next run Closes #63469 See merge request gitlab-org/gitlab-ce!29848
-
Douwe Maan authored
Automatically update MR merge-ref along merge status See merge request gitlab-org/gitlab-ce!29569
-
Filipa Lacerda authored
Remove tooltip directive on project avatar image component Closes #51990 See merge request gitlab-org/gitlab-ce!29631
-
Filipa Lacerda authored
Fix EE differences in services/_form.html.haml Closes gitlab-ee#11032 See merge request gitlab-org/gitlab-ce!29931
-
Douwe Maan authored
Fix notes email with group-level notification email Closes #63355 See merge request gitlab-org/gitlab-ce!29889
-
Sean McGivern authored
A Noteable doesn't have a group directly, unless it's an epic - we need to look for the project's group to find the right email address.
-
Douwe Maan authored
Remove deprecated call in BuildSuccessWorker Closes #63622 See merge request gitlab-org/gitlab-ce!29958
-
Douwe Maan authored
Bump GITALY_SERVER_VERSION to v1.48.0 See merge request gitlab-org/gitlab-ce!29974
-
Achilleas Pipinellis authored
Add to list of functionality See merge request gitlab-org/gitlab-ce!29876
-
Evan Read authored
-
Thong Kuah authored
Merge branch '17690-Protect-TeamCity-builds-for-triggering-when-a-branch-is-deleted-And-add-MR-option' into 'master' Skip TeamCity trigger on branch delete and support MR triggers Closes #13871 and #17690 See merge request gitlab-org/gitlab-ce!29836
-
Achilleas Pipinellis authored
Refactor and add version text to variable syntax See merge request gitlab-org/gitlab-ce!29964
-
Evan Read authored
-
Zeger-Jan van de Weg authored
-
Shinya Maeda authored
If pipeline schedule is to run at the exact same time with when cron worker runs, the pipeline schedule will not be executed at the ideal timing. We fix this bug by comparing the exact matching of ideal and cron worker's next run at.
-
Kushal Pandya authored
Update pagination prev and next texts See merge request gitlab-org/gitlab-ce!29911
-
Evan Read authored
Add how to migrate deployments for deploy boards See merge request gitlab-org/gitlab-ce!29872
-
Thong Kuah authored
Enable JIT Kubernetes resource creation for project level clusters See merge request gitlab-org/gitlab-ce!29515
-
Thong Kuah authored
Memoize non-existent custom appearances See merge request gitlab-org/gitlab-ce!29957
-
Evan Read authored
Docs: Correct group path instructions See merge request gitlab-org/gitlab-ce!29869
-
Ash McKenzie authored
Enable Gitaly ref name caching for discussions.json See merge request gitlab-org/gitlab-ce!29951
-
Thong Kuah authored
Re-add ignore_column for import columns See merge request gitlab-org/gitlab-ce!29959
-
Ash McKenzie authored
Improve #has_metrics? and Environment#has_terminals? See merge request gitlab-org/gitlab-ce!29847
-
Evan Read authored
Docs: link to predefined env variables reference more evident Closes #62845 See merge request gitlab-org/gitlab-ce!29857
-
Marcia Ramos authored
-
Stan Hu authored
This `ignore_column` was present for a while but recently removed, but to ensure we don't get error 500s let's keep it for a while.
-
- 23 Jun, 2019 2 commits
-
-
Thong Kuah authored
We now create_deployment on Ci::Build create. No need to call create_deployment again
-
Stan Hu authored
This saves about 5 SQL calls per page if no custom appearance is specified.
-
- 22 Jun, 2019 4 commits
-
-
Stan Hu authored
This eliminates many potential duplicate FindCommit RPCs for the same ref, which often occurs in the RelativeLinkFilter#current_commit call. On the GitLab 12.0 release post, for example, this would save close to 400 RPC calls.
-
Takuya Noguchi authored
References: - https://www.npmjs.com/advisories/803 - https://hackerone.com/reports/344595Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
-
GitLab Release Tools Bot authored
-
GitLab Release Tools Bot authored
[ci skip]
-
- 21 Jun, 2019 5 commits
-
-
Fatih Acet authored
Add Copy to Clipboard CE Backport See merge request gitlab-org/gitlab-ce!29906
-
Mike Greiling authored
Resolve "Display in admin area if emails are verified or not" Closes #49814 See merge request gitlab-org/gitlab-ce!29669
-
Mike Greiling authored
App label warning for deploy boards See merge request gitlab-org/gitlab-ce!29740
-
Thong Kuah authored
As Auto DevOps deployments both label and annotations, that will be included in the deploy board so need to warn at all.
-
Stan Hu authored
Merge branch '63513-ensure-gitlab-jsoncache-includes-the-gitlab-version-in-the-cache-key' into 'master' Include the GitLab version in the cache key for Gitlab::JsonCache See merge request gitlab-org/gitlab-ce!29938
-