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-06-30Remove unnecessary parensValery Sizov
2016-06-17Fixed size of buttons in branches listPhil Hughes
Closes #18677
2016-06-08Use responsive top-area on project branches and tags pagesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-06-08Remove unnecessary icons from buttonsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-06-07Finish styling sub navAnnabel Dunstone
2016-06-03Put project Files and Commits tabs under Code tabDmitriy 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-05-05Start builds redesignAnnabel Dunstone
2016-03-23Merge branch 'dropdown-right-align' into 'master' Jacob Schatz
Dropdown alignment Hopefully the JS will stop this happening in future as well! Closes #14386 ![Screen_Shot_2016-03-18_at_12.54.32](/uploads/d11b51d3577df3a19b8b3a0fd7b69788/Screen_Shot_2016-03-18_at_12.54.32.png) See merge request !3298
2016-03-22Removed dropdown JS to align instead favours HTML classPhil Hughes
2016-03-20change the css class has_tooltip to has-tooltip universallyArinde Eniola
2016-03-08Cache & flush tag/branch countsYorick Peterse
The methods used for this are Repository#tag_count and Repository#branch_count which cache their output in Redis as well as memoizing it in an instance variable. Both methods have a corresponding methods/hooks to flush the caches at the right time.
2016-01-28Removed sorted text from dropdownsPhil Hughes
Closes #12796
2016-01-15Replace strong by span for .item-title elementsRémy Coutable
2016-01-15Streamline item titles to use a single class, and add back strong tagsRémy Coutable
2016-01-14Improve the consistency of commit titles, branch names, tag names, issue/MR ↵Rémy Coutable
titles, on their respective project pages
2016-01-05Merge branch 'brunsa2/gitlab-ce-diverging-branch-graphs' into 'master' Douwe Maan
Add graphs of commits ahead/behind default branch (by @brunsa2) Replaces https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/1716 See merge request !2301
2015-12-17Add JS validation for invalid characters in branch nameDouglas Barbosa Alexandre
More info about valid ref names: https://www.kernel.org/pub/software/scm/git/docs/git-check-ref-format.ht ml
2015-12-16Remove the hint on the branch name inputDouglas Barbosa Alexandre
2015-12-16Add more descriptive error message when create branch with invalid nameDouglas Barbosa Alexandre
2015-12-07Merge branch 'master' into ui/miscDouwe Maan
2015-12-04Merge branch 'master' into diverging-branch-graphsJeff Stubler
2015-12-03Merge branch 'master' into ui/miscDouwe Maan
2015-12-03Merge branch 'master' into ui/form-consistencyDouwe Maan
2015-12-02Add tooltip to branch delete buttonDouwe Maan
2015-12-02Move branch list info tags out of main linkDouwe Maan
2015-12-02Use monospace font for commit SHA in branch listDouwe Maan
2015-12-02Add plus icon to all "Add X" buttonsDouwe Maan
2015-12-02Rename variableDouwe Maan
2015-12-02Only use input placeholders when they add valueDouwe Maan
2015-12-02Use consistent casing for form field labelsDouwe Maan
2015-12-02Use consistent casing for page titlesDouwe Maan
2015-11-20Update copy used in alert message when deleting branches or tags. #2993Rubén Dávila
2015-11-12Merge branch 'master' into diverging-branch-graphsJeff Stubler
2015-11-12Refactor for style issuesJeff Stubler
2015-11-05Create show page for tag and render release notes there and on index pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-11-01Add graphs showing commits ahead and behind default to branches pageJeff Stubler
2015-09-17Move project header title definition to view in question.Douwe Maan
2015-09-07Style commits, branches and tags pages to match new UIDmitriy Zaporozhets
2015-08-12Add merged label on branches pageFlorent (HP)
2015-06-27Remove disableButtonIf[Any]EmptyField calls from formsRobert Speicher
These have been replaced by the "requiresInput" behavior.
2015-05-09Add Merge Request button to branches page.Douwe Maan
2015-04-30Capitalize "X" in "New X".Douwe Maan
2015-04-30Add a page title to every page.Douwe Maan
2015-04-14Fix button overflow for branches/tags pagesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-03-14Refactor buttonsDmitriy Zaporozhets
2015-03-03Merge branch 'link-to-button' of https://github.com/cirosantilli/gitlabhq ↵Dmitriy Zaporozhets
into cirosantilli-link-to-button Conflicts: app/views/shared/_issuable_filter.html.haml
2015-02-14Upgrade to Rails 4.1.9Vinnie Okada
Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
2015-01-17Convert Javascript links to buttons.Ciro Santilli
2014-12-23Corrected validation of 'Create branch' and 'Create tag' buttonsuran