- 15 Dec, 2017 21 commits
-
-
Gilbert Roulot authored
-
Phil Hughes authored
Update svg package version Closes #41014 See merge request gitlab-org/gitlab-ce!15941
-
Filipa Lacerda authored
-
Filipa Lacerda authored
Change text from build to job in flash notice Closes #41136 See merge request gitlab-org/gitlab-ce!15948
-
Achilleas Pipinellis authored
Add note about automatic pipelines when enabling Auto DevOps See merge request gitlab-org/gitlab-ce!15946
-
Fabio Busatto authored
-
Sean McGivern authored
fix formatting of parameters for new group and transfer project to group See merge request gitlab-org/gitlab-ce!15822
-
Sean McGivern authored
Simplify conflict resolver interface See merge request gitlab-org/gitlab-ce!15897
-
🚄 Job van der Voort 🚀 authored
Docs update documentation guidelines See merge request gitlab-org/gitlab-ce!15811
-
Marcia Ramos authored
-
Filipa Lacerda authored
fix button alignment on MWPS component Closes #38541 See merge request gitlab-org/gitlab-ce!15835
-
Douwe Maan authored
Import gitlab-shell gitlab_projects.rb as at v5.10.2 Closes #41016 See merge request gitlab-org/gitlab-ce!15853
-
Dmitriy Zaporozhets authored
Add eager-load paths to autoload paths to fix Rake tasks See merge request gitlab-org/gitlab-ce!15940
-
Douwe Maan authored
Added LFS badge to indicate LFS tracked files Closes #15567 See merge request gitlab-org/gitlab-ce!15845
-
Grzegorz Bizon authored
Pass info regarding the user and job that initiated a trigger See merge request gitlab-org/gitlab-ce!15934
-
Balasankar "Balu" C authored
-
Balasankar "Balu" C authored
-
Balasankar "Balu" C authored
-
Balasankar "Balu" C authored
-
Balasankar "Balu" C authored
-
Balasankar "Balu" C authored
-
- 14 Dec, 2017 19 commits
-
-
Annabel Dunstone Gray authored
-
Michael Lihs authored
-
Alejandro Rodríguez authored
This does two things: - Pass commit oids instead of `Gitlab::Git::Commit`s. We only need the former. - Depend on only the target repository for conflict listing. For conflict resolution, treat one repository as a remote one so that we can implement it as such in Gitaly.
-
Robert Speicher authored
Migrate Gitlab::Git::Repository#merge_base_commit to Gitaly Closes gitaly#808 See merge request gitlab-org/gitlab-ce!15770
-
Achilleas Pipinellis authored
Docs: add indexes for monitoring and performance monitoring See merge request gitlab-org/gitlab-ce!15942
-
Marcia Ramos authored
-
Achilleas Pipinellis authored
clearer-documentation-on-inline-diffs See merge request gitlab-org/gitlab-ce!15938
-
Dimitrie Hoekstra authored
-
Achilleas Pipinellis authored
Add commit diff discussion in merge request context documentation See merge request gitlab-org/gitlab-ce!15885
-
Robert Speicher authored
Update flipper to 0.11.0 and take advantage of the new features See merge request gitlab-org/gitlab-ce!15920
-
micael.bergeron authored
-
Filipa Lacerda authored
Converted JS files into exported modules See merge request gitlab-org/gitlab-ce!15933
-
Nick Thomas authored
By importing this Ruby code into gitlab-rails (and gitaly-ruby), we avoid 200ms of startup time for each gitlab_projects subprocess we are eliminating. By not having a gitlab_projects subprocess between gitlab-rails / sidekiq and any git subprocesses (e.g. for fork_project, fetch_remote, etc, calls), we can also manage these git processes more cleanly, and avoid sending SIGKILL to them
-
Nick Thomas authored
Rake doesn't respect eager-loading, so to avoid explicit requires we have to duplicate the eager-load config into the auto-load config. This backports an EE change made in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3706
-
Marcia Ramos authored
Fixed doc for create MR from email See merge request gitlab-org/gitlab-ce!15849
-
Sean McGivern authored
Include project in BatchLoader key to prevent returning blobs for the wrong project Closes gitlab-ee#4325 See merge request gitlab-org/gitlab-ce!15936
-
Rémy Coutable authored
sorting for tags api See merge request gitlab-org/gitlab-ce!15772
-
haseeb authored
-
Sean McGivern authored
Clear caches before updating MR diffs See merge request gitlab-org/gitlab-ce!15916
-