Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use separate email-friendly token for incoming email and let incoming | Douwe Maan | 2016-11-07 | 5 | -26/+52 |
* | Merge branch 'remove-wiki-image-border-radius' into 'master' | Fatih Acet | 2016-11-04 | 11 | -15/+15 |
|\ | |||||
| * | Update avatar container name so it doesnt conflict with other image containersremove-wiki-image-border-radius | Annabel Dunstone Gray | 2016-11-03 | 11 | -15/+15 |
* | | Merge branch 'add-matches-and-closest-element-extensions' into 'master' | Fatih Acet | 2016-11-04 | 1 | -2/+4 |
|\ \ | |||||
| * | | Added Element extension with .matches and .closestadd-matches-and-closest-element-extensions | Luke "Jared" Bennett | 2016-10-31 | 1 | -2/+4 |
* | | | Merge branch 'issue-board-new-label-new-list' into 'master' | Fatih Acet | 2016-11-04 | 2 | -0/+15 |
|\ \ \ | |||||
| * | | | Creates new list from a new labelissue-board-new-label-new-list | Phil Hughes | 2016-11-04 | 2 | -0/+15 |
* | | | | Merge branch 'fixed-width-caret' into 'master' | Fatih Acet | 2016-11-04 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Add width to caret to rid ourselves of the shiftfixed-width-caret | Jacob Schatz | 2016-11-04 | 1 | -1/+1 |
* | | | | | Merge branch 'stylistic-changes-to-commit-title-bar' into 'master' | Fatih Acet | 2016-11-04 | 2 | -36/+58 |
|\ \ \ \ \ | |||||
| * | | | | | Update commit page styles | Annabel Dunstone Gray | 2016-11-04 | 2 | -59/+44 |
| * | | | | | Update commit.scss to have correct linting | Dimitrie Hoekstra | 2016-11-04 | 1 | -1/+1 |
| * | | | | | added various changes to commit title area | Dimitrie Hoekstra | 2016-11-04 | 2 | -46/+83 |
* | | | | | | Merge branch 'issue_23032' into 'master' | Sean McGivern | 2016-11-04 | 2 | -2/+20 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Allow to test JIRA service when project does not have repositoryissue_23032 | Felipe Artur | 2016-11-04 | 2 | -2/+20 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'show-status-from-branch' into 'master' | Rémy Coutable | 2016-11-04 | 16 | -33/+71 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fetch locals to avoid undefined method/local errorshow-status-from-branch | Lin Jen-Shin | 2016-11-04 | 3 | -0/+3 |
| * | | | | | | Merge remote-tracking branch 'upstream/master' into show-status-from-branch | Lin Jen-Shin | 2016-11-04 | 53 | -386/+304 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge remote-tracking branch 'upstream/master' into show-status-from-branch | Lin Jen-Shin | 2016-11-04 | 61 | -382/+606 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | Initialize @statuses in status rather than constructor | Lin Jen-Shin | 2016-11-03 | 1 | -1/+2 |
| * | | | | | | | | Merge status_for and status, feedback: | Lin Jen-Shin | 2016-11-03 | 4 | -9/+5 |
| * | | | | | | | | Merge remote-tracking branch 'upstream/master' into show-status-from-branch | Lin Jen-Shin | 2016-11-02 | 293 | -507/+1139 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Always use multiline in view | Lin Jen-Shin | 2016-10-28 | 1 | -1/+2 |
| * | | | | | | | | | It's not used as a public API right now, feedback: | Lin Jen-Shin | 2016-10-28 | 1 | -5/+4 |
| * | | | | | | | | | Use multi-line conditions in view, feedback: | Lin Jen-Shin | 2016-10-28 | 1 | -1/+2 |
| * | | | | | | | | | Also pass ref here | Lin Jen-Shin | 2016-10-27 | 1 | -1/+1 |
| * | | | | | | | | | Also update for default project page, feedback: | Lin Jen-Shin | 2016-10-27 | 3 | -7/+8 |
| * | | | | | | | | | Still show status from pipelines, see: | Lin Jen-Shin | 2016-10-27 | 3 | -17/+27 |
| * | | | | | | | | | Merge remote-tracking branch 'upstream/master' into show-status-from-branch | Lin Jen-Shin | 2016-10-26 | 51 | -137/+722 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'upstream/master' into show-status-from-branch | Lin Jen-Shin | 2016-10-25 | 85 | -274/+529 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Pass `@ref` along so we know which pipeline to show | Lin Jen-Shin | 2016-10-24 | 13 | -18/+44 |
* | | | | | | | | | | | | Merge branch 'feature/view-related-serializers' into 'master' | Douwe Maan | 2016-11-04 | 9 | -0/+129 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Simplify implementation of entity serializers | Grzegorz Bizon | 2016-11-04 | 7 | -23/+14 |
| * | | | | | | | | | | | | Add tests for serialization entities, add user entity | Grzegorz Bizon | 2016-11-04 | 3 | -2/+4 |
| * | | | | | | | | | | | | Expose commit author if author exists | Grzegorz Bizon | 2016-11-04 | 1 | -0/+2 |
| * | | | | | | | | | | | | Fix specs related to deployments and environments | Grzegorz Bizon | 2016-11-03 | 1 | -1/+1 |
| * | | | | | | | | | | | | Exclude project information from environment entity | Grzegorz Bizon | 2016-11-03 | 1 | -1/+0 |
| * | | | | | | | | | | | | Remove project entity that was part of the PoC | Grzegorz Bizon | 2016-11-03 | 2 | -11/+1 |
| * | | | | | | | | | | | | Extend tests for environments serializer | Grzegorz Bizon | 2016-11-03 | 1 | -1/+1 |
| * | | | | | | | | | | | | Add manual actions for deployment serialization | Grzegorz Bizon | 2016-11-03 | 1 | -1/+1 |
| * | | | | | | | | | | | | Remove duplication from build serializer entity | Grzegorz Bizon | 2016-11-03 | 1 | -8/+12 |
| * | | | | | | | | | | | | Implement entities needed for environments folders | Grzegorz Bizon | 2016-11-03 | 6 | -22/+79 |
| * | | | | | | | | | | | | Use entity request object in environment entity | Grzegorz Bizon | 2016-11-02 | 3 | -9/+14 |
| * | | | | | | | | | | | | Add PoC for resource serializers | Grzegorz Bizon | 2016-11-02 | 6 | -0/+79 |
* | | | | | | | | | | | | | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq | Rémy Coutable | 2016-11-04 | 1 | -4/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'origin/labels-api' | Rémy Coutable | 2016-11-04 | 1 | -4/+0 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | Return conflict error in label API when title is taken by group labellabels-api | Douwe Maan | 2016-10-20 | 1 | -4/+0 |
* | | | | | | | | | | | | | | | Merge branch 'rs-merge_request_params' into 'master' | Robert Speicher | 2016-11-04 | 1 | -6/+21 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Apply `*_params_ce + *_params_ee` pattern to MergeRequestsController | Robert Speicher | 2016-11-04 | 1 | -6/+21 |
| | |_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Merge branch '20968-add-setting-to-check-unresolved-discussion' into 'master' | Douwe Maan | 2016-11-04 | 5 | -1/+21 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | |