Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restore comments lost when converting CoffeeScript to JavaScript | Jared Deckard | 2016-09-08 | 89 | -142/+958 |
* | Merge branch 'pipeline-hooks' into 'master' | Rémy Coutable | 2016-09-08 | 8 | -50/+265 |
|\ | |||||
| * | Remove redundant tests, feedback:pipeline-hooks | Lin Jen-Shin | 2016-09-06 | 2 | -24/+0 |
| * | Merge remote-tracking branch 'upstream/master' into pipeline-hooks | Lin Jen-Shin | 2016-09-06 | 455 | -3288/+7214 |
| |\ | |||||
| * | | Not sure why there's an extra one!? | Lin Jen-Shin | 2016-08-29 | 1 | -7/+0 |
| * | | I am too used to have no spaces around default args | Lin Jen-Shin | 2016-08-29 | 2 | -2/+2 |
| * | | Use a completely fake webhook URL, feedback: | Lin Jen-Shin | 2016-08-29 | 1 | -1/+1 |
| * | | empty lines between blocks | Lin Jen-Shin | 2016-08-29 | 1 | -1/+1 |
| * | | pipeline/build succeeded/failed, feedback: | Lin Jen-Shin | 2016-08-29 | 2 | -4/+4 |
| * | | Shorten the line and use methods, feedback: | Lin Jen-Shin | 2016-08-29 | 2 | -12/+21 |
| * | | somewhere -> example.gitlab, feedback: | Lin Jen-Shin | 2016-08-29 | 2 | -8/+8 |
| * | | Empty line between message =, feedback: | Lin Jen-Shin | 2016-08-29 | 2 | -3/+9 |
| * | | Fix CHANGELOG | Lin Jen-Shin | 2016-08-26 | 1 | -2/+0 |
| * | | Merge remote-tracking branch 'upstream/master' into pipeline-hooks | Lin Jen-Shin | 2016-08-26 | 145 | -750/+1721 |
| |\ \ | |||||
| * | | | Remove old stuffs | Lin Jen-Shin | 2016-08-24 | 3 | -101/+2 |
| * | | | No longer needed | Lin Jen-Shin | 2016-08-24 | 1 | -4/+2 |
| * | | | Fix spacing | Lin Jen-Shin | 2016-08-24 | 1 | -1/+2 |
| * | | | Fix caption | Lin Jen-Shin | 2016-08-24 | 1 | -1/+1 |
| * | | | Fix CHANGELOG | Lin Jen-Shin | 2016-08-24 | 1 | -2/+1 |
| * | | | Merge remote-tracking branch 'upstream/master' into pipeline-hooks | Lin Jen-Shin | 2016-08-24 | 1281 | -10057/+47575 |
| |\ \ \ | |||||
| * | | | | Update CHANGELOG due to the introduction of !5620 | Lin Jen-Shin | 2016-08-02 | 1 | -1/+1 |
| * | | | | Merge branch 'master' into pipeline-hooks | Lin Jen-Shin | 2016-08-02 | 182 | -1173/+3755 |
| |\ \ \ \ | |||||
| * | | | | | Add a CHANGELOG entry for pipeline events | Lin Jen-Shin | 2016-08-01 | 1 | -0/+1 |
| * | | | | | Add test for running hooks for pipeline after touched | Lin Jen-Shin | 2016-08-01 | 1 | -2/+31 |
| * | | | | | Add API tests for pipeline_events | Lin Jen-Shin | 2016-08-01 | 1 | -2/+5 |
| * | | | | | Expose pipeline_events in the API | Lin Jen-Shin | 2016-08-01 | 2 | -2/+6 |
| * | | | | | Add test for PipelineDataBuilder | Lin Jen-Shin | 2016-08-01 | 2 | -1/+33 |
| * | | | | | Fix the test due to the format changed | Lin Jen-Shin | 2016-08-01 | 1 | -7/+9 |
| * | | | | | Slack pipeline events test and fix some issues along the way | Lin Jen-Shin | 2016-08-01 | 3 | -16/+80 |
| * | | | | | Fix test for checking everything for Slack service | Lin Jen-Shin | 2016-07-30 | 1 | -0/+1 |
| * | | | | | Reduce complexity by extracting it to a method | Lin Jen-Shin | 2016-07-30 | 1 | -17/+20 |
| * | | | | | Add pipeline_events to Slack service: | Lin Jen-Shin | 2016-07-30 | 6 | -11/+166 |
| * | | | | | Fix that tricky side-effect issue in the test | Lin Jen-Shin | 2016-07-29 | 2 | -3/+5 |
| * | | | | | It was never used | Lin Jen-Shin | 2016-07-29 | 1 | -2/+2 |
| * | | | | | Don't execute hooks if ci was supposed to be skipped | Lin Jen-Shin | 2016-07-29 | 1 | -2/+3 |
| * | | | | | They could be nil | Lin Jen-Shin | 2016-07-29 | 1 | -4/+4 |
| * | | | | | Also touch the pipeline so we could just hook into update_state | Lin Jen-Shin | 2016-07-29 | 2 | -6/+8 |
| * | | | | | We're not using original hash anyway, we could use it | Lin Jen-Shin | 2016-07-29 | 1 | -1/+1 |
| * | | | | | Add views for pipeline events | Lin Jen-Shin | 2016-07-29 | 2 | -1/+8 |
| * | | | | | WIP, initial work to implement pipeline hooks: | Lin Jen-Shin | 2016-07-29 | 8 | -0/+107 |
* | | | | | | Merge branch 'dz-bulk-edit-mr' into 'master' | Rémy Coutable | 2016-09-08 | 21 | -84/+237 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Refactor code for bulk update merge requests featuredz-bulk-edit-mr | Dmitriy Zaporozhets | 2016-09-08 | 5 | -29/+34 |
| * | | | | | | Refactor merge requests bulk update spec | Dmitriy Zaporozhets | 2016-09-08 | 1 | -52/+60 |
| * | | | | | | Fix issues bulk update from issues index page | Dmitriy Zaporozhets | 2016-09-08 | 2 | -2/+2 |
| * | | | | | | Add changelog item for merge requests bulk update | Dmitriy Zaporozhets | 2016-09-08 | 1 | -0/+1 |
| * | | | | | | Fix issuable_bulk_update_path and merge request spinach test | Dmitriy Zaporozhets | 2016-09-08 | 2 | -4/+6 |
| * | | | | | | Make merge requests bulk update working | Dmitriy Zaporozhets | 2016-09-08 | 4 | -1/+121 |
| * | | | | | | Add bulk update support for merge requests list | Dmitriy Zaporozhets | 2016-09-08 | 16 | -81/+98 |
* | | | | | | | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq | Dmitriy Zaporozhets | 2016-09-08 | 3 | -1/+6 |
|\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq | Dmitriy Zaporozhets | 2016-09-08 | 3 | -1/+5 |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | |