Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure protected can't be null; Test protected!24196-protected-variables | Lin Jen-Shin | 2017-06-01 | 1 | -2/+24 |
* | Merge branch 'master' into '24196-protected-variables' | Kamil Trzciński | 2017-06-01 | 18 | -15/+296 |
|\ | |||||
| * | Merge branch 'master' into 'trigger-source' | Grzegorz Bizon | 2017-05-31 | 59 | -202/+1574 |
| |\ | |||||
| | * | Add feature toggles through Flipper | Alejandro Rodríguez | 2017-05-31 | 4 | -2/+213 |
| | * | Merge branch 'dm-gitmodules-parsing' into 'master' | Grzegorz Bizon | 2017-05-31 | 1 | -0/+13 |
| | |\ | |||||
| | | * | Make .gitmodules parsing more resilient to syntax errors | Douwe Maan | 2017-05-30 | 1 | -0/+13 |
| * | | | Introduce source to pipeline entitytrigger-source | Kamil Trzcinski | 2017-05-31 | 13 | -13/+70 |
* | | | | Add test for Project#protected_for? | Lin Jen-Shin | 2017-06-01 | 1 | -0/+37 |
* | | | | Merge remote-tracking branch 'upstream/master' into 24196-protected-variables | Lin Jen-Shin | 2017-06-01 | 58 | -201/+1691 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Merge branch 'rename-builds-controller' into 'master' | Kamil Trzciński | 2017-05-31 | 23 | -122/+294 |
| |\ \ \ | |||||
| | * | | | Rename the other jobsrename-builds-controller | Lin Jen-Shin | 2017-05-31 | 1 | -8/+8 |
| | * | | | Merge remote-tracking branch 'upstream/master' into rename-builds-controller | Lin Jen-Shin | 2017-05-31 | 19 | -59/+475 |
| | |\ \ \ | |||||
| | * | | | | Update jobs_spec for changes from builds_spec | Lin Jen-Shin | 2017-05-31 | 2 | -496/+18 |
| | * | | | | Merge remote-tracking branch 'upstream/master' into rename-builds-controller | Lin Jen-Shin | 2017-05-31 | 96 | -667/+1896 |
| | |\ \ \ \ | |||||
| | * | | | | | Use - as the prefix so we don't conflict with namespaces | Lin Jen-Shin | 2017-05-26 | 8 | -11/+11 |
| | * | | | | | Merge remote-tracking branch 'upstream/master' into rename-builds-controller | Lin Jen-Shin | 2017-05-26 | 326 | -1970/+5734 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | Add checks before redirect, remove status/trace | Lin Jen-Shin | 2017-05-24 | 1 | -28/+0 |
| | * | | | | | | Separate artifacts from builds, reusing artifacts_action_path | Lin Jen-Shin | 2017-05-19 | 1 | -6/+6 |
| | * | | | | | | Complete all legacy builds URL. Tests are added | Lin Jen-Shin | 2017-05-19 | 4 | -1/+130 |
| | * | | | | | | Disable rubocop hash check for blocks | Lin Jen-Shin | 2017-05-18 | 1 | -1/+1 |
| | * | | | | | | Add backward compatible routes for builds | Lin Jen-Shin | 2017-05-18 | 1 | -0/+548 |
| | * | | | | | | Merge remote-tracking branch 'upstream/master' into rename-builds-controller | Lin Jen-Shin | 2017-05-18 | 9 | -27/+113 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | Rename BuildsController to JobsController | Lin Jen-Shin | 2017-05-17 | 20 | -105/+106 |
| * | | | | | | | | Merge branch 'task-list-2' into 'master' | Filipa Lacerda | 2017-05-31 | 2 | -2/+6 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Use native change event in the spec to trigger addEventListener | Jared Deckard | 2017-05-23 | 2 | -2/+6 |
| * | | | | | | | | | Merge branch 'issue-edit-inline' into 'master' | Filipa Lacerda | 2017-05-31 | 15 | -18/+916 |
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | | | |||||
| | * | | | | | | | | fixed issuable shortcuts not working | Phil Hughes | 2017-05-30 | 1 | -1/+1 |
| | * | | | | | | | | Merge branch 'master' into issue-edit-inline | Phil Hughes | 2017-05-30 | 125 | -1157/+3397 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ | Merge branch 'issue-edit-inline' into issue-edit-inline-project-move-warning | Phil Hughes | 2017-05-26 | 2 | -4/+6 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | fixed move issue specs | Phil Hughes | 2017-05-25 | 2 | -4/+6 |
| | * | | | | | | | | | | Warn before moving issue in inline edit form | Phil Hughes | 2017-05-25 | 1 | -1/+21 |
| | |/ / / / / / / / / | |||||
| | * | | | | | | | | | renamed path to web_url in endpoint | Phil Hughes | 2017-05-25 | 1 | -6/+6 |
| | * | | | | | | | | | Merge branch 'master' into issue-edit-inline | Phil Hughes | 2017-05-25 | 313 | -2074/+4798 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | fixed karma failures | Phil Hughes | 2017-05-24 | 4 | -16/+24 |
| | * | | | | | | | | | | Merge branch 'issue-edit-inline-getdata-after-update' into 'issue-edit-inline' | Filipa Lacerda | 2017-05-24 | 1 | -0/+24 |
| | |\ \ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | Get new data after inline edit saveissue-edit-inline-getdata-after-update | Phil Hughes | 2017-05-22 | 1 | -0/+24 |
| | * | | | | | | | | | | | Merge branch 'issue-edit-inline' into issue-edit-inline-description-template | Phil Hughes | 2017-05-22 | 3 | -0/+57 |
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / | |||||
| | | * | | | | | | | | | | Added test to check if warning is not visible | Phil Hughes | 2017-05-22 | 1 | -0/+8 |
| | | * | | | | | | | | | | Merge branch 'issue-edit-inline' into issue-edit-inline-locked-warning | Phil Hughes | 2017-05-22 | 5 | -13/+312 |
| | | |\ \ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | | Added specs for testing when warning is visible | Phil Hughes | 2017-05-18 | 2 | -0/+69 |
| | * | | | | | | | | | | | | Merge branch 'issue-edit-inline' into issue-edit-inline-description-template | Phil Hughes | 2017-05-22 | 5 | -6/+356 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / | | | |/| | | | | | | | | | | |||||
| | | * | | | | | | | | | | | Merge branch 'issue-edit-inline-move-project' into 'issue-edit-inline' | Filipa Lacerda | 2017-05-19 | 2 | -7/+96 |
| | | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | | | * | | | | | | | | | | | Removed un-used CSSissue-edit-inline-move-project | Phil Hughes | 2017-05-18 | 1 | -2/+11 |
| | | | * | | | | | | | | | | | Added back a removed test | Phil Hughes | 2017-05-18 | 1 | -1/+17 |
| | | | * | | | | | | | | | | | Merge branch 'issue-edit-inline' into issue-edit-inline-move-project | Phil Hughes | 2017-05-18 | 3 | -1/+79 |
| | | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | |/ / / / / / / / / / | |||||
| | | | * | | | | | | | | | | | Added move to project in issue inline edit form | Phil Hughes | 2017-05-17 | 2 | -1/+82 |
| | | * | | | | | | | | | | | | Merge branch 'issue-edit-inline' into issue-edit-inline-description-field-specsissue-edit-inline-description-field-specs | Phil Hughes | 2017-05-18 | 3 | -2/+73 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | |/ / / / / / / / / / | | | | |/| | | | | | | | | | | |||||
| | | | * | | | | | | | | | | | Merge branch 'auto-focus-description-field' into 'issue-edit-inline' | Filipa Lacerda | 2017-05-18 | 1 | -0/+34 |
| | | | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | | | | * | | | | | | | | | | | Fixed typoauto-focus-description-field | Phil Hughes | 2017-05-18 | 1 | -1/+1 |
| | | | | * | | | | | | | | | | | Focus the description field in the inline form when mounted | Phil Hughes | 2017-05-17 | 1 | -0/+34 |
| | | | | |/ / / / / / / / / / |