| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'smart-pipeline-duration' into 'master' | Rémy Coutable | 2016-09-08 | 1 | -5/+30 |
| |\ | |||||
| | * | Remove tests for pending_duration | Lin Jen-Shin | 2016-09-05 | 1 | -2/+1 |
| | * | Just sum all the queuing time, indication for needing more runners | Lin Jen-Shin | 2016-09-02 | 1 | -1/+1 |
| | * | Make sure the algorithm did exclude gaps | Lin Jen-Shin | 2016-09-02 | 1 | -2/+2 |
| | * | Actually we still need to use total - running to get: | Lin Jen-Shin | 2016-09-02 | 1 | -6/+11 |
| | * | Merge remote-tracking branch 'upstream/master' into smart-pipeline-duration | Lin Jen-Shin | 2016-09-02 | 14 | -223/+320 |
| | |\ | |||||
| | * | | Calculate real queueing time to exclude gaps from: | Lin Jen-Shin | 2016-09-02 | 1 | -9/+18 |
| | * | | Fix test for Pipeline#duration | Lin Jen-Shin | 2016-08-30 | 1 | -5/+17 |
| * | | | Merge branch 'pipeline-hooks' into 'master' | Rémy Coutable | 2016-09-08 | 3 | -24/+134 |
| |\ \ \ | |||||
| | * | | | 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 | 15 | -230/+403 |
| | |\ \ \ | |||||
| | * | | | | 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 |
| | * | | | | Merge remote-tracking branch 'upstream/master' into pipeline-hooks | Lin Jen-Shin | 2016-08-26 | 6 | -17/+114 |
| | |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | | Remove old stuffs | Lin Jen-Shin | 2016-08-24 | 1 | -2/+2 |
| | * | | | | No longer needed | Lin Jen-Shin | 2016-08-24 | 1 | -4/+2 |
| | * | | | | Merge remote-tracking branch 'upstream/master' into pipeline-hooks | Lin Jen-Shin | 2016-08-24 | 62 | -681/+2603 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge branch 'master' into pipeline-hooks | Lin Jen-Shin | 2016-08-02 | 6 | -44/+340 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | Add test for running hooks for pipeline after touched | Lin Jen-Shin | 2016-08-01 | 1 | -2/+31 |
| | * | | | | | | 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 | 1 | -4/+62 |
| | * | | | | | | Add pipeline_events to Slack service: | Lin Jen-Shin | 2016-07-30 | 1 | -0/+58 |
| | * | | | | | | Fix that tricky side-effect issue in the test | Lin Jen-Shin | 2016-07-29 | 1 | -2/+4 |
| * | | | | | | | Merge branch '21109-discussion-resolve-runs-a-single-update-query-per-note-bu... | Douwe Maan | 2016-09-08 | 2 | -59/+74 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Optimize discussion notes resolving and unresolving21109-discussion-resolve-runs-a-single-update-query-per-note-but-should-run-a-single-update-query-for-all-notes-instead | Alejandro Rodríguez | 2016-09-06 | 2 | -59/+74 |
| | | |_|_|_|/ / | |/| | | | | | |||||
| * | | | | | | | Express intentions as expectations | Jacob Vosmaer | 2016-09-07 | 1 | -5/+19 |
| * | | | | | | | Rename {commit,update_branch}_with_hooks | Jacob Vosmaer | 2016-09-07 | 1 | -8/+8 |
| * | | | | | | | Allow adding multiple commits in commit_with_hooks | Jacob Vosmaer | 2016-09-07 | 1 | -0/+19 |
| |/ / / / / / | |||||
| * | | | | | | Merge branch 'safe-ref-updates' into 'master' | Douwe Maan | 2016-09-05 | 1 | -7/+23 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Use 'git update-ref' for safer web commits | Jacob Vosmaer | 2016-09-02 | 1 | -7/+23 |
| | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | | Merge branch 'fix/handle-raw-trace-error-on-old-builds' into 'master' | Douwe Maan | 2016-09-02 | 1 | -0/+60 |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| | * | | | | | Update specs - add mocks to simulate old versions | Tomasz Maczukin | 2016-09-01 | 1 | -23/+32 |
| | * | | | | | Add specs | Tomasz Maczukin | 2016-09-01 | 1 | -0/+51 |
| * | | | | | | Merge branch 'sh-reload-find-branch' into 'master' | Yorick Peterse | 2016-09-01 | 1 | -0/+18 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Optimize branch lookups and force a repository reload for Repository#find_branchsh-reload-find-branch | Stan Hu | 2016-09-01 | 1 | -0/+18 |
| | |/ / / / / | |||||
| * | | | | | | Merge branch 'issue_19734' into 'master' | Douwe Maan | 2016-09-01 | 5 | -7/+120 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Project tools visibility level | Felipe Artur | 2016-09-01 | 5 | -7/+120 |
| | |/ / / / / | |||||
| * | | | | | | Merge branch 'js-tooltips-for-mentions' into 'master' | Robert Speicher | 2016-09-01 | 1 | -10/+0 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Use JavaScript tooltips for mentions (!5301) | winniehell | 2016-09-01 | 1 | -10/+0 |
| * | | | | | | | Merge branch '20601-emoji-tooltip-in-chronological-order' into 'master' | Robert Speicher | 2016-09-01 | 1 | -0/+10 |
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
| | * | | | | | | Order award tooltips by their created_at date | Andrew Smith | 2016-09-01 | 1 | -0/+10 |
| | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | | don't use a deprecated api in ability_spec | http://jneen.net/ | 2016-08-30 | 1 | -2/+2 |
| * | | | | | | add project_policy_spec to replace .project_abilities spec | http://jneen.net/ | 2016-08-30 | 1 | -64/+0 |
| * | | | | | | remove Ability.abilities | http://jneen.net/ | 2016-08-30 | 2 | -14/+11 |
| * | | | | | | remove six, and use a Set instead | http://jneen.net/ | 2016-08-30 | 2 | -4/+2 |
