Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Incorporate permission checks into new CI statuses | Grzegorz Bizon | 2016-12-12 | 11 | -49/+60 |
* | Refactor ci status factories to DRY code a little | Grzegorz Bizon | 2016-12-12 | 5 | -29/+28 |
* | Remove ci_status_with_icon helper and replace it with partial [ci skip] | Kamil Trzcinski | 2016-12-12 | 8 | -34/+17 |
* | Check permission of details | Kamil Trzcinski | 2016-12-12 | 4 | -7/+7 |
* | Introduce `cancelable` and `returnable` [ci skip] | Kamil Trzcinski | 2016-12-12 | 5 | -35/+64 |
* | Improve actions | Kamil Trzcinski | 2016-12-12 | 5 | -18/+110 |
* | Added Ci::Status::Build | Kamil Trzcinski | 2016-12-12 | 5 | -3/+84 |
* | Merge branch '25510-fix-notifications-dropdown-alignment' into 'master' | Fatih Acet | 2016-12-12 | 5 | -5/+11 |
|\ | |||||
| * | remove left_align setting from notification setting dropdown in favor of a pu...25510-fix-notifications-dropdown-alignment | Mike Greiling | 2016-12-10 | 6 | -10/+12 |
| * | fix alignment for notification settings ajax response | Mike Greiling | 2016-12-09 | 1 | -1/+5 |
* | | Merge branch 'features/api-snippets' into 'master' | Sean McGivern | 2016-12-12 | 11 | -26/+594 |
|\ \ | |||||
| * | | API: Endpoint to expose personal snippets as /snippets | Guyzmo | 2016-12-01 | 11 | -26/+594 |
* | | | Merge branch 'patch-8' into 'master' | Sean McGivern | 2016-12-12 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Fix typo | Ismail S | 2016-12-11 | 1 | -1/+1 |
* | | | | Merge branch 'patch-8' into 'master' | Robert Schilling | 2016-12-11 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Fix typo in curl example request | Georg Hartmann | 2016-12-11 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge branch 'docs/change-docs-title' into 'master' | Achilleas Pipinellis | 2016-12-11 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Change docs title to represent the edition | Achilleas Pipinellis | 2016-12-11 | 1 | -1/+1 |
|/ / | |||||
* | | Merge branch '25324-change-housekeeping-btn-to-default' into 'master' | Alfredo Sumaran | 2016-12-09 | 2 | -1/+5 |
|\ \ | |||||
| * | | Use default btn styling for Housekeeping button on projects settings page | Ryan Harris | 2016-12-06 | 2 | -1/+5 |
* | | | Merge branch 'issue_24020' into 'master' | Alfredo Sumaran | 2016-12-09 | 3 | -1/+17 |
|\ \ \ | |||||
| * | | | fix display hook error message | basyura | 2016-12-05 | 3 | -1/+17 |
* | | | | Merge branch 'remove-your_email-gsub-in-help-page' into 'master' | Sean McGivern | 2016-12-09 | 2 | -11/+1 |
|\ \ \ \ | |||||
| * | | | | Stop replacing `$your_email` with the user's emailremove-your_email-gsub-in-help-page | Rémy Coutable | 2016-12-09 | 2 | -11/+1 |
* | | | | | Merge branch '23305-leave-project-and-leave-group-should-be-buttons' into 'ma... | Jacob Schatz | 2016-12-09 | 11 | -42/+36 |
|\ \ \ \ \ | |||||
| * | | | | | Removed leave buttons from settings dropdowns23305-leave-project-and-leave-group-should-be-buttons | Luke "Jared" Bennett | 2016-11-26 | 11 | -42/+36 |
* | | | | | | Merge branch 'workhorse-1.1.1' into 'master' | Rémy Coutable | 2016-12-09 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Use gitlab-workhose 1.1.1 | Jacob Vosmaer | 2016-12-08 | 1 | -1/+1 |
* | | | | | | | Merge branch 'update-button-font-weight' into 'master' | Fatih Acet | 2016-12-09 | 2 | -1/+5 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Updates the font weight of button styles because of the change to system fontsupdate-button-font-weight | Dimitrie Hoekstra | 2016-12-09 | 2 | -1/+5 |
* | | | | | | | | Merge branch 'members-dropdowns' into 'master' | Fatih Acet | 2016-12-09 | 13 | -20/+131 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Group links spec update | Phil Hughes | 2016-12-09 | 2 | -3/+8 |
| * | | | | | | | | Updated JS based on review | Phil Hughes | 2016-12-09 | 3 | -16/+28 |
| * | | | | | | | | Updated members dropdowns | Phil Hughes | 2016-12-07 | 10 | -15/+109 |
* | | | | | | | | | Merge branch 'followup-7899' into 'master' | Sean McGivern | 2016-12-09 | 1 | -6/+5 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Use a single query in Projects::ProjectMembersController to fetch membersfollowup-7899 | Rémy Coutable | 2016-12-08 | 1 | -6/+5 |
* | | | | | | | | | | Merge branch 'update/installation-from-source-guide-8-15' into 'master' | Alejandro Rodríguez | 2016-12-09 | 2 | -3/+3 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | [ci skip] Update "Installation from source" guide for 8.15.0update/installation-from-source-guide-8-15 | Douglas Barbosa Alexandre | 2016-12-09 | 2 | -3/+3 |
|/ / / / / / / / / / | |||||
* | | | | | | | | | | Merge branch '25374-svg-as-prop' into 'master' | Fatih Acet | 2016-12-09 | 15 | -106/+135 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | | |||||
| * | | | | | | | | | Changes after review25374-svg-as-prop | Filipa Lacerda | 2016-12-09 | 2 | -4/+4 |
| * | | | | | | | | | Fix broken test | Filipa Lacerda | 2016-12-09 | 1 | -2/+2 |
| * | | | | | | | | | Adds CHANGELOG entry | Filipa Lacerda | 2016-12-09 | 1 | -0/+4 |
| * | | | | | | | | | Adds tests | Filipa Lacerda | 2016-12-09 | 6 | -25/+62 |
| * | | | | | | | | | Uniformize props name format | Filipa Lacerda | 2016-12-09 | 8 | -33/+34 |
| * | | | | | | | | | Replace commit icon svg logic | Filipa Lacerda | 2016-12-09 | 2 | -20/+8 |
| * | | | | | | | | | Replace play icon svg logic | Filipa Lacerda | 2016-12-09 | 4 | -29/+28 |
* | | | | | | | | | | Merge branch 'fix/milestone-summary' into 'master' | Sean McGivern | 2016-12-09 | 2 | -2/+8 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Add CHANGELOG entryfix/milestone-summary | Douglas Barbosa Alexandre | 2016-12-08 | 1 | -0/+4 |
| * | | | | | | | | | | Displays milestone remaining days only when it's present | Douglas Barbosa Alexandre | 2016-12-08 | 1 | -2/+4 |
* | | | | | | | | | | | Merge branch 'do-not-refresh-main-when-fork-target-branch-updated' into 'mast... | Sean McGivern | 2016-12-09 | 4 | -14/+32 |
|\ \ \ \ \ \ \ \ \ \ \ |