- 21 Mar, 2019 19 commits
-
-
Kushal Pandya authored
Merge branch '59189-long-names-in-project-path-namespace-dropdown-breaks-past-container' into 'master' Resolve "Long names in project path namespace dropdown breaks past container" Closes #59189 See merge request gitlab-org/gitlab-ce!26343
-
Douwe Maan authored
Allow users to create protected branches via CLI Closes #59289 See merge request gitlab-org/gitlab-ce!26413
-
Kushal Pandya authored
Resolve "Inconsistent hover behavior on navbar items" Closes #59117 See merge request gitlab-org/gitlab-ce!26345
-
Nick Thomas authored
Resolve "Android template is missing .gitlab-ci.yml" Closes #59293 See merge request gitlab-org/gitlab-ce!26415
-
Jason Lenny authored
-
Patrick Bajao authored
This is for fixing a regression introduced by: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24969 This fix will allow users who are allowed to push to protected branches to create protected branches via CLI as well, just like before. The checks for protected branch creation won't need to run.
-
James Lopez authored
Revert "Enrich commits with full data in CommitCollection" See merge request gitlab-org/gitlab-ce!26412
-
Lin Jen-Shin authored
Use the default git clone depth for the review-build-cng job Closes #59288 See merge request gitlab-org/gitlab-ce!26410
-
Filipa Lacerda authored
Update job detail view sidebar to accommodate post-merge pipelines See merge request gitlab-org/gitlab-ce!25777
-
Sean McGivern authored
Revert "Merge branch '58805-allow-incomplete-commit-data-to-be-fetched-from-collection' into 'master'" This reverts merge request !26144
-
Douwe Maan authored
Upgrade Gitaly to v1.29.0 See merge request gitlab-org/gitlab-ce!26406
-
GitalyBot authored
-
Grzegorz Bizon authored
Prepare multi-line suggestions for rendering in Markdown See merge request gitlab-org/gitlab-ce!26107
-
Filipa Lacerda authored
Update pipeline list view to accommodate post-merge request pipelines See merge request gitlab-org/gitlab-ce!25690
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Douwe Maan authored
Handle nil name in Gitlab::Auth::LDAP::Person#name See merge request gitlab-org/gitlab-ce!26364
-
Sean McGivern authored
Enrich commits with full data in CommitCollection Closes #58805 See merge request gitlab-org/gitlab-ce!26144
-
Rémy Coutable authored
Update dashboards to additionally use new environment selector See merge request gitlab-org/gitlab-ce!25623
-
James Fargher authored
Deploy boards now will check for app.gitlab.com/env and app.gitlab.com/app
-
- 20 Mar, 2019 21 commits
-
-
Clement Ho authored
Create project-specific Kubernetes resources just-in-time See merge request gitlab-org/gitlab-ce!25586
-
Stan Hu authored
Add option to whitelist _html fields from attributes on CacheMarkdownField See merge request gitlab-org/gitlab-ce!26374
-
Stan Hu authored
Bump httparty to version 1.16.4 Closes #44342 See merge request gitlab-org/gitlab-ce!25893
-
Grzegorz Bizon authored
Resolve "Use vendored files for CI config" Closes #57598 See merge request gitlab-org/gitlab-ce!25871
-
Luke Duncalfe authored
A project is needed in order to fetch data from gitaly. Projects can be absent from commits in certain rare situations (like when viewing a MR of a deleted fork). In these cases, assume that the enriched data is not needed. See this comment: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/26144#note_152191106 "It's led to a dilemma about where to "fix" this in code. I'm going to fix it by allowing CommitCollection#enrich! to just return unenriched commits when a project is missing, essentially "silently failing". I hope this is the right decision. It's going with the assumption that calls in these situations in the future are not needing the full data. The alternative would be to allow CommitCollection#enrich! to still error, but handle it in the methods that call #enrich!, however that might lead to brittleness in future when working with project-less MRs."
-
Alex Hanselka authored
* dev/master: Update CHANGELOG.md for 11.8.3 Update CHANGELOG.md for 11.7.7 Only return `commands_changes` used in frontend
-
Alex Hanselka authored
Fix project serialization in quick actions response Closes #2826 See merge request gitlab/gitlabhq!3001
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Dan Davison authored
Fix Auto DevOps QA Smoke test hidden banner Closes gitlab-org/quality/nightly#87 See merge request gitlab-org/gitlab-ce!26254
-
Dylan Griffith authored
The banner is no longer being shown for empty repos since https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/26024 . We could have made this assertion after pushing the repo but this is not the thing that really needs to be in an integration or smoke test as it is already tested in spec/.../projects/show/user_interacts_with_auto_devops_banner_spec
-
Stan Hu authored
Merge branch '59208-fix-error-500-on-every-page-when-active-broadcast-message-present-after-upgrading-to-11-9-0' into 'master' Gracefully handles excluded fields from attributes during serialization on JsonCache Closes #59208 See merge request gitlab-org/gitlab-ce!26368
-
Stan Hu authored
Avoid loading pipeline status in project search See merge request gitlab-org/gitlab-ce!26342
-
Achilleas Pipinellis authored
Update backup_restore.md instructions for Google Cloud Storage bucket... See merge request gitlab-org/gitlab-ce!25628
-
Achilleas Pipinellis authored
doc/uploads: fix another path to omnibus uploads See merge request gitlab-org/gitlab-ce!22330
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Nick Thomas authored
Move out link\unlink ability checks to a policy See merge request gitlab-org/gitlab-ce!26278
-
Fatih Acet authored
Improve mobile UI on User Profile page Closes #59057 See merge request gitlab-org/gitlab-ce!26240
-