Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into tmp-reference-pipeline-and-cachingtmp-reference-pipeline-and-caching | Douwe Maan | 2015-12-10 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # spec/lib/gitlab/markdown/autolink_filter_spec.rb # spec/lib/gitlab/markdown/commit_range_reference_filter_spec.rb # spec/lib/gitlab/markdown/commit_reference_filter_spec.rb # spec/lib/gitlab/markdown/cross_project_reference_spec.rb # spec/lib/gitlab/markdown/emoji_filter_spec.rb # spec/lib/gitlab/markdown/external_issue_reference_filter_spec.rb # spec/lib/gitlab/markdown/external_link_filter_spec.rb # spec/lib/gitlab/markdown/issue_reference_filter_spec.rb # spec/lib/gitlab/markdown/label_reference_filter_spec.rb # spec/lib/gitlab/markdown/merge_request_reference_filter_spec.rb # spec/lib/gitlab/markdown/redactor_filter_spec.rb # spec/lib/gitlab/markdown/reference_gatherer_filter_spec.rb # spec/lib/gitlab/markdown/relative_link_filter_spec.rb # spec/lib/gitlab/markdown/sanitization_filter_spec.rb # spec/lib/gitlab/markdown/snippet_reference_filter_spec.rb # spec/lib/gitlab/markdown/syntax_highlight_filter_spec.rb # spec/lib/gitlab/markdown/table_of_contents_filter_spec.rb # spec/lib/gitlab/markdown/task_list_filter_spec.rb # spec/lib/gitlab/markdown/upload_link_filter_spec.rb # spec/lib/gitlab/markdown/user_reference_filter_spec.rb | ||||
| * | Normalize email when looking for GitLab users from commit info. #3854issue_3854 | Rubén Dávila | 2015-12-09 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into reference-pipeline-and-cachingreference-pipeline-and-caching | Douwe Maan | 2015-12-08 | 1 | -2/+26 |
|\ \ | |/ | |||||
| * | Merge branch 'webhook_payload_with_changes' into 'master' | Valery Sizov | 2015-12-07 | 1 | -2/+26 |
| |\ | | | | | | | | | | | | | | | | | | | Add added, modified and removed properties to commit object in webhook https://gitlab.com/gitlab-org/gitlab-ee/issues/20 See merge request !1988 | ||||
| | * | fixes after reviewwebhook_payload_with_changes | Valery Sizov | 2015-12-07 | 1 | -16/+9 |
| | | | |||||
| | * | fox specs | Valery Sizov | 2015-12-07 | 1 | -14/+23 |
| | | | |||||
| | * | Add added, modified and removed properties to commit object in webhook | Valery Sizov | 2015-12-04 | 1 | -1/+23 |
| | | | |||||
* | | | Merge branch 'master' into reference-pipeline-and-caching | Douwe Maan | 2015-12-07 | 1 | -2/+14 |
|\ \ \ | |/ / | |||||
| * | | Autolink first so we don't pick up numeric anchors as issue references. | Douwe Maan | 2015-12-01 | 1 | -5/+2 |
| | | | |||||
| * | | Render commit reference using short sha, but include full sha in comment. | Douwe Maan | 2015-12-01 | 1 | -0/+8 |
| | | | |||||
| * | | Recognize issue/MR/snippet/commit links as references. | Douwe Maan | 2015-11-30 | 1 | -4/+11 |
| |/ | |||||
* | | Use faster, more appropriate pipeline for mentionable attributes | Douwe Maan | 2015-10-22 | 1 | -1/+1 |
|/ | |||||
* | Correctly find last known blob for file deleted in MR.merge-request-deleted-file | Douwe Maan | 2015-10-20 | 1 | -4/+8 |
| | |||||
* | Merge branch 'master' into rs-redactor-filter | Douwe Maan | 2015-10-15 | 1 | -0/+8 |
|\ | |||||
| * | Implement Commit Status API | Kamil Trzcinski | 2015-10-12 | 1 | -0/+8 |
| | | |||||
* | | Participable doesn't need to know about Mentionable | Douwe Maan | 2015-10-14 | 1 | -2/+2 |
|/ | |||||
* | Only look up Commit authors/committers by emailrs-issue-1850 | Robert Speicher | 2015-06-23 | 1 | -2/+2 |
| | | | | | - Removes looking up authors/committers by name - Renames `User.find_for_commit` to `User.find_by_any_email` | ||||
* | Add `respond_to_missing?` for Commit and Repository | Robert Speicher | 2015-06-10 | 1 | -4/+2 |
| | | | | | | | As of Ruby 1.9, this is the correct way to handle `respond_to?` for methods implemented by `method_missing`. See https://robots.thoughtbot.com/always-define-respond-to-missing-when-overriding | ||||
* | Surround Project.reference_pattern in parenthesis inside other patterns | Robert Speicher | 2015-05-26 | 1 | -1/+4 |
| | |||||
* | Add `reference_pattern` to Referable models | Robert Speicher | 2015-05-26 | 1 | -0/+13 |
| | |||||
* | Implement gfm_reference directly in Mentionable | Robert Speicher | 2015-05-26 | 1 | -5/+0 |
| | | | | Except for Note, which still overrides it. | ||||
* | Add `to_reference` for models that support references | Robert Speicher | 2015-05-26 | 1 | -3/+13 |
| | | | | | Now there is a single source of information for which attribute a model uses to be referenced, and its special character. | ||||
* | Add Commit#== | Robert Speicher | 2015-05-26 | 1 | -0/+4 |
| | | | | | | | | Prior, comparison would use the Ruby object's ID, which got out of sync after a Spring fork and would result in erroneous test failures. Now we just check that the compared object is a Commit and then compare their underlying raw commit objects. | ||||
* | Move participants method to shared Participable concern. | Douwe Maan | 2015-04-24 | 1 | -15/+2 |
| | |||||
* | No longer needed to pass project argument to commit methods. | Douwe Maan | 2015-04-24 | 1 | -7/+7 |
| | |||||
* | Let commit model know about its project. | Douwe Maan | 2015-04-24 | 1 | -4/+7 |
| | |||||
* | Clean up code somewhat.better-commit-mentions | Douwe Maan | 2015-04-17 | 1 | -4/+3 |
| | |||||
* | Fix Snippet#participants. | Douwe Maan | 2015-04-15 | 1 | -0/+1 |
| | |||||
* | Clean up code around commit mentions. | Douwe Maan | 2015-04-15 | 1 | -0/+19 |
| | |||||
* | Don't use HTML ellipsis in EmailsOnPush subject truncated commit message.emailsonpush-hellip | Douwe Maan | 2015-04-14 | 1 | -2/+2 |
| | |||||
* | Refactor ClosingIssueExtractor. | Douwe Maan | 2015-04-03 | 1 | -1/+1 |
| | |||||
* | Only allow users to cross-reference and close issues they have access to. | Douwe Maan | 2015-04-02 | 1 | -2/+2 |
| | |||||
* | Add Commit#author and #committer. | Douwe Maan | 2015-04-02 | 1 | -0/+8 |
| | |||||
* | Rubocop: Style/ElseAlignment enabled | Dmitriy Zaporozhets | 2015-02-02 | 1 | -5/+6 |
| | |||||
* | Replace regex methods by string ones since faster | Ciro Santilli | 2014-12-28 | 1 | -4/+4 |
| | | | | and more readable. | ||||
* | Fixed a lot of already defined notices | Jeroen van Baarsen | 2014-12-14 | 1 | -4/+4 |
| | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
* | Dontr decoarate already decorated stuff | Dmitriy Zaporozhets | 2014-10-10 | 1 | -1/+7 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Use 8chars short sha for commit in views | Dmitriy Zaporozhets | 2014-10-10 | 1 | -1/+7 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Use full commit sha width for reference in note body to prevent Ambiguous ↵ | Dmitriy Zaporozhets | 2014-10-10 | 1 | -1/+1 |
| | | | | | | SHA1 prefix problem Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Use short_id instead of [0..N] for short version of commit sha | Dmitriy Zaporozhets | 2014-10-10 | 1 | -1/+5 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Merge pull request #7754 from Bugagazavr/hooks | Dmitriy Zaporozhets | 2014-10-03 | 1 | -0/+15 |
|\ | | | | | More information in merge request hook | ||||
| * | Hook attributes | Kirill Zaitsev | 2014-10-02 | 1 | -0/+15 |
| | | |||||
* | | Add parenthesis to function def with arguments. | Ciro Santilli | 2014-10-03 | 1 | -1/+1 |
|/ | |||||
* | Decorate commit parents | Dmitriy Zaporozhets | 2014-09-25 | 1 | -0/+4 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Refactor diff suppress logic and diff views | Dmitriy Zaporozhets | 2014-07-15 | 1 | -25/+2 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Detect closing issues in Merge Request description | Jacob Vosmaer | 2014-06-13 | 1 | -13/+1 |
| | |||||
* | The hard limit should be a lot more liberal, 10x seems reasonable. | dosire | 2014-05-28 | 1 | -2/+2 |
| | |||||
* | commit description in commit list | skv-headless | 2014-02-25 | 1 | -7/+9 |
| | |||||
* | Use new tags/branches from gitlab_git | Dmitriy Zaporozhets | 2014-02-03 | 1 | -18/+20 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Improved large commit handling. | Boyan Tabakov | 2013-09-07 | 1 | -2/+41 |
| | | | | | | | | | | | | | Previously, only number of changed files mattered. Now, number of lines to render in the diff are also taken into account. A hard limit is set, above which diffs are not rendered and users are not allowed to override that. This prevents high server resource usage with huge commits. Related to #1745, #2259 In addition, handle large commits for MergeRequests and Compare controllers. Also fixes a bug where diffs are loaded twice, if user goes directly to merge_requests/:id/diffs URL. |