- 21 Mar, 2019 20 commits
-
-
GitLab Bot authored
-
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
-
Douwe Maan authored
Handle nil name in Gitlab::Auth::LDAP::Person#name See merge request gitlab-org/gitlab-ce!26364
-
Sean McGivern authored
elasticsearch: Fix indexing blobs and commits with strict mapping on See merge request gitlab-org/gitlab-ee!10322
-
Sean McGivern authored
[ES] Reinstate project_id missing from Blobs Closes #10393 See merge request gitlab-org/gitlab-ee!10020
-
GitLab Bot authored
-
Sean McGivern authored
Enrich commits with full data in CommitCollection Closes #58805 See merge request gitlab-org/gitlab-ce!26144
-
GitLab Bot authored
-
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
-
Rémy Coutable authored
Update dashboards to additionally use new environment selector Closes #10135 See merge request gitlab-org/gitlab-ee!9759
-
James Fargher authored
Deploy boards now will check for app.gitlab.com/env and app.gitlab.com/app
-
Rémy Coutable authored
Make UserExtractor#initialize the same as CE See merge request gitlab-org/gitlab-ee!10323
-
Ramya Authappan authored
Un-quarantine geo specs Closes gitlab-org/quality/nightly#86 See merge request gitlab-org/gitlab-ee!10334
-
Sanad Liaquat authored
-
Stan Hu authored
Regenerate locale/gitlab.pot Closes #10565 See merge request gitlab-org/gitlab-ee!10332
-
Luke Duncalfe authored
-
- 20 Mar, 2019 20 commits
-
-
GitLab Release Tools Bot authored
-
GitLab Bot authored
-
Clement Ho authored
Create project-specific Kubernetes resources just-in-time See merge request gitlab-org/gitlab-ce!25586
-
GitLab Bot authored
-
Stan Hu authored
Add option to whitelist _html fields from attributes on CacheMarkdownField See merge request gitlab-org/gitlab-ce!26374
-
GitLab Bot authored
-
Stan Hu authored
Bump httparty to version 1.16.4 Closes #44342 See merge request gitlab-org/gitlab-ce!25893
-
Stan Hu authored
Bump httparty to version 1.16.4 See merge request gitlab-org/gitlab-ee!10292
-
GitLab Bot authored
-
Grzegorz Bizon authored
Resolve "Use vendored files for CI config" Closes #57598 See merge request gitlab-org/gitlab-ce!25871
-
GitLab Bot authored
-
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
-
Nick Thomas authored
The elasticsearch index recently gained strict, rather than dynamic, mapping. However, we're still missing two important fields: * repository.commit.type * repository.blob.type I mistakenly thought all was well, when in fact our Ruby and Go indexers both silently ignore documents that fail to create. This fix is sufficient to bring the document count back up to the right number on my test instance (~262,000 instead of ~2000)
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
GitLab Bot authored
-