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-10-30Fix negative artifact total sizefix-negative-artifact-total-sizeShinya Maeda
2018-10-30Update gitlab-ui to 1.9.0Clement Ho
2018-10-30Merge branch 'blackst0ne-update-push-new-merge-request-url' into 'master'Douwe Maan
Make new merge request URL more friendly when pushing code Closes #53012 See merge request gitlab-org/gitlab-ce!22526
2018-10-29Merge branch 'rails5-deprecated-uniq' into 'master'Robert Speicher
Replace deprecated uniq on a Relation with distinct See merge request gitlab-org/gitlab-ce!22625
2018-10-29Merge branch 'gt-truncate-milestone-title-on-collapsed-sidebar' into 'master'Clement Ho
Truncate milestone title on collapsed sidebar See merge request gitlab-org/gitlab-ce!22624
2018-10-29Fix broken "Show whitespace changes" button on MR "Changes" tabJacques Erasmus
2018-10-29Remove all tables from Pipeline page when there is no job for the PipelineTakuya Noguchi
2018-10-29Merge branch 'extract-ee-specific-lines-for-issues-and-mr-controllers' into ↵Nick Thomas
'master' Extract ee specific lines for issues and mr controllers See merge request gitlab-org/gitlab-ce!22569
2018-10-29Merge branch 'ce-7103-show-milestone-dates-within-tooltips' into 'master'Phil Hughes
CE Backport: Show actual Milestone dates within tooltips for Milestones in Epics sidebar See merge request gitlab-org/gitlab-ce!22653
2018-10-29post merge pipeline and environments statusAlessio Caiazza
2018-10-29Merge branch '34758-create-group-clusters' into 'master'Andreas Brandl
Models and migrations for group level clusters See merge request gitlab-org/gitlab-ce!22307
2018-10-29Merge branch '52383-ui-filter-assignee-none-any' into 'master'Sean McGivern
Add None/Any options for assignee in search bar Closes #52383 See merge request gitlab-org/gitlab-ce!22599
2018-10-29Merge branch 'rz_fix_milestone_count' into 'master'Sean McGivern
Fixing count on Milestones Closes #50848 See merge request gitlab-org/gitlab-ce!21446
2018-10-29Update tooltip for when no date is present, port back EE changesKushal Pandya
2018-10-29Associate clusters model to groupsThong Kuah
Even though we currently only should have one group for a cluster, we allow the flexibility to associate to other groups in the future. This also matches the runner <=> groups association. - Adds Cluster#first_group, aliased to Cluster#group. For the conceivable future, a cluster will have at most one group. - Prevent mixing of group and project clusters. If project type clusters, it should only have projects assigned. Similarly with groups. - Default cluster_type to :project_type. As it's very small table we can set default and null: false in one release.
2018-10-28Add failure reason for execution timeoutShinya Maeda
2018-10-27Revert _diffs.html.hamlblackst0ne
2018-10-26Merge branch '51335-fail-early-when-user-cannot-be-identified' into 'master'Douwe Maan
User not defined in PostReceive#process_project_changes Closes #51335 See merge request gitlab-org/gitlab-ce!22519
2018-10-26Merge branch ↵Douwe Maan
'42790-improve-feedback-for-internal-git-access-checks-timeouts' into 'master' Adds trace of each access check when git push times out Closes #42790 See merge request gitlab-org/gitlab-ce!22265
2018-10-26Replace deprecated uniq on a Relation with distinctJasper Maes
2018-10-26Truncate milestone title on collapsed sidebarGeorge Tsiolis
2018-10-26Merge branch 'prettify-all-the-things-4' into 'master'Tim Zallmann
Prettify all the things (part 4) See merge request gitlab-org/gitlab-ce!22253
2018-10-26Merge branch 'winh-split-merge-request-widget-dependencies' into 'master'Mike Greiling
Resolve circular dependencies in merge request widget See merge request gitlab-org/gitlab-ce!22605
2018-10-26Resolve "No longer require a deploy to start Prometheus monitoring"Peter Leitzen
2018-10-26Update content of visible tooltipsWinnie Hellmann
2018-10-26Extract EE-specific lines from MRs controllerSean McGivern
Move access checks to their own method so they can be overridden, and port an EE-only method to exist in CE too, with an EE-specific override.
2018-10-26Automatically navigate to last board visitedBrett Walker
2018-10-26Add None/Any options for assignee in search barHeinrich Lee Yu
2018-10-26Update MR based on Sean's feedbackEagllus
2018-10-26Merge branch '52545-guest-create-issue-in-group-board' into 'master'Sean McGivern
Resolve "Adding issues from group/project board is not allowed for project-level users" See merge request gitlab-org/gitlab-ce!22557
2018-10-26Merge branch '52384-api-filter-assignee-none-any' into 'master'Sean McGivern
Resolve "Filter by `None`/`Any` for assignee_id in issues/mrs API" Closes #52384 See merge request gitlab-org/gitlab-ce!22598
2018-10-26Merge branch 'bvl-preload-user-status-for-events' into 'master'Sean McGivern
Preload user status for label events Closes #53164 See merge request gitlab-org/gitlab-ce!22609
2018-10-26Support backward compatibility when introduce new failure reasonShinya Maeda
2018-10-26Merge branch '52115-Link-button-in-markdown-editor-should-recognize-URLs' ↵Phil Hughes
into 'master' Link button in markdown editor recognize URLs Closes #52115 See merge request gitlab-org/gitlab-ce!22547
2018-10-26Fix stage dropdown rendering only in EnglishFilipa Lacerda
2018-10-26Fix inaccessible dropdown for code-less projectsJacques Erasmus
2018-10-26Merge branch 'remove-unnecessary-css' into 'master'Phil Hughes
Remove .katex-display from selector See merge request gitlab-org/gitlab-ce!22580
2018-10-26Extract complex condition to computed propHeinrich Lee Yu
2018-10-26Support lowercase none / anyHeinrich Lee Yu
2018-10-26Apply similar change to MRs APIHeinrich Lee Yu
2018-10-26Issues API: Add None/Any option to assignee_idHeinrich Lee Yu
2018-10-26Simplify query and add tests for authorization changeHeinrich Lee Yu
2018-10-26Update boards issue creation authorizationHeinrich Lee Yu
2018-10-26Always show new issue in Open listHeinrich Lee Yu
2018-10-26Fix project selector to show only projects with issuesHeinrich Lee Yu
2018-10-26Merge branch 'master' into 'prettify-all-the-things-4'Mike Greiling
# Conflicts: # app/assets/javascripts/sidebar/components/time_tracking/collapsed_state.vue
2018-10-26Update other linksblackst0ne
2018-10-26Merge branch '40372-prometheus-dashboard-broken-on-firefox' into 'master'Clement Ho
Resolve "Prometheus dashboard broken on Firefox" Closes #40372 See merge request gitlab-org/gitlab-ce!22400
2018-10-26Merge branch 'winh-countdown-component' into 'master'Clement Ho
Add reusable component for counting down See merge request gitlab-org/gitlab-ce!22499
2018-10-25Merge branch 'jramsay-42673-commit-tooltip' into 'master'Douwe Maan
Add title to commit links in list view Closes #42673 See merge request gitlab-org/gitlab-ce!22585