Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into sh-support-bitbucket-server-import | Stan Hu | 2018-07-17 | 26 | -342/+378 |
|\ | |||||
| * | Merge branch 'extract-ee-specific-banzai-filters' into 'master' | Robert Speicher | 2018-07-17 | 3 | -10/+28 |
| |\ | |||||
| | * | Extract EE-specific lines from Banzai pipelinesextract-ee-specific-banzai-filters | Sean McGivern | 2018-07-13 | 3 | -10/+28 |
| * | | Merge branch 'satishperala/gitlab-ce-20720_webhooks_full_image_url' into 'mas... | Douwe Maan | 2018-07-17 | 8 | -39/+131 |
| |\ \ | |||||
| | * | | Keep #absolute_image_urls as a private instance method | Sean McGivern | 2018-07-17 | 1 | -7/+3 |
| | * | | Don't include a double slash when rewriting the URL | Sean McGivern | 2018-07-06 | 1 | -1/+4 |
| | * | | Merge branch 'master' into satishperala/gitlab-ce-20720_webhooks_full_image_url | Sean McGivern | 2018-07-06 | 89 | -1435/+1293 |
| | |\ \ | |||||
| | * | | | Add documentation and specs for webhook URL rewriting | Sean McGivern | 2018-07-06 | 4 | -32/+50 |
| | * | | | Add base class for hook builders, and use it for notes and wikis | Sean McGivern | 2018-06-20 | 7 | -31/+93 |
| | * | | | Fix MR hook builder | Sean McGivern | 2018-06-20 | 1 | -1/+1 |
| | * | | | Removing the empty line at the class body beginning | Satish Perala | 2018-06-20 | 1 | -1/+0 |
| | * | | | Checking for the presense of markdown text | Satish Perala | 2018-06-20 | 1 | -1/+5 |
| | * | | | Passing absolute image urls in the markdown content in the webhooks | Satish Perala | 2018-06-20 | 3 | -0/+10 |
| * | | | | Migrate merge base, merged branches, write ref | Jacob Vosmaer (GitLab) | 2018-07-17 | 1 | -69/+6 |
| * | | | | Merge branch 'feature/gb/email-delivery-metrics' into 'master' | Sean McGivern | 2018-07-17 | 7 | -24/+74 |
| |\ \ \ \ | |||||
| | * | | | | Implement action mailer delivery metrics observer | Grzegorz Bizon | 2018-07-16 | 1 | -0/+31 |
| | * | | | | Move existing email interceptors into the same module | Grzegorz Bizon | 2018-07-16 | 6 | -24/+43 |
| * | | | | | Merge branch 'fix-project-api-archived' into 'master' | Rémy Coutable | 2018-07-16 | 2 | -2/+8 |
| |\ \ \ \ \ | |||||
| | * | | | | | Fix archived parameter for projects API | Marko, Peter | 2018-07-16 | 2 | -2/+8 |
| * | | | | | | Merge branch 'tweak-sql-buckets' into 'master' | Yorick Peterse | 2018-07-16 | 1 | -1/+1 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Add a 10 ms bucket for SQL timingstweak-sql-buckets | Yorick Peterse | 2018-07-10 | 1 | -1/+1 |
| * | | | | | | | Remove Repository#lookup and unreachable rugged code | Jacob Vosmaer (GitLab) | 2018-07-16 | 1 | -179/+0 |
| * | | | | | | | Merge branch '48745-project-exports-fail-when-uploads-have-been-migrated-to-o... | Sean McGivern | 2018-07-16 | 4 | -18/+130 |
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | |||||
| | * | | | | | | refactor code based on feedback | James Lopez | 2018-07-16 | 2 | -5/+5 |
| | * | | | | | | use fileuploader dynamic path method in uploads manager and add spec48745-project-exports-fail-when-uploads-have-been-migrated-to-object-storage | James Lopez | 2018-07-13 | 1 | -6/+1 |
| | * | | | | | | fix typo in uploads manager | James Lopez | 2018-07-13 | 1 | -1/+1 |
| | * | | | | | | add small comment to download method in uploads manager | James Lopez | 2018-07-13 | 1 | -0/+1 |
| | * | | | | | | refactor uploads manager | James Lopez | 2018-07-13 | 1 | -7/+7 |
| | * | | | | | | refactor uploads manager to grab uploads in batches | James Lopez | 2018-07-12 | 1 | -6/+16 |
| | * | | | | | | fix uploads restorer missing path | James Lopez | 2018-07-12 | 1 | -0/+4 |
| | * | | | | | | fix spec | James Lopez | 2018-07-11 | 2 | -8/+16 |
| | * | | | | | | added changelog, small refactor | James Lopez | 2018-07-11 | 1 | -2/+1 |
| | * | | | | | | refactor uploads manager | James Lopez | 2018-07-11 | 1 | -3/+8 |
| | * | | | | | | fix uploads restorer | James Lopez | 2018-07-11 | 1 | -0/+4 |
| | * | | | | | | fix specs | James Lopez | 2018-07-11 | 3 | -9/+14 |
| | * | | | | | | add restore method | James Lopez | 2018-07-11 | 2 | -3/+18 |
| | * | | | | | | update uploads saver | James Lopez | 2018-07-10 | 2 | -13/+16 |
| | * | | | | | | Fix avatar saver and spec | James Lopez | 2018-07-10 | 1 | -5/+6 |
| | * | | | | | | add more object storage specs | James Lopez | 2018-07-10 | 1 | -3/+3 |
| | * | | | | | | add upload manager and spec | James Lopez | 2018-07-10 | 1 | -0/+62 |
* | | | | | | | | Add tests for pull request comments | Stan Hu | 2018-07-15 | 1 | -6/+9 |
* | | | | | | | | Fix assorted bugs and write spec for importing merge event | Stan Hu | 2018-07-15 | 1 | -3/+5 |
* | | | | | | | | Merge branch 'master' into sh-support-bitbucket-server-import | Stan Hu | 2018-07-15 | 5 | -149/+65 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| * | | | | | | | Backport logger changes from EE | Stan Hu | 2018-07-13 | 1 | -0/+8 |
| * | | | | | | | Merge branch 'ide-merge-requests-forks' into 'master' | Filipa Lacerda | 2018-07-13 | 1 | -2/+14 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Allow collaboration with forks through the API | Bob Van Landuyt | 2018-07-12 | 1 | -2/+14 |
| * | | | | | | | | Merge branch 'sh-fix-stderr-pipe-consumption' into 'master' | Yorick Peterse | 2018-07-13 | 2 | -7/+20 |
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
| | * | | | | | | | Avoid process deadlock in popen by consuming input pipessh-fix-stderr-pipe-consumption | Stan Hu | 2018-07-12 | 2 | -7/+20 |
| * | | | | | | | | Merge branch 'gitaly-mandatory-20180712-jv' into 'master' | Sean McGivern | 2018-07-13 | 1 | -140/+23 |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | |||||
| | * | | | | | | | Fix find_branch call sitesgitaly-mandatory-20180712-jv | Jacob Vosmaer | 2018-07-12 | 1 | -1/+1 |