- 13 Jul, 2018 36 commits
-
-
Fatih Acet authored
Add missing sourceBranchLink prop to CI widget Closes #6897 See merge request gitlab-org/gitlab-ee!6493
-
Winnie Hellmann (back on 23rd) authored
-
Stan Hu authored
CE upstream - 2018-07-13 21:21 UTC See merge request gitlab-org/gitlab-ee!6508
-
GitLab Bot authored
-
Robert Speicher authored
Fix ee-specific-check when EE is up-to-date with CE branch Closes #6890 See merge request gitlab-org/gitlab-ee!6504
-
Mike Greiling authored
Resolve "Lazy-load performance bar in frontend" Closes #48673 See merge request gitlab-org/gitlab-ce!20607
-
Lin Jen-Shin authored
-
Stan Hu authored
CE upstream - 2018-07-13 15:22 UTC Closes #6895 See merge request gitlab-org/gitlab-ee!6502
-
GitLab Bot authored
-
Filipa Lacerda authored
Allow merge requests from forks to be opened in Web IDE Closes #47460 See merge request gitlab-org/gitlab-ce!20521
-
Kamil Trzciński authored
Improve project build time setting validation Closes #44443 See merge request gitlab-org/gitlab-ce!20591
-
Annabel Gray authored
Fix RSS button interaction on Dashboard, Project and Group activities Closes #48894 See merge request gitlab-org/gitlab-ce!20549
-
Yorick Peterse authored
Avoid process deadlock in popen by consuming input pipes Closes gitlab-ee#6895 See merge request gitlab-org/gitlab-ce!20600
-
Kamil Trzciński authored
Add missing `CI_COMMIT_BEFORE_SHA` predefined variable Closes #43365 See merge request gitlab-org/gitlab-ce!20594
-
Sean McGivern authored
We need to eagerly load the performance bar wrapper component (`performance_bar/index.js`) when the page is loaded and the container element is present, to ensure that we register the interceptor early enough in the page's lifecycle. However, we don't need to load the UI at that point. Not doing so means that we can let Webpack extract the UI (`performance_bar/components/*`) into its own chunk, so users who don't see the performance bar don't have to load too much unnecessary JavaScript.
-
Filipa Lacerda authored
CE upstream - 2018-07-13 09:21 UTC Closes gitaly#526, gitaly#965, gitaly#476, and gitaly#474 See merge request gitlab-org/gitlab-ee!6498
-
GitLab Bot authored
-
Filipa Lacerda authored
Open pipeline list panel when clicking CI icon in Web IDE Closes #47843 See merge request gitlab-org/gitlab-ce!20516
-
Phil Hughes authored
CE upstream - 2018-07-13 06:32 UTC See merge request gitlab-org/gitlab-ee!6497
-
Sean McGivern authored
Fix Boards::UsersFinder usage inside EE namespace Closes #6865 See merge request gitlab-org/gitlab-ee!6438
-
Sean McGivern authored
Update docs board features tier See merge request gitlab-org/gitlab-ce!20602
-
Sean McGivern authored
Update docs board features tier See merge request gitlab-org/gitlab-ee!6494
-
Sean McGivern authored
Update doc to note that board update API is available after 11.1. Closes #6892 See merge request gitlab-org/gitlab-ee!6496
-
Phil Hughes authored
doesnt add query param if source & target projects match
-
Sean McGivern authored
Make more ref RPC's mandatory Closes gitaly#526, gitaly#965, gitaly#476, and gitaly#474 See merge request gitlab-org/gitlab-ce!20592
-
Winnie Hellmann authored
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Kushal Pandya authored
-
GitLab Bot authored
# Conflicts: # spec/javascripts/test_bundle.js [ci skip]
-
Stan Hu authored
CE upstream - 2018-07-12 18:22 UTC See merge request gitlab-org/gitlab-ee!6491
-
Mario de la Ossa authored
-
Mark Chao authored
-
Victor Wu authored
-
Victor Wu authored
-
- 12 Jul, 2018 4 commits
-
-
Jose Ivan Vargas authored
More mr widget fixes Closes #6857 See merge request gitlab-org/gitlab-ee!6486
-
Stan Hu authored
A process that spews a lot of output to stderr or stdout could stall out due to the pipe buffer being full. As described in https://bugs.ruby-lang.org/issues/9082, we can use the trick used in Ruby's capture3 function to read the pipes in separate threads. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/6895
-
Stan Hu authored
Upgrade grape-path-helpers to 1.0.6 See merge request gitlab-org/gitlab-ce!20601
-
Winnie Hellmann authored
-