Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tag model specs | Douwe Maan | 2015-12-09 | 1 | -1/+1 |
| | |||||
* | Render commit reference using short sha, but include full sha in comment. | Douwe Maan | 2015-12-01 | 1 | -3/+19 |
| | |||||
* | Render commit range reference with short shas, link to full shas. | Douwe Maan | 2015-11-30 | 1 | -66/+45 |
| | |||||
* | Merge branch 'master' into rubocop-for-tests | Dmitriy Zaporozhets | 2015-06-23 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: spec/features/issues_spec.rb spec/models/forked_project_link_spec.rb spec/models/hooks/service_hook_spec.rb spec/models/hooks/web_hook_spec.rb spec/models/project_services/hipchat_service_spec.rb spec/requests/api/project_members_spec.rb spec/requests/api/projects_spec.rb spec/requests/api/system_hooks_spec.rb spec/services/archive_repository_service_spec.rb spec/support/matchers.rb spec/tasks/gitlab/backup_rake_spec.rb | ||||
| * | Fix `raise_error` without an argument deprecation warnings | Robert Speicher | 2015-06-22 | 1 | -1/+1 |
| | | |||||
* | | Fix Style/SpaceInsideHashLiteralBraces cop violations | Robert Speicher | 2015-06-22 | 1 | -2/+2 |
|/ | | | | These fixes were performed automatically by Rubocop's `-a` flag. | ||||
* | Update CommitRange#to_reference to use full SHAs | Robert Speicher | 2015-05-26 | 1 | -13/+13 |
| | | | | We only want them shortened by the filter, which calls to_s | ||||
* | Add `to_reference` for models that support references | Robert Speicher | 2015-05-26 | 1 | -0/+23 |
| | | | | | Now there is a single source of information for which attribute a model uses to be referenced, and its special character. | ||||
* | Rename `CommitRange#inclusive?` to `#exclude_start?` | Robert Speicher | 2015-04-25 | 1 | -3/+3 |
| | |||||
* | Remove CommitRange#to_a | Robert Speicher | 2015-04-25 | 1 | -27/+0 |
| | |||||
* | Include caret in CommitRange#reference_title | Robert Speicher | 2015-04-25 | 1 | -1/+5 |
| | |||||
* | Remove param from CommitRange#to_s | Robert Speicher | 2015-04-25 | 1 | -16/+4 |
| | |||||
* | CommitRange improvements | Robert Speicher | 2015-04-25 | 1 | -2/+2 |
| | |||||
* | Add CommitRange class | Robert Speicher | 2015-04-25 | 1 | -0/+155 |