- 20 Jul, 2018 22 commits
-
-
Victor Wu authored
-
Filipa Lacerda authored
Resolve "Unable to save user profile update with Safari" Closes #45443 See merge request gitlab-org/gitlab-ce!20676
-
Stan Hu authored
Docs: Fix indent problem in mysql_to_postgresql.md See merge request gitlab-org/gitlab-ce!20736
-
Sean McGivern authored
Fixing bug with wiki ref in ProjectSearchResults Closes #49014 See merge request gitlab-org/gitlab-ce!20722
-
Francisco Javier López authored
-
Douwe Maan authored
Enables Bootsnap to GitLab (development) Closes #45230 See merge request gitlab-org/gitlab-ce!20743
-
Douwe Maan authored
Resolve "Ability to download single file" Closes #23705 See merge request gitlab-org/gitlab-ce!20480
-
Kamil Trzciński authored
Fix deserializing YAML variables when a build has been imported Closes #49406 See merge request gitlab-org/gitlab-ce!20713
-
Gabriel Mazetto authored
This will enable bootsnap whenver the gem is available.
-
Luke Bennett authored
-
Kamil Trzciński authored
Remove refs cleanup job See merge request gitlab-org/gitlab-ce!20716
-
Grzegorz Bizon authored
-
Sean McGivern authored
First version of pry_debugging.md Closes #45728 See merge request gitlab-org/gitlab-ce!20740
-
Sean McGivern authored
Gitaly migrate old DB migrations Closes gitaly#1106 See merge request gitlab-org/gitlab-ce!20708
-
GitLab Release Tools Bot authored
-
Toon Claes authored
-
GitLab Release Tools Bot authored
[ci skip]
-
Sean McGivern authored
Migrate add_remote, remove_remote, fetch_internal_remote to gitaly See merge request gitlab-org/gitlab-ce!20724
-
Phil Hughes authored
Don't overflow project/group dropdown results Closes #49382 and #49379 See merge request gitlab-org/gitlab-ce!20704
-
Miao Wang authored
-
Phil Hughes authored
Resolve "Web IDE crashes for directories named "blob"" Closes #48036 See merge request gitlab-org/gitlab-ce!20712
-
Phil Hughes authored
Moves CSS of security reports into CE folder See merge request gitlab-org/gitlab-ce!20696
-
- 19 Jul, 2018 18 commits
-
-
gfyoung authored
Closes #49382.
-
Alejandro Rodríguez authored
-
Paul Slaughter authored
-
Douglas Barbosa Alexandre authored
Backport of gitlab-org/gitlab-ee!6137 See merge request gitlab-org/gitlab-ce!20699
-
Valery Sizov authored
-
Rémy Coutable authored
Add missing Gitaly branch_update nil checks Closes #49263 See merge request gitlab-org/gitlab-ce!20711
-
Jacob Vosmaer (GitLab) authored
-
Rémy Coutable authored
Add a Gitlab::Profiler.print_by_total_time convenience method See merge request gitlab-org/gitlab-ce!20715
-
Filipa Lacerda authored
Allow testAction to work for async actions that don't return a Promise Closes #49413 See merge request gitlab-org/gitlab-ce!20718
-
Sean McGivern authored
This method uses Gitlab::Profiler::TotalTimeFlatPrinter internally, which is the same as RubyProf::FlatPrinter, but the min_percent option (and new max_percent option) applies to the _total_ time, not the _self_ time. This helps us figure out if we're calling a library inefficiently, for instance.
-
Rémy Coutable authored
Enable more frozen string in app/services/**/*.rb See merge request gitlab-org/gitlab-ce!20702
-
Lukas Eipert authored
-
Zeger-Jan van de Weg authored
Prior to this change, the migration touched the disk path. This has been removed. Further, I believe it also fixes a bug. It seems that GitLab Shell checks if the root path exists, when the path is duplicated. For example, if the shard is located at /home/git, it did check if `/home/git/home/git` existed.
-
Zeger-Jan van de Weg authored
Introduced by f20eadcb, meant to remove refs from Git using the wrong name. That never made it to a non-rc release and can be safely removed now.
-
Grzegorz Bizon authored
-
Rémy Coutable authored
Remove duplicated include IgnorableColumn in user model See merge request gitlab-org/gitlab-ce!20710
-
Grzegorz Bizon authored
Escape username and password in UrlSanitizer#full_url See merge request gitlab-org/gitlab-ce!20684
-
Grzegorz Bizon authored
-