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
2016-09-08Add bulk update support for merge requests listDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-06-30Remove unnecessary parensValery Sizov
2016-06-10Move Labels and Milestones as sub tab to Issues/MRDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-06-08Cleanup and imrpove issue/mr buttonsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-05-26Remove header title from project pagesDmitriy Zaporozhets
With new navigation design it makes no sense to duplicate title in the header Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-02-05Re-use top-are css component for issues/mr pagesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-01-04Fix testsJosh Frye
2016-01-04Show 'New Merge Request' buttons on canonical repo.Josh Frye
2015-09-17Move project header title definition to view in question.Douwe Maan
2015-09-04Apply new style for issues, merge requests and milestone pagesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-07-09Show last push widget on several project pagesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-06-26Rename abilities to correspond contoller/model action namesDmitriy Zaporozhets
write_ was renamed to create_ modify_ was renamed to update_ So now in update action we have next code def create can?(current_user, :create_issue, @issue) end def update can?(current_user, :update_issue, @issue) end Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-06-25Move issuable partials in common directoryDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-06-08Improve UI for phonesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-05-25Add Accepted and Rejected tabs to MR lists.Douwe Maan
2015-04-30Add a page title to every page.Douwe Maan
2015-03-13Implement merge requests searchDmitriy Zaporozhets
It is same search like we have at issues page. It allows to quickly filter merge requests based on title or desription. I copy-pasted some js code from Issues.js. In future search (filtering) logic should be refactoed into one class for merge requests and issues
2015-02-20Update path helper referencesVinnie Okada
Use the path helpers for nested project resources, for Rails 4.1.9 compatibility.
2015-02-20Prettify milestones pageDmitriy Zaporozhets
2015-02-20Move labels/milestones tabs to side navigationDmitriy Zaporozhets
2014-12-23Refactor issues and merge requests listsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-12-23One column issue/mr lists for projectDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-12-05Move issues/mr filter to partialDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-12-02UI improvements mostly for mobile screensDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-11-20Possibility to create Milestones or Labels when Issues are disabledValery Sizov
2014-10-03Upgrade to Font Awesome v4.2Sullivan SENECHAL
2014-07-10Show counters in sidebar filter in same way like we did for projects pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-15move all sidebars to one side for improved UX; add button in head of ↵Job van der Voort
projects/issues and milestones instead of tab on side of screen to prevent overlapping of content
2014-06-14add responsive sidebar to issues, milestones and MRsJob van der Voort
2014-05-29Replace ui-box with panel.panel-defaultDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-13Implement Merge Request LabelsDrew Blessing
2014-02-20Refactor scssDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-13Restyle issue/mr top filters for listDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-13Show only people who have assigned merge requests in assignee dropdownDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-14Move sort dropdown to the rightDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-14Add sort dropdown to merge requests listDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-14Add hr below mr titleDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-31Convert span into col-mdDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-10-09avatar upload on profile pageSteven Thonus
2013-08-15More specific empty state message wordingHenry Smith
I've changed all the instances of "Nothing to show here" to specifically mention the name of the entity of which there are none to show. This makes for a slightly smoother reading experience.
2013-08-12Minor UI improvementsDmitriy Zaporozhets
2013-08-10Rewrite issues/mr filtering logicDmitriy Zaporozhets
2013-08-01Dont load bootstrap buttons. Modified css with new buttonsDmitriy Zaporozhets
2013-07-13Improving typographyDmitriy Zaporozhets
2013-07-13Replace page_title with page-title. Correct margin for some blocks/layoutsDmitriy Zaporozhets
2013-06-23Move projects controllers/views in Projects moduleDmitriy Zaporozhets