summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Uses any method instead of nil to check for issuesPhil Hughes2016-07-051-1/+1
* Added blank state to issuesPhil Hughes2016-07-055-31/+62
* Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqDmitriy Zaporozhets2016-07-042-2/+2
|\
| * Merge branch 'master' into dev-masterTomasz Maczukin2016-07-02155-327/+596
| |\
| * | Ensure logged-out users can't see private refsSean McGivern2016-06-302-2/+2
* | | Merge branch 'user-avatar-header' into 'master' Dmitriy Zaporozhets2016-07-043-15/+34
|\ \ \
| * | | Updating padding in dropdown menuuser-avatar-headerPhil Hughes2016-06-291-4/+4
| * | | Fixed logout testsPhil Hughes2016-06-281-1/+1
| * | | Added user avatar to headerPhil Hughes2016-06-273-11/+30
* | | | Merge branch 'more_descriptive_git_shell_messages' into 'master' Dmitriy Zaporozhets2016-07-041-1/+4
|\ \ \ \
| * | | | Handle custom Git hook result in GitLab UIValery Sizov2016-07-041-1/+4
* | | | | Merge branch 'save-artifacts_sizes' into 'master' Rémy Coutable2016-07-041-1/+15
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Explicitly set to nil when artifacts don't exist:Lin Jen-Shin2016-07-041-0/+2
| * | | | Merge remote-tracking branch 'upstream/master' into save-artifacts_sizesLin Jen-Shin2016-07-04216-522/+1093
| |\ \ \ \
| * | | | | Use nil for non-existing files rather than 0Lin Jen-Shin2016-07-011-1/+3
| * | | | | Use AR callbacks as suggested by:Lin Jen-Shin2016-06-291-1/+5
| * | | | | Also remove ci_builds.artifacts_size when erasedLin Jen-Shin2016-06-281-0/+1
| * | | | | Just save the size in total rather than individual filesLin Jen-Shin2016-06-281-20/+6
| * | | | | Introduce ci_builds.artifacts_sizes as JSON:Lin Jen-Shin2016-06-281-1/+20
* | | | | | Better message for git hooks and file locksValery Sizov2016-07-044-8/+10
| |/ / / / |/| | | |
* | | | | Merge branch '13524-keep-around-commits' into 'master' Douwe Maan2016-07-048-5/+73
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Document Repository#keep_aroundDouwe Maan2016-07-041-4/+8
| * | | | Don't garbage collect commits that have related DB records like commentsDouwe Maan2016-07-048-5/+69
* | | | | Merge branch 'git-http-kerberos-ce' into 'master' Douwe Maan2016-07-012-4/+44
|\ \ \ \ \
| * | | | | Groundwork for Kerberos SPNEGO (EE feature)Jacob Vosmaer2016-07-012-4/+44
* | | | | | Merge branch 'explicit-requesters-scope' into 'master' Douwe Maan2016-07-0119-57/+75
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Exclude requesters from Project#members, Group#members and User#membersexplicit-requesters-scopeRémy Coutable2016-07-0119-57/+75
* | | | | | Merge branch 'rubocop/enable-cops-for-empty-lines' into 'master' Robert Speicher2016-07-0133-37/+0
|\ \ \ \ \ \
| * | | | | | Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-0133-37/+0
* | | | | | | Cache results from jQuery selectors to retrieve namespace nameDouglas Barbosa Alexandre2016-07-011-4/+7
* | | | | | | Fix import button when import fail due the namespace already been takenDouglas Barbosa Alexandre2016-07-012-2/+5
|/ / / / / /
* | | | | | Merge branch '19388-fix-snippets-notes-not-shown' into 'master' Rémy Coutable2016-07-011-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix snippets comments not displayed19388-fix-snippets-notes-not-shownRémy Coutable2016-07-011-1/+1
* | | | | | Merge branch 'todos-api' into 'master' Rémy Coutable2016-07-012-0/+32
|\ \ \ \ \ \
| * | | | | | Expose target, filter by state as stringRobert Schilling2016-07-011-0/+21
| * | | | | | Expose action_nameRobert Schilling2016-07-011-0/+11
| * | | | | | Move to helper, no instance variablesRobert Schilling2016-07-012-8/+1
| * | | | | | Add Todos APIDouglas Barbosa Alexandre2016-07-012-1/+8
* | | | | | | Merge branch 'fix/import-export-events' into 'master' Rémy Coutable2016-07-014-0/+6
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | use has_many relationship with eventsJames Lopez2016-07-015-19/+6
| * | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/import-expo...James Lopez2016-07-01133-261/+533
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/import-expo...James Lopez2016-06-293-14/+5
| |\ \ \ \ \ \ \
| * | | | | | | | fix final line missingJames Lopez2016-06-291-1/+1
| * | | | | | | | fixes and refactored JSON specJames Lopez2016-06-291-1/+1
| * | | | | | | | fixing events for import/exportJames Lopez2016-06-295-0/+19
* | | | | | | | | Merge branch 'cache-autocomplete-results' into 'master' Jacob Schatz2016-07-012-2/+6
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Cache autocomplete resultscache-autocomplete-resultsPhil Hughes2016-07-012-2/+6
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Improve the request / withdraw access button18310-improve-request-access-buttonRémy Coutable2016-07-016-26/+18
* | | | | | | | Merge branch 'enable-shared-runners-with-admins' into 'master' Rémy Coutable2016-07-015-4/+20
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into enable-shared-runners-wit...Lin Jen-Shin2016-07-01152-395/+816
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /