Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2018-01-17Merge branch '42035-projects-dropdown-scroll' into 'master'Tim Zallmann
Resolve "Projects dropdown width and height shrinked, causes scrollbars wrapping around" Closes #42035 See merge request gitlab-org/gitlab-ce!16507
2018-01-17Merge branch 'ce-backport-4378-fix-cluster-js-not-running-on-update-page' ↵Filipa Lacerda
into 'master' Fix JS bundle not running on the Cluster update/destroy pages -- CE backport Closes gitlab-ee#4378 See merge request gitlab-org/gitlab-ce!16506
2018-01-17Merge branch 'merge-request-target-branch-perf' into 'master'Filipa Lacerda
Improved performance of merge requests target branch dropdown See merge request gitlab-org/gitlab-ce!16428
2018-01-17Merge branch '41727-target-branch-name' into 'master'Sean McGivern
Set target_branch to the ref branch when creating MR from issue Closes #41727 See merge request gitlab-org/gitlab-ce!16422
2018-01-17Merge branch '37199-labels-fix' into 'master'Sean McGivern
Keep subscribers when promoting labels to group labels Closes #37199 See merge request gitlab-org/gitlab-ce!16343
2018-01-17Merge branch '41920-download-button' into 'master'Phil Hughes
Resolve "Download button in pipelines table has wrong height" Closes #41920 and #38653 See merge request gitlab-org/gitlab-ce!16488
2018-01-17Merge branch '41929-artifacts-time' into 'master'Tim Zallmann
Resolve "Remove "remaining" word from artifacts information in job's page sidebar" Closes #41929 See merge request gitlab-org/gitlab-ce!16405
2018-01-17Set target_branch to the ref branch when creating MR from issueJarka Kadlecová
2018-01-17Restore custom height for projects dropdownAnnabel Dunstone Gray
2018-01-17Fix JS bundle not running on the Cluster update/destroy pagesEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ee/issues/4378 Conflicts: app/assets/javascripts/dispatcher.js
2018-01-16fix readability xterm colorsDanny
2018-01-16Merge branch ↵Rémy Coutable
'40818-last-push-widget-does-not-appear-after-pushing-new-commit' into 'master' Last push widget will show banner for new pushes to previously merged branch Closes #40818 See merge request gitlab-org/gitlab-ce!15728
2018-01-16Merge branch 'fix/pipeline-header-padding' into 'master'Filipa Lacerda
Add pipeline header padding See merge request gitlab-org/gitlab-ce!16496
2018-01-16Merge branch 'winh-style-modals' into 'master'Tim Zallmann
Adjust modal style to new design See merge request gitlab-org/gitlab-ce!16310
2018-01-16Merge branch 'dispatcher-projects-c' into 'master'Phil Hughes
dispatcher changes for projects:c* views See merge request gitlab-org/gitlab-ce!16416
2018-01-16Add pipeline header paddingGeorge Tsiolis
2018-01-16Resolve "Icons on forks page are to big"Simon Knox
2018-01-16Merge branch '41666-cannot-search-with-keyword-merge' into 'master'Rémy Coutable
Resolve "Cannot search with keyword "merge"" Closes #41666 See merge request gitlab-org/gitlab-ce!16462
2018-01-16Merge branch '41921-follow-up-fixes' into 'master'Rémy Coutable
Refactor of buttons _dropdown partial Closes #41921 See merge request gitlab-org/gitlab-ce!16486
2018-01-16Merge branch 'fix/profile-gpg-keys-column-width' into 'master'Rémy Coutable
Change user settings column width See merge request gitlab-org/gitlab-ce!16479
2018-01-16Merge branch 'fix/activity-nav-inconsistent-capitalization' into 'master'Rémy Coutable
Fix top-area inconsistent capitalization See merge request gitlab-org/gitlab-ce!16476
2018-01-16Fix broken testFilipa Lacerda
2018-01-16Merge branch 'issue_41460' into 'master'Sean McGivern
Fix error on changes tab when merge request cannot be created Closes #41460 See merge request gitlab-org/gitlab-ce!16409
2018-01-16typoSimon Knox
2018-01-16add missing pages import for projects:compare:*Simon Knox
2018-01-16Merge branch 'dispatcher-milestones' into 'master'Filipa Lacerda
Added imports for milestone dispatcher routes See merge request gitlab-org/gitlab-ce!16387
2018-01-16Only highlight search results under the highlighting size limitSean McGivern
We should use this limit everywhere, but especially in project search results, where we could be highlighting very long single lines. (Typical examples: minified JavaScript, and JSON data files.)
2018-01-16Fix project search results for digits surrounded by colonsSean McGivern
A file containing /:\d+:/ in its contents would break the search results if those contents were part of the results, because we were splitting on colons, which can't work with untrusted input. Changing to use the null byte as a separator is much safer.
2018-01-16Merge branch 'mr-status-box-update' into 'master'Filipa Lacerda
Fixed merge request status badge not updating after merging See merge request gitlab-org/gitlab-ce!16470
2018-01-16fixed missing commaPhil Hughes
2018-01-16actual spec fixesPhil Hughes
2018-01-16more spec fixesPhil Hughes
2018-01-16fixed failing specPhil Hughes
2018-01-16only search branchesPhil Hughes
target branch select dropdown doesnt care about tags so we dont need to waste time searching them
2018-01-16Improved performance of merge requests target branch dropdownPhil Hughes
2018-01-16Replace pipeline's action icons with svgFilipa Lacerda
2018-01-16Merge branch 'feature/migrate-commit-uri-to-gitaly' into 'master'Sean McGivern
Migrate Commit#uri_type to Gitaly Closes gitaly#915 See merge request gitlab-org/gitlab-ce!16453
2018-01-16Merge branch '36571-ignore-root-in-repo' into 'master'Sean McGivern
Resolve "Error while searching for text starting with slash "/"" Closes #36571 See merge request gitlab-org/gitlab-ce!16455
2018-01-16Merge branch 'issue-30101' into 'master'Rémy Coutable
Update 'removed assignee' note to include old assignee reference Closes #30101 See merge request gitlab-org/gitlab-ce!16301
2018-01-16Move Regexp.escape(), fix formatting on tests.Andrew McCallum
2018-01-16Refactor of buttons _dropdown partialMark Fletcher
Remove block + interpolation to simplify the calls to link helpers
2018-01-16Merge branch 'sh-remove-shared-runners-and-more' into 'master'Grzegorz Bizon
Remove erroneous text in shared runners page that suggested more runners available Closes #42059 See merge request gitlab-org/gitlab-ce!16483
2018-01-16Merge branch 'sh-optimize-ci-build-project' into 'master'Grzegorz Bizon
Ensure CI pipelines and builds have the correction project associations See merge request gitlab-org/gitlab-ce!16448
2018-01-16Remove erroneous text in shared runners page that suggested more runners ↵Stan Hu
available Closes #42059
2018-01-16Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Simon Knox
dispatcher-projects-c
2018-01-16Last push widget will show banner for new pushes to previously merged branchDrew Blessing
Previously, the last push widget would only show when the branch never had a merge request associated with it - even merged or closed ones. Now the widget will disregard merge requests that are merged or closed.
2018-01-16Change user settings column widthGeorge Tsiolis
2018-01-16Fix top-area inconsistent capitalizationGeorge Tsiolis
2018-01-15Merge branch '1819-override-ce' into 'master'Rémy Coutable
CE: Override module to specify that we're overriding See merge request gitlab-org/gitlab-ce!16131
2018-01-15Merge branch '19493-fork-does-not-protect-default-branch' into 'master'Douwe Maan
Make forking protect default branch on completion Closes #19493 See merge request gitlab-org/gitlab-ce!16449