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-21Merge branch '18709-reduce-git-calls' into 'master' Yorick Peterse
Remove calls to Rugged::BranchCollection#each from extracts_path before_action See merge request !4802
2016-06-21Merge branch 'async-refs-dropdown' into 'master' Jacob Schatz
Refs dropdown is now loaded async ## What does this MR do? The refs dropdown is loaded async so not to block the page. ## What are the relevant issue numbers? Part of #18202 ## Screenshots (if relevant) ![Screen_Shot_2016-06-07_at_14.41.21](/uploads/8fea12655f96fe7f7008a32677bff037/Screen_Shot_2016-06-07_at_14.41.21.png) See merge request !4508
2016-05-25Merge branch 'issue-filter-name-options' into 'master' Jacob Schatz
Issuable filtering improvements This improves the filtering of issues and merge requests by creating a single file that encapsulates all the filtering. Previously this was done with a file for issues and a file for merge requests. Created the ability for the text search to be done alongside other filterables. Previously because this was outside the filterable form, this wasn't possible and would instead do either filter dropdown or text filter - not both. Fixes #4252 Fixed issue with not being able to filter and sort issues without refreshing the page. Fixes #15269 See merge request !3699
2016-05-24Updated Ruby based on feedbackPhil Hughes
2016-05-23Enable Style/SpaceAroundKeyword cop and fix offensesRobert Speicher
2016-05-16Fixed failing rubocop testsPhil Hughes
Fixed issue with issuable checkboxs not being init'd
2016-05-16Fixed testsPhil Hughes
2016-05-16Fixed Ruby issuesPhil Hughes
2016-05-16Issuable filtering improvementsPhil Hughes
This improves the filtering of issues and merge requests by creating a single file that encapsulates all the filtering. Previously this was done with a file for issues and a file for merge requests. Created the ability for the text search to be done alongside other filterables. Previously because this was outside the filterable form, this wasn't possible and would instead do either filter dropdown or text filter - not both.
2016-04-15fix failing testsArinde Eniola
2016-04-07Convert time param to TimeAlfredo Sumaran
2016-03-18Fix issues count on project viewDouglas Barbosa Alexandre
2016-03-17Merge branch 'edited-text' into 'master' Robert Speicher
Edited timeago text on comments Unified the 'edited text' to be the same in descriptions and comments Closes #5538 See merge request !3063
2016-03-16Added skip_js commentPhil Hughes
[ci skip]
2016-03-12Merge branch ↵Douwe Maan
'nico-de-ceulaer/gitlab-ce-13865-handle-other-emails-for-avatar-lookup' # Conflicts: # app/helpers/application_helper.rb
2016-03-10Fixed failing rubocop testPhil Hughes
2016-03-10Fixed issue with timeago not firingPhil Hughes
2016-03-10Single if statementPhil Hughes
2016-03-10Fixed ruby issues from feedbackPhil Hughes
Fixed failing tests
2016-03-10Edited timeago text on commentsPhil Hughes
Unified the 'edited text' to be the same in descriptions and comments Closes #5538
2016-03-09Avoid error 500 when todo author was removedDouglas Barbosa Alexandre
2016-03-03ensure also alternative email addresses are used when looking up usernico de ceulaer
2016-02-19Merge branch 'rs-emoji' into 'master' Douwe Maan
Update Gemojione for new hotness :sparkles: Before | After ------ | ----- ![Screen_Shot_2016-02-12_at_3.38.43_PM](/uploads/299e5ffe38c91657085741261a678f81/Screen_Shot_2016-02-12_at_3.38.43_PM.png) | ![Screen_Shot_2016-02-12_at_3.38.09_PM](/uploads/ccee29719a6445a9efd2498391a7eea0/Screen_Shot_2016-02-12_at_3.38.09_PM.png) See merge request !2800
2016-02-15Fix the "x of y" displayed at the top of Issuables' sidebarRémy Coutable
1. We now display the index of the current issuable among all its project's issuables, of the same type and with the same state. 2. Also, refactored a bit the Issuable helpers into a new IssuablesHelper module. 3. Added acceptance specs for the sidebar counter.
2016-02-12Remove unused emoji_autocomplete_source helperRobert Speicher
2016-02-12Fix relative links in other markup formatsBen Boeckel
- Apply the RelativeLinkFilter filter to other formats, e.g., reStructuredText so links from the Files view or the Project view work - Remove the AsciidocPipeline pipeline Fixes #3533.
2016-02-04Merge branch 'search-on-groups-is-ugly' into 'master' Dmitriy Zaporozhets
Change placeholder text to just 'search' Fixes #13168 ![Screen_Shot_2016-02-04_at_12.30.16_PM](/uploads/ca3c5549abeedce99d693606135d7428/Screen_Shot_2016-02-04_at_12.30.16_PM.png) See merge request !2711
2016-02-04Change placeholder text to just 'search'Jacob Schatz
2016-02-04Properly link to the right issue or merge requestJacob Schatz
2016-01-29Sidebar collapse and expand work with whole page.Jacob Schatz
2016-01-28Add js to expand and contract side menuJacob Schatz
2016-01-28New right side gutter design.Jacob Schatz
[WIP]
2016-01-25Adds base64 background search icon.Jacob Schatz
All inputs of type `search` will have the gray background and search icon centered. Because the search magnifier is a bg image, I had to hide it with `[value=""]`. I added a little javascript to make sure each input always has it's own value.
2016-01-13Update broadcast_message helperRobert Speicher
Now it returns the fully-formatted message so we can be consistent about how it's shown.
2016-01-13Merge branch 'maintain-milestone-filter' into 'master' Douwe Maan
enable milestone filter to stick See merge request !2241
2016-01-12enable milestone filter to stickGreg Smethells
2016-01-12Make sure time_ago_with_tooltip is using a Time objectRobert Speicher
Somehow this test existed on EE but not in CE, so it started failing after a bad CE-to-EE merge.
2016-01-08Add two custom Date/Time conversion formatsRobert Speicher
2016-01-08Remove stamp gemRobert Speicher
Closes #5908
2015-12-29Downcased user or email search for avatar_icon.Stefan Kahlhöfer
Signed-off-by: Rubén Dávila <rdavila84@gmail.com>
2015-12-16Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets
2015-12-15Fixed Rubocop offensesGabriel Mazetto
2015-12-11Fix time_ago_with_tooltip for activity feedRobert Speicher
Closes #4002
2015-12-03time_ago_with_tooltip javascript snippet: Don't reinitialize older elementsPhillip Berndt
see bug #3758
2015-11-01Fix typoJan-Gerd Tenberge
2015-10-23Fix merge errorJan-Gerd Tenberge
2015-10-22Fix merge errorJan-Gerd Tenberge
2015-10-15Allow avatar_icon to operate on a UserYorick Peterse
If the User object is already known before calling this method being able to re-use said object can save us an extra SQL query.
2015-10-06Cleanup CI code after refactoring and fix several 500 errorsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-10-03Fix rubocop warnings in appGuilherme Garnier