Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix specs and add a new one | Douwe Maan | 2016-01-30 | 1 | -4/+13 |
| | |||||
* | Update text_color_for_bg helper to support RGB triplet color codesrs-issue-12677 | Robert Speicher | 2016-01-24 | 1 | -0/+5 |
| | | | | Closes #12677 | ||||
* | Move parallel diff logic to separate class | Douwe Maan | 2016-01-20 | 1 | -18/+0 |
| | |||||
* | Refactor Gitlab::Highlight and fix tests | Douwe Maan | 2016-01-19 | 1 | -30/+33 |
| | |||||
* | Merge branch 'master' into issue_3945 | Rubén Dávila | 2016-01-14 | 5 | -65/+80 |
|\ | |||||
| * | Use the WikiPipeline when rendering the wiki markdown content | Douglas Barbosa Alexandre | 2016-01-14 | 1 | -2/+3 |
| | | |||||
| * | Move `BroadcastMessage#status` to a helper since it's presentational | Robert Speicher | 2016-01-13 | 1 | -0/+20 |
| | | |||||
| * | Update broadcast_message helper | Robert Speicher | 2016-01-13 | 1 | -12/+30 |
| | | | | | | | | | | Now it returns the fully-formatted message so we can be consistent about how it's shown. | ||||
| * | Make sure time_ago_with_tooltip is using a Time objectrs-time_ago_with_tooltip-conversion | Robert Speicher | 2016-01-12 | 1 | -0/+4 |
| | | | | | | | | | | Somehow this test existed on EE but not in CE, so it started failing after a bad CE-to-EE merge. | ||||
| * | Add two custom Date/Time conversion formats | Robert Speicher | 2016-01-07 | 1 | -4/+4 |
| | | |||||
| * | Don't override issue page description in project layout. | Douwe Maan | 2016-01-06 | 1 | -4/+2 |
| | | |||||
| * | Make `page_description` less magical :sparkles: | Robert Speicher | 2016-01-05 | 1 | -25/+2 |
| | | |||||
| * | Use `User#avatar_url` instead of `avatar_icon` helper | Robert Speicher | 2016-01-05 | 1 | -35/+16 |
| | | |||||
| * | Merge branch 'master' into more-opengraph | Douwe Maan | 2016-01-05 | 2 | -1/+8 |
| |\ | | | | | | | | | | | | | # Conflicts: # app/views/layouts/_head.html.haml | ||||
| | * | remove public field from namespace and refactoringnamespace-clean_up | Valery Sizov | 2016-01-04 | 1 | -1/+1 |
| | | | |||||
| * | | Use `assign` instead of `instance_variable_set` | Robert Speicher | 2015-12-27 | 1 | -7/+7 |
| | | | |||||
| * | | Add specs for page_image using a Group's avatar | Robert Speicher | 2015-12-27 | 1 | -0/+16 |
| | | | |||||
* | | | More refactoring from last code review. #3945 | Rubén Dávila | 2016-01-14 | 1 | -10/+14 |
| | | | | | | | | | | | | | | | | | | * Use commit objects instead of IDs when generating diffs * Use proper references when generating MR's source and target * Update broken specs | ||||
* | | | Fix broken specs. #3945 | Rubén Dávila | 2016-01-08 | 1 | -8/+9 |
| | | | |||||
* | | | Fix broken specs. #3945 | Rubén Dávila | 2016-01-08 | 1 | -1/+2 |
| | | | |||||
* | | | Fix broken spec and small refactor. #3945 | Rubén Dávila | 2015-12-30 | 1 | -29/+1 |
| | | | |||||
* | | | New implementation for highlighting diff files. #3945 | Rubén Dávila | 2015-12-30 | 1 | -11/+0 |
| | | | | | | | | | | | | | | | | | | * It is more performant given now we process all the diff file instead of processing line by line. * Multiline comments are highlighted correctly. | ||||
* | | | Add syntax highlighting to diff view. #3945 | Rubén Dávila | 2015-12-28 | 1 | -0/+11 |
| |/ |/| | |||||
* | | Merge branch 'revert_votes_back' into 'master' | Dmitriy Zaporozhets | 2015-12-25 | 1 | -0/+7 |
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | Revert vote buttons back to issue and MR pages https://gitlab.com/gitlab-org/gitlab-ce/issues/3672 /cc @dzaporozhets @JobV  See merge request !2206 | ||||
| * | satisfy rubocoprevert_votes_back | Valery Sizov | 2015-12-25 | 1 | -1/+1 |
| | | |||||
| * | add sorting of awards | Valery Sizov | 2015-12-25 | 1 | -0/+7 |
| | | |||||
* | | Add support for `twitter:label` meta tagsrs-opengraph | Robert Speicher | 2015-12-24 | 1 | -0/+29 |
| | | |||||
* | | Truncate page_description to 30 words | Robert Speicher | 2015-12-24 | 1 | -0/+13 |
| | | |||||
* | | Account for `@project.description` being nil | Robert Speicher | 2015-12-23 | 1 | -0/+8 |
| | | |||||
* | | Add page descriptions and images | Robert Speicher | 2015-12-23 | 1 | -0/+79 |
|/ | | | | | | | | | | A limited number of pages have defined their own descriptions, but otherwise we default to the Project's description (if `@project` is set), or the old `brand_title` fallback. The image will either be the uploaded project icon (never a generated one), the user's uploaded icon or Gravatar, or, finally, the GitLab logo. | ||||
* | fix specs | Valery Sizov | 2015-12-22 | 1 | -6/+0 |
| | |||||
* | base implementation of emoji picker [ci skip] | Valery Sizov | 2015-12-22 | 1 | -6/+0 |
| | |||||
* | Merge branch 'fix_leave_project_display' into 'master' | Stan Hu | 2015-12-22 | 1 | -0/+10 |
|\ | | | | | | | | | | | | | | | | | | | | | Fix and test leave project display The 'Leave this project' display on project page was broken. It was calling the method incorrectly, which returned `nil` and displayed nothing. This fixes the display and also adds 2 different tests for it. cc/ @jvanbaarsen @stanhu Please review and merge if you think it looks good. Thank you! See merge request !2166 | ||||
| * | Fix and test leave project display | Drew Blessing | 2015-12-21 | 1 | -0/+10 |
| | | |||||
* | | Move `ci_build_details_path` helper spec to correct location | Robert Speicher | 2015-12-21 | 2 | -22/+20 |
| | | | | | | | | Also, make it not fail. | ||||
* | | removes api credentials from link to build_page | Marvin Frick | 2015-12-22 | 1 | -0/+22 |
|/ | | | | | Also adds a spec for MergeRequestHelper to avoid having a regression later on. | ||||
* | Backport JIRA service | Drew Blessing | 2015-12-18 | 1 | -4/+17 |
| | |||||
* | Merge remote-tracking branch 'origin/rs-simplify-status-icon' | Dmitriy Zaporozhets | 2015-12-16 | 1 | -8/+3 |
|\ | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Define CI status icon colors in SCSS instead of a helperrs-simplify-status-icon | Robert Speicher | 2015-12-12 | 1 | -8/+3 |
| | | |||||
* | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce | Dmitriy Zaporozhets | 2015-12-16 | 1 | -3/+4 |
|\ \ | |||||
| * | | Fix time_ago_with_tooltip for activity feedrs-timeago | Robert Speicher | 2015-12-11 | 1 | -3/+4 |
| |/ | | | | | | | Closes #4002 | ||||
* | | Fixed Rubocop offenses | Gabriel Mazetto | 2015-12-15 | 1 | -1/+1 |
|/ | |||||
* | Improve text indication visibility on snippets | Zeger-Jan van de Weg | 2015-12-08 | 1 | -51/+34 |
| | |||||
* | Fix spec failure introduced by 9d03bc6fa31f123e070bab4a58b67dbb008e75e9 | Robert Speicher | 2015-12-07 | 1 | -1/+1 |
| | |||||
* | Merge branch 'rails_update_to_4_2' into 'master' | Valery Sizov | 2015-11-30 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | Rails update to 4.2.4 https://gitlab.com/gitlab-org/gitlab-ce/issues/2694 See merge request !1902 | ||||
| * | fix specsrails_update_to_4_2 | Valery Sizov | 2015-11-30 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #9670 from janten/gravatar-retina | Stan Hu | 2015-11-26 | 1 | -6/+10 |
|\ \ | |/ |/| | Add support for HiDPI displays in gravatar service | ||||
| * | Fix merge error | Jan-Gerd Tenberge | 2015-10-22 | 9 | -31/+97 |
| |\ | |||||
| * \ | Merge remote-tracking branch 'origin/master' into gravatar-retina | Jan-Gerd Tenberge | 2015-10-22 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Update spec | Jan-Gerd Tenberge | 2015-10-19 | 1 | -2/+2 |
| | | | |