summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Rename `CommitRange#sha_from_as_param` to `#suffixed_sha_from`rs-refactor-reference-extractorRobert Speicher2015-04-251-4/+4
* Rename `CommitRange#inclusive?` to `#exclude_start?`Robert Speicher2015-04-251-14/+12
* Remove CommitRange#to_aRobert Speicher2015-04-251-13/+0
* Include caret in CommitRange#reference_titleRobert Speicher2015-04-251-1/+1
* Remove param from CommitRange#to_sRobert Speicher2015-04-251-6/+2
* CommitRange improvementsRobert Speicher2015-04-251-14/+11
* Add CommitRange classRobert Speicher2015-04-251-0/+128
* Revert "Rename namespace_regex to namespace_path_regex."Douwe Maan2015-04-242-4/+4
* Explain namespace clearn regex.Douwe Maan2015-04-241-0/+5
* Properly migrate users with usernames like "." or "..".Douwe Maan2015-04-241-1/+5
* Rename namespace_regex to namespace_path_regex.Douwe Maan2015-04-242-4/+4
* Explain purpose and usage.Douwe Maan2015-04-241-0/+24
* Fix behavior for Enumerable-like ActiveRecord relations.Douwe Maan2015-04-241-3/+1
* Fix small issues.Douwe Maan2015-04-241-4/+4
* Satisfy Rubocop.Douwe Maan2015-04-241-11/+12
* Fix errors.Douwe Maan2015-04-241-2/+2
* Select MR commit notes from source project.Douwe Maan2015-04-241-3/+6
* Move participants method to shared Participable concern.Douwe Maan2015-04-245-43/+51
* Link cross-project cross-reference notes to correct project.Douwe Maan2015-04-242-36/+12
* No longer needed to pass project argument to commit methods.Douwe Maan2015-04-242-9/+9
* Use project.commit convenience method.Douwe Maan2015-04-243-4/+4
* Let commit model know about its project.Douwe Maan2015-04-245-13/+21
* Merge branch 'rs-mentionable-examples-refactor' into 'master'Dmitriy Zaporozhets2015-04-231-2/+2
|\
| * Note#cross_reference_exists? should be checking the noteable_type alsoRobert Speicher2015-04-161-2/+2
* | Merge pull request #9042 from skburgart/fix/jira-linkMarin Jankovski2015-04-231-6/+5
|\ \
| * | Fix broken link in jira serviceSteven Burgart2015-03-271-6/+5
* | | Merge branch 'issue-body-code-mentions' into 'master'Dmitriy Zaporozhets2015-04-231-1/+1
|\ \ \
| * | | Fix bug causing `@whatever` inside code blocks to sometimes be picked up as a...issue-body-code-mentionsDouwe Maan2015-04-211-1/+1
* | | | do not send empty message to hipchatChulki Lee2015-04-221-2/+3
* | | | Remove duplicate ampersand from Label title format validatorRobert Speicher2015-04-201-1/+1
|/ / /
* | | Merge branch 'better-commit-mentions' into 'master'Dmitriy Zaporozhets2015-04-205-14/+37
|\ \ \
| * | | Clean up code somewhat.better-commit-mentionsDouwe Maan2015-04-173-13/+9
| * | | Fix Snippet#participants.Douwe Maan2015-04-153-0/+4
| * | | Include snippet author in recipients of snippet note notification.Douwe Maan2015-04-151-0/+12
| * | | Clean up code around commit mentions.Douwe Maan2015-04-153-10/+21
* | | | Fix label color input.fix-label-color-inputDouwe Maan2015-04-171-0/+2
* | | | Merge branch 'google-code-import-performance' into 'master'Dmitriy Zaporozhets2015-04-172-5/+22
|\ \ \ \
| * | | | Move import data out of project so it doesn't take ages to load.Douwe Maan2015-04-172-5/+22
| | |_|/ | |/| |
* | | | Fix username period migration to preserve uniqueness of names and paths.Douwe Maan2015-04-171-0/+1
|/ / /
* | | Fix merge request comments on files with multiple commitsDominik Sander2015-04-151-1/+5
|/ /
* | Merge branch 'sstanovnik-openssh_fix' into 'master'Dmitriy Zaporozhets2015-04-151-16/+4
|\ \
| * | Refactor key fingerprint generation.Douwe Maan2015-04-141-40/+4
| * | The new fingerprint format wis incompatible with the previous regex.Sašo Stanovnik2015-03-241-4/+11
| * | Use 2 spaces for indentation, not 4.Sašo Stanovnik2015-03-241-1/+1
| * | Fixed generating SSH key fingerprints in OpenSSH 6.8.Sašo Stanovnik2015-03-241-1/+18
* | | Merge branch 'emailsonpush-hellip' into 'master'Dmitriy Zaporozhets2015-04-151-2/+2
|\ \ \
| * | | Don't use HTML ellipsis in EmailsOnPush subject truncated commit message.emailsonpush-hellipDouwe Maan2015-04-141-2/+2
* | | | Merge branch 'invitation' into 'master'Dmitriy Zaporozhets2015-04-156-66/+222
|\ \ \ \
| * | | | Add spinach tests around accepting and declining invitations.Douwe Maan2015-04-141-0/+2
| * | | | Follow newline guidelines.Douwe Maan2015-04-141-0/+1