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
AgeCommit message (Collapse)Author
2019-05-06Updated layout for various breakpointsEzekiel Kigbo
Updated translations Adds sort direction dropdown Allows the project list sorting direction to be changed, available options can be sorted ascending or descending. Implements the changes from the UX review.
2019-05-06Added filter bar to project pageEzekiel Kigbo
Added project_list_filter_bar feature flag
2019-04-12Fixes stylelint for page_title.scssFilipa Lacerda
Replaces CSS with BS4 Utility classes
2019-03-26Update spinners in group list componentDennis Tang
2019-03-06Refactor dashboard gold trial calloutsLuke Bennett
Uses new gold trial helper method to render a gold trial callout on user dashboards.
2019-02-22Improve snippets empty stateGeorge Tsiolis
2019-02-19Improve empty state for starred projectsBrandon Labuschagne
In this MR, a view for the empty state of projects has been added. In addition, an svg for this has also been added.
2019-01-25Merge branch '54905-milestone-search' into 'master'Sean McGivern
Resolve "Milestone search" Closes #54905 See merge request gitlab-org/gitlab-ce!24265
2019-01-24Adds milestone searchJacopo
Adds to search ILIKE search for milestones title in: - Milestones dashboard - Group milestones page - Project milestones page
2019-01-24Enable the Layout/ExtraSpacing copRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-01-15Remove badge count for groupsGeorge Tsiolis
2019-01-15Move ProjectsFinder into the controllerGeorge Tsiolis
2019-01-15Update badge-pill classGeorge Tsiolis
2019-01-15Add badge count to projects and groupsGeorge Tsiolis
2019-01-04Merge branch 'ce-revert-revert-gold-trial-mrs' into 'master'Kamil Trzciński
Bring back reverted Gold Trial MR (CE backport) See merge request gitlab-org/gitlab-ce!23621
2019-01-03Merge branch '54386-integrate-mobile-css-framework-into-specific-frameworks' ↵Annabel Dunstone Gray
into 'master' Integrate mobile CSS framework into specific frameworks Closes #54386 See merge request gitlab-org/gitlab-ce!23301
2019-01-03Port GitLab.com gold trial callout changes to CELuke Bennett
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8731
2018-12-20Add project milestone link to dashboard milestonesFatih Acet
One of the steps to deprecate dashboard milestones. Links do dashboard milestone are replaced with links for each project milestone
2018-12-13Replace .rss-btn with display propertiesTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2018-12-06Revert "Merge branch 'ce-6983-promote-starting-a-gitlab-com-trial' into ↵Luke Bennett
'master'" This reverts commit 427c1e72194556c9e198659dfff92cb42b31fb62, reversing changes made to 5aac64a79527afef9ff6b4b1db52a9c01c5d6af6.
2018-11-21Promote the GitLab.com Gold trial on a users default dashboardLuke Bennett
Show a dismissable callout on a users dashboard for a free trial of the GitLab.com Gold plan. Hide the callout from users who have dismissed the callout, are already on a trial or are already on the gold plan
2018-11-13Fix testsHeinrich Lee Yu
2018-11-13Apply new search bar on issues and merge request dashboardsHeinrich Lee Yu
2018-11-08Remove duplicate primary button in dashboard snippetsGeorge Tsiolis
2018-10-19Change single-item breadcrumbs to page titlesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-10-12Revert "Merge branch 'ce-6983-promote-starting-a-gitlab-com-trial' into ↵Luke Bennett
'master'" This reverts merge request !21551
2018-09-24Merge remote-tracking branch 'origin/master' into ↵Luke Bennett
ce-6983-promote-starting-a-gitlab-com-trial
2018-09-19Unite green buttons under one css classDmitriy Zaporozhets
Rename btn-new, btn-create and btn-save to btn-success Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
2018-09-06port EELuke Bennett
2018-08-07Merge branch 'group-todos' into 'master'Sean McGivern
Group todos See merge request gitlab-org/gitlab-ce!20675
2018-08-03Add group milestones to dashboard milestone pageChantal Rollison
2018-08-02Revert "Revert "Merge branch 'ee-5481-epic-todos' into 'master'""Jarka Kadlecová
This reverts commit 8717c7dad9b5a8fa21ec9a652c54718a6b4c2175.
2018-07-13Update `.controls` positioningKushal Pandya
2018-07-11Revert "Merge branch 'ee-5481-epic-todos' into 'master'"Jarka Kadlecová
This reverts commit 4d9a3f42f1fd3be21555e19872b7121cca65015e, reversing changes made to ecf9c145f6e4d170cd059df88743393d9e63c489.
2018-07-04Add Group filter dropdown supportKushal Pandya
2018-05-31Export assigned issues in iCalendar feedImre Farkas
2018-05-22Fix empty starred projects headerAnnabel Dunstone Gray
2018-04-20Add .nav.nav-tabs to nav-linksClement Ho
2018-04-18Merge branch 'master' into 'bootstrap4'Clement Ho
# Conflicts: # app/views/projects/issues/_nav_btns.html.haml # app/views/projects/merge_requests/creations/_new_compare.html.haml
2018-04-17Fix dropdownsClement Ho
2018-04-10[skip ci] Convert visible- classesClement Ho
2018-04-10[skip ci] Convert panel related class names to cardClement Ho
2018-04-10[skip ci] Replace hidden-xsClement Ho
2018-04-09Merge branch 'master' into 'bootstrap4'Clement Ho
# Conflicts: # app/helpers/issuables_helper.rb # app/views/projects/_home_panel.html.haml # app/views/projects/commits/_commit.html.haml
2018-04-09Add badge-pill to .badge in hamlClement Ho
2018-04-08[Rails5] Add `safe_params` helperblackst0ne
Rails 5.0 requires to explicitly permit attributes when building a URL using current `params` object. The `safe_params` helper allows developers to just call `safe_params.merge(...)` instead of manually adding `permit` to every call. https://github.com/rails/rails/pull/20868
2018-04-06Fix breadcrumb linksWinnie Hellmann
2018-04-03Display illustration and message if no filter is selectedWinnie Hellmann
2018-04-03Check if at least one filter is set on dashboardJan Provaznik
When listing issues and merge requests on dasboard page, make sure that at least one filter is enabled. User's id is used in search autocomplete widget instead of username, which allows presetting user in filter dropdowns. Related to #43246