| Commit message (Expand) | Author | Age | Files | Lines |
* | Delete notes via API | Robert Schilling | 2016-04-12 | 1 | -0/+8 |
* | Merge branch 'issue_14012' into 'master'
| Rémy Coutable | 2016-04-07 | 1 | -1/+1 |
|\ |
|
| * | Implement review suggestions | Felipe Artur | 2016-04-07 | 1 | -1/+1 |
* | | Only update main language if it is not already setupdate_main_lang_if_unset | Drew Blessing | 2016-04-06 | 1 | -5/+5 |
|/ |
|
* | Merge branch 'reorder-language' into 'master'
| Yorick Peterse | 2016-04-05 | 1 | -3/+7 |
|\ |
|
| * | Update language only on HEAD of the repositoryreorder-language | Kamil Trzcinski | 2016-04-05 | 1 | -0/+3 |
| * | Update language after doing all other operations | Kamil Trzcinski | 2016-04-05 | 1 | -3/+4 |
* | | Flush repository cache before import project datafix-gh-pr-import | Douglas Barbosa Alexandre | 2016-04-04 | 1 | -0/+2 |
* | | Merge branch 'fix_remove_fork_link' into 'master'
| Douwe Maan | 2016-04-04 | 1 | -0/+19 |
|\ \ |
|
| * | | Fix incorrect variable name | Baldinof | 2016-04-04 | 1 | -1/+1 |
| * | | Move unlink fork logic to a service | Baldinof | 2016-03-22 | 1 | -0/+19 |
* | | | Merge branch 'routing' into 'master'
| Robert Speicher | 2016-04-01 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Added & use Gitlab::Routing for URL helpersrouting | Yorick Peterse | 2016-04-01 | 1 | -1/+1 |
* | | | | Merge branch 'snippets-with-comments-cause-a-500-when-they-show-up-in-search-... | Douwe Maan | 2016-04-01 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Rename Note#for_project_snippet? to #for_snippet? | Rémy Coutable | 2016-03-31 | 1 | -1/+1 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'fix-mentions-on-confidential-issues-for-non-members' into 'mast... | Douwe Maan | 2016-04-01 | 1 | -4/+20 |
|\ \ \ \ |
|
| * | | | | Mentions on confidential issues doesn't create todos for non-membersfix-mentions-on-confidential-issues-for-non-members | Douglas Barbosa Alexandre | 2016-03-30 | 1 | -4/+20 |
| |/ / / |
|
* | | | | Merge branch 'fix/issue-move-rewrite-uploads' into 'master'
| Douwe Maan | 2016-04-01 | 1 | -12/+16 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Check if GFM rewriters need rewrite internally | Grzegorz Bizon | 2016-03-30 | 1 | -1/+1 |
| * | | | Refactor uploads rewriter used when moving issue | Grzegorz Bizon | 2016-03-30 | 1 | -17/+6 |
| * | | | Add uploads rewriter and use it when moving issue | Grzegorz Bizon | 2016-03-30 | 1 | -12/+27 |
| |/ / |
|
* | | | Exclude projects pending deletion from all results | Zeger-Jan van de Weg | 2016-03-31 | 1 | -10/+12 |
|/ / |
|
* | | Preserve time notes has been updated at when moving issue | Grzegorz Bizon | 2016-03-23 | 1 | -1/+2 |
* | | Merge branch 'notifications-for-subscribers-confidential-issue-labels' into '... | Douwe Maan | 2016-03-23 | 1 | -1/+11 |
|\ \ |
|
| * | | Restrict notifications for confidential issues | Douglas Barbosa Alexandre | 2016-03-22 | 1 | -1/+11 |
* | | | Do not allow to move issue if it has not been persistedmove-issue-section-should-not-be-displayed-in-the-new-issue-form-14489 | Grzegorz Bizon | 2016-03-23 | 1 | -0/+2 |
|/ / |
|
* | | Merge branch 'feature-ci-only-except-trigger' into 'master'
| Kamil Trzciński | 2016-03-22 | 1 | -1/+1 |
|\ \ |
|
| * | | add 'triggers' keyword to gitlab-ci.yml 'only' and 'except' fields to allow c... | Jason Roehm | 2016-03-15 | 1 | -1/+1 |
* | | | Address feedback | Douwe Maan | 2016-03-22 | 2 | -5/+1 |
* | | | Merge branch 'master' into issue_12658 | Douwe Maan | 2016-03-21 | 7 | -6/+132 |
|\ \ \ |
|
| * | | | Preserve created at time of notes when moving issue | Grzegorz Bizon | 2016-03-20 | 1 | -1/+2 |
| * | | | Merge branch 'master' into feature/issue-move | Grzegorz Bizon | 2016-03-20 | 3 | -2/+27 |
| |\ \ \ |
|
| * | | | | Rename reference unfolder to rewriter, minor refactorings | Grzegorz Bizon | 2016-03-20 | 1 | -2/+2 |
| * | | | | Update reference unfolder according to recent ability changes | Grzegorz Bizon | 2016-03-19 | 1 | -1/+2 |
| * | | | | Merge branch 'master' into feature/issue-move | Grzegorz Bizon | 2016-03-19 | 9 | -37/+77 |
| |\ \ \ \ |
|
| * | | | | | Improvements in issue move feaure (refactoring) | Grzegorz Bizon | 2016-03-19 | 2 | -52/+39 |
| * | | | | | Prevent issue move if issue has been already moved | Grzegorz Bizon | 2016-03-17 | 1 | -2/+7 |
| * | | | | | Update methods that use issue close service | Grzegorz Bizon | 2016-03-17 | 3 | -3/+3 |
| * | | | | | Add minor improvements in code related to issue move | Grzegorz Bizon | 2016-03-17 | 2 | -26/+15 |
| * | | | | | Add new notifications for issue move action | Grzegorz Bizon | 2016-03-17 | 2 | -2/+17 |
| * | | | | | Reuse existing issue services when moving issue | Grzegorz Bizon | 2016-03-17 | 4 | -51/+25 |
| * | | | | | Add initial notifications and hooks for issue move | Grzegorz Bizon | 2016-03-17 | 2 | -7/+38 |
| * | | | | | Add access-level filter support for projects select | Grzegorz Bizon | 2016-03-17 | 1 | -2/+2 |
| * | | | | | Make it possible to move issue if user is a reporter | Grzegorz Bizon | 2016-03-17 | 1 | -2/+2 |
| * | | | | | Preserve original author when moving issue | Grzegorz Bizon | 2016-03-17 | 1 | -21/+19 |
| * | | | | | Move reference unfolder for GFM to separate class | Grzegorz Bizon | 2016-03-17 | 1 | -5/+2 |
| * | | | | | Use internal reference extractor in banzai unfold pipeline | Grzegorz Bizon | 2016-03-17 | 1 | -17/+9 |
| * | | | | | Add reference unfold pipeline used when moving issue | Grzegorz Bizon | 2016-03-17 | 1 | -4/+7 |
| * | | | | | Minor refactoring of issue move service and specs | Grzegorz Bizon | 2016-03-17 | 1 | -15/+17 |
| * | | | | | Rewrite references in notes when moving issue | Grzegorz Bizon | 2016-03-17 | 1 | -2/+7 |