Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | Add specs for showing lfs object in UI. | Marin Jankovski | 2015-12-07 | 1 | -0/+4 | |
| * | | | | | | | | | | | | | Recursivity needed if a fork is a fork of a fork. | Marin Jankovski | 2015-12-04 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | Don't show diffs for lfs pointers. | Marin Jankovski | 2015-12-04 | 1 | -2/+0 | |
| * | | | | | | | | | | | | | If a user clicks on the LFS object, it should be served if the user has acces... | Marin Jankovski | 2015-12-03 | 1 | -0/+10 | |
| | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Add custom NamespaceNameValidator | Robert Speicher | 2015-12-07 | 1 | -3/+3 | |
* | | | | | | | | | | | | | Add custom NamespaceValidator | Robert Speicher | 2015-12-07 | 2 | -9/+5 | |
* | | | | | | | | | | | | | Add custom LineCodeValidator | Robert Speicher | 2015-12-07 | 2 | -2/+2 | |
* | | | | | | | | | | | | | Add custom ColorValidator | Robert Speicher | 2015-12-07 | 2 | -7/+5 | |
* | | | | | | | | | | | | | Add custom UrlValidator | Robert Speicher | 2015-12-07 | 8 | -37/+27 | |
* | | | | | | | | | | | | | Merge branch 'fix-parallel-merge' into 'master' | Dmitriy Zaporozhets | 2015-12-07 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Dont use cached collection for Repository find_branch and find_tag methods | Dmitriy Zaporozhets | 2015-12-07 | 1 | -2/+2 | |
* | | | | | | | | | | | | | | Merge branch 'report-ssl-errors' of https://gitlab.com/stanhu/gitlab-ce | Dmitriy Zaporozhets | 2015-12-07 | 1 | -17/+19 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Handle and report SSL errors in Web hook test. Check for status 200 for success. | Stan Hu | 2015-12-04 | 1 | -17/+19 | |
* | | | | | | | | | | | | | | Merge branch 'webhook_payload_with_changes' into 'master' | Valery Sizov | 2015-12-07 | 2 | -3/+27 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | fixes after reviewwebhook_payload_with_changes | Valery Sizov | 2015-12-07 | 1 | -16/+9 | |
| * | | | | | | | | | | | | | fox specs | Valery Sizov | 2015-12-07 | 2 | -15/+24 | |
| * | | | | | | | | | | | | | Add added, modified and removed properties to commit object in webhook | Valery Sizov | 2015-12-04 | 1 | -1/+23 | |
| |/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge branch 'gsmethells/gitlab-ce-sort-by-due-date' | Douwe Maan | 2015-12-07 | 1 | -0/+29 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Satisfy Rubocop | Douwe Maan | 2015-12-07 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | Merge branch 'master' into gsmethells/gitlab-ce-sort-by-due-dategsmethells/gitlab-ce-sort-by-due-date | Douwe Maan | 2015-12-07 | 13 | -63/+146 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | sort milestones by due_date | Greg Smethells | 2015-12-03 | 1 | -1/+30 | |
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge branch 'fix/award-emoji-conflict-in-notes' into 'master' | Grzegorz Bizon | 2015-12-07 | 1 | -0/+30 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Simplify `contains_emoji_only?` method in `Note`fix/award-emoji-conflict-in-notes | Grzegorz Bizon | 2015-12-07 | 1 | -2/+1 | |
| * | | | | | | | | | | | | | Refactor note awards to reuse `emoji_pattern` and improve validator | Grzegorz Bizon | 2015-12-05 | 1 | -18/+14 | |
| * | | | | | | | | | | | | | Make method `supports_award?` public in `Note` | Grzegorz Bizon | 2015-12-03 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | Support emoji awards also in merge requests | Grzegorz Bizon | 2015-12-03 | 1 | -3/+4 | |
| * | | | | | | | | | | | | | Move note emoji-award implementation to note model (feature envy) | Grzegorz Bizon | 2015-12-03 | 1 | -0/+33 | |
| * | | | | | | | | | | | | | Add validator for award-emoji note | Grzegorz Bizon | 2015-12-03 | 1 | -0/+1 | |
| |/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge branch 'fix-global-milestones-error-500' into 'master' | Douwe Maan | 2015-12-07 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Fix Error 500 when creating global milestones with Unicode characters | Stan Hu | 2015-12-05 | 1 | -1/+1 | |
| | |/ / / / / / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge branch 'issue_1156' | Douwe Maan | 2015-12-07 | 1 | -25/+29 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Run custom Git hooks when creating or deleting branches through the UI. #1156 | Rubén Dávila | 2015-12-03 | 1 | -25/+29 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge branch 'link-refs' into 'master' | Robert Speicher | 2015-12-04 | 7 | -43/+131 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge branch 'master' into link-refs | Douwe Maan | 2015-12-03 | 3 | -3/+8 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge branch 'master' into link-refs | Douwe Maan | 2015-12-02 | 4 | -10/+13 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Satisfy Rubocop | Douwe Maan | 2015-12-02 | 1 | -1/+1 | |
| * | | | | | | | | | | | Fix referenced_mentionables method. | Douwe Maan | 2015-12-01 | 1 | -1/+1 | |
| * | | | | | | | | | | | Autolink first so we don't pick up numeric anchors as issue references. | Douwe Maan | 2015-12-01 | 5 | -25/+10 | |
| * | | | | | | | | | | | Render commit reference using short sha, but include full sha in comment. | Douwe Maan | 2015-12-01 | 3 | -0/+20 | |
| * | | | | | | | | | | | Fix code docs | Douwe Maan | 2015-12-01 | 1 | -5/+2 | |
| * | | | | | | | | | | | Fix specs | Douwe Maan | 2015-11-30 | 1 | -3/+8 | |
| * | | | | | | | | | | | Recognize commit range with named refs in compare URLs. | Douwe Maan | 2015-11-30 | 1 | -12/+19 | |
| * | | | | | | | | | | | Recognize issue/MR/snippet/commit links as references. | Douwe Maan | 2015-11-30 | 6 | -12/+66 | |
| * | | | | | | | | | | | Render commit range reference with short shas, link to full shas. | Douwe Maan | 2015-11-30 | 1 | -25/+45 | |
| * | | | | | | | | | | | Show local issues and MRs in "This X closes... / closed by..." sentence | Douwe Maan | 2015-11-30 | 1 | -1/+1 | |
* | | | | | | | | | | | | Fix application settings cache not expiring after changes | Stan Hu | 2015-12-04 | 2 | -14/+9 | |
| |_|_|/ / / / / / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'fork-event' into 'master' | Robert Speicher | 2015-12-03 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into fork-eventfork-event | Douwe Maan | 2015-12-03 | 3 | -3/+8 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Don't show project fork event as imported | Douwe Maan | 2015-12-02 | 1 | -1/+1 | |
| | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'ui/issuable-filter' into 'master' | Dmitriy Zaporozhets | 2015-12-03 | 2 | -4/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ |