Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Memoize reference_pattern/link_reference_patternmemoize-pattern-methods | Yorick Peterse | 2016-04-01 | 1 | -2/+2 |
| | | | | | These methods are called quite often in loops so by memoizing their output we can reduce timings a bit. | ||||
* | Sanitize commit title when creating revert commit.issue_14453 | Rubén Dávila | 2016-03-22 | 1 | -1/+1 |
| | |||||
* | Use Gitlab::Git::DiffCollections | Jacob Vosmaer | 2016-03-03 | 1 | -7/+9 |
| | |||||
* | Ensure we don't check a commit's description for revert message if it has no ↵ | Rémy Coutable | 2016-02-22 | 1 | -1/+1 |
| | | | | description | ||||
* | More updates from the last code review. | Rubén Dávila | 2016-02-19 | 1 | -1/+1 |
| | |||||
* | Don't use `self` when looking for cross-references! | Rubén Dávila | 2016-02-19 | 1 | -1/+1 |
| | |||||
* | Some updates from last code review. | Rubén Dávila | 2016-02-19 | 1 | -2/+2 |
| | |||||
* | Don't show revert button if commit/MR has already been reverted. | Rubén Dávila | 2016-02-19 | 1 | -6/+20 |
| | |||||
* | Refactor commit message for revert commit. | Rubén Dávila | 2016-02-19 | 1 | -3/+3 |
| | |||||
* | No longer need to ignore temporary branch. | Rubén Dávila | 2016-02-19 | 1 | -1/+1 |
| | | | | | * Now it's only created when user choose to create a MR and logic to hide it is handled by https://gitlab.com/gitlab-org/gitlab-ce/blob/50595af7b0e304f16e2955109abd2d25cd96efda/app/helpers/application_helper.rb#L139 | ||||
* | Use a reference to the MR when reverting MRs. | Rubén Dávila | 2016-02-19 | 1 | -1/+7 |
| | |||||
* | Some updates after last code review. | Rubén Dávila | 2016-02-19 | 1 | -3/+3 |
| | |||||
* | Update copy and URLs used when reverting MRs. | Rubén Dávila | 2016-02-19 | 1 | -0/+6 |
| | |||||
* | Fix commit message plus other little fix. | Rubén Dávila | 2016-02-19 | 1 | -1/+1 |
| | |||||
* | Make it work for merge commits. | Rubén Dávila | 2016-02-19 | 1 | -0/+4 |
| | |||||
* | Add RevertService class with basic logic to revert commit | Rubén Dávila | 2016-02-19 | 1 | -0/+8 |
| | |||||
* | Increase the minimum length for commit SHA matching to 7rs-issue-12706 | Robert Speicher | 2016-01-29 | 1 | -3/+3 |
| | | | | | | This is the git default and will help to prevent false positive matches. Closes #12706 | ||||
* | 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 |
| |