Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Link issues from comments and automatically close them | ash wilson | 2013-08-25 | 1 | -0/+26 |
| | | | | | | | | | | Any mention of Issues, MergeRequests, or Commits via GitLab-flavored markdown references in descriptions, titles, or attached Notes creates a back-reference Note that links to the original referencer. Furthermore, pushing commits with commit messages that match a (configurable) regexp to a project's default branch will close any issues mentioned by GFM in the matched closing phrase. If accepting a merge request would close any Issues in this way, a banner is appended to the merge request's main panel to indicate this. | ||||
* | Increase commit title limit at Commit#show so it does not truncate most of ↵ | Dmitriy Zaporozhets | 2013-08-12 | 1 | -6/+6 |
| | | | | Merge messages | ||||
* | Use Gitlab::Git:: for git features across application | Dmitriy Zaporozhets | 2013-04-01 | 1 | -0/+4 |
| | |||||
* | Extend models functionality with old decorator methods. Use Repository model | Dmitriy Zaporozhets | 2013-03-31 | 1 | -4/+47 |
| | |||||
* | Decorate Gitlab::Git::Commit with Commit | Dmitriy Zaporozhets | 2013-03-31 | 1 | -0/+8 |
| | |||||
* | Remove grit logic from app/ | Dmitriy Zaporozhets | 2013-03-31 | 1 | -164/+5 |
| | |||||
* | Dont show '0 additions and 0 deletions' message for commit | Dmitriy Zaporozhets | 2013-03-21 | 1 | -0/+6 |
| | |||||
* | Dont load diff in compare over 100 commits | Dmitriy Zaporozhets | 2013-03-20 | 1 | -1/+8 |
| | |||||
* | Remove unused methods | Dmitriy Zaporozhets | 2013-01-05 | 1 | -4/+0 |
| | |||||
* | Fixed styles, ProjectHook specs etc | Dmitriy Zaporozhets | 2013-01-05 | 1 | -1/+7 |
| | |||||
* | Show images preview in notes. Show line additions/deletions for commit | Dmitriy Zaporozhets | 2013-01-04 | 1 | -1/+1 |
| | |||||
* | REpostiry, Team models | Dmitriy Zaporozhets | 2013-01-03 | 1 | -2/+2 |
| | |||||
* | Rspec models Milestone, Commit, UsersProject | Dmitriy Zaporozhets | 2013-01-03 | 1 | -1/+1 |
| | |||||
* | Fix Commit#to_diff | Riyad Preukschas | 2012-12-22 | 1 | -0/+2 |
| | |||||
* | disabled sorting of commits before compare | Koen Punt | 2012-12-20 | 1 | -8/+4 |
| | |||||
* | Flipping commit ids in commits_between, fixes #513 | Koen Punt | 2012-12-20 | 1 | -1/+1 |
| | |||||
* | Add Commit#to_diff for raw diff | Riyad Preukschas | 2012-11-22 | 1 | -0/+15 |
| | |||||
* | remove encode lib, clean all encoded area. | Saito | 2012-11-09 | 1 | -4/+3 |
| | |||||
* | Reduce max commit diff size. Added Commit::DIFF_SAFE_SIZE | Dmitriy Zaporozhets | 2012-10-25 | 1 | -0/+5 |
| | |||||
* | Cache the value of safe_message | Robert Speicher | 2012-10-02 | 1 | -1/+1 |
| | | | | | | | Also, just for extra paranoia, only call safe_message once in the decorator methods Adds specs to make sure it still works | ||||
* | cosmetical cleanup of models | Nihad Abbasov | 2012-09-27 | 1 | -18/+6 |
| | |||||
* | Improve commits compare. Added tags to autocomplete. Dont look for commits ↵ | Dmitriy Zaporozhets | 2012-09-21 | 1 | -4/+8 |
| | | | | if from & to are empty | ||||
* | Add StaticModel role, and add it to Commit model | Robert Speicher | 2012-09-02 | 1 | -8/+4 |
| | | | | | | | | | | | | Instead of doing this: link_to(commit.id, project_commit_path(project, id: commit.id)) Note.create(noteable_id: commit.id, noteable_type: "Commit", ...) It lets us do this: link_to(commit.id, project_commit_path(project, commit)) Note.create(noteable: commit, ...) | ||||
* | Fully embrace Ruby 1.9 hash syntax | Robert Speicher | 2012-08-10 | 1 | -6/+6 |
| | | | | Didn't bother with files in db/, config/, or features/ | ||||
* | commit.short_id as model method. Styled inline comment form | randx | 2012-07-27 | 1 | -0/+8 |
| | |||||
* | BaseContext | Dmitriy Zaporozhets | 2012-07-20 | 1 | -0/+23 |
| | | | | | Controllers refactoring with contexts Move commit compare logic to model | ||||
* | New Feature: Diff patch file export for commit | randx | 2012-06-28 | 1 | -0/+1 |
| | |||||
* | lib/ refactoring. Module Gitlabhq renamed to Gitlab | randx | 2012-05-26 | 1 | -1/+1 |
| | |||||
* | Gem updates & githost logger | Dmitriy Zaporozhets | 2012-05-21 | 1 | -1/+1 |
| | | | | | | | * Grit gem updated * gitolite-client updated * logger added * few fixes |