summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* A simpler implementation of finding a merge requestBob Van Landuyt2016-12-061-9/+6
* Merge branch '23589-open-issue-for-mr' into 'master' Sean McGivern2016-12-061-10/+22
|\
| * Feature: delegate all open discussions to IssueBob Van Landuyt2016-12-051-10/+22
* | Merge branch 'refine-ci-statuses' into 'master' Kamil Trzciński2016-12-0612-0/+295
|\ \
| * | Improve support for icons in new detailed statusesGrzegorz Bizon2016-12-062-1/+5
| * | Untangle status label and text in ci status helperGrzegorz Bizon2016-12-061-0/+11
| * | Implement pipeline status factory with extended statusGrzegorz Bizon2016-12-051-0/+39
| * | Fold core/extended status modules to reduce nestingGrzegorz Bizon2016-12-0512-49/+43
| * | Add implementation of common pipeline extended statusGrzegorz Bizon2016-12-022-4/+5
| * | Add information about badge test to core statusesGrzegorz Bizon2016-12-028-0/+32
| * | Add scaffold for remaining statuses-related classesGrzegorz Bizon2016-12-024-0/+64
| * | Implement the rest of core CI statuses with specsGrzegorz Bizon2016-12-028-7/+53
| * | Add abstract base class for core CI statusGrzegorz Bizon2016-12-022-1/+42
| * | Add initial implmentation for core success statusGrzegorz Bizon2016-12-021-0/+7
| * | Add scaffold for each class of core CI statusGrzegorz Bizon2016-12-027-0/+56
* | | Merge branch 'glm-shorthand-reference' into 'master' Sean McGivern2016-12-065-60/+41
|\ \ \ | |_|/ |/| |
| * | Add shorthand support to gitlab markdown referencesOswaldo Ferreira2016-12-025-60/+41
* | | Merge branch 'use-pagination-helper' into 'master' Rémy Coutable2016-12-0516-20/+84
|\ \ \
| * | | Use the pagination helper in the APIuse-pagination-helperRobert Schilling2016-12-0416-20/+84
* | | | Merge branch 'fix/rename-mwbs-to-merge-when-pipeline-succeeds' into 'master' Kamil Trzciński2016-12-051-7/+11
|\ \ \ \
| * \ \ \ Merge branch 'master' into fix/rename-mwbs-to-merge-when-pipeline-succeedsGrzegorz Bizon2016-11-3018-98/+107
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into fix/rename-mwbs-to-merge-when-pipeline-succeedsGrzegorz Bizon2016-11-2537-452/+741
| |\ \ \ \ \
| * | | | | | Update some docs to reflect MWPS name changeGrzegorz Bizon2016-11-211-2/+2
| * | | | | | Rename MWBS service to Merge When Pipeline SucceedsGrzegorz Bizon2016-11-211-5/+9
* | | | | | | Accept `issue new` as command to create an issueZ.J. van de Weg2016-12-051-2/+2
| |_|_|/ / / |/| | | | |
* | | | | | Merge branch 'api-expose-commiter-details' into 'master' Rémy Coutable2016-12-041-0/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | API: Expose committer details for a commitapi-expose-commiter-detailsRobert Schilling2016-12-011-0/+1
* | | | | | Fixes ActionView::Template::Error: undefined method `text?` for nil:NilClass25251-actionview-template-error-undefined-method-text-for-nil-nilclassValery Sizov2016-12-021-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'remove-gitlab-workhorse-version-option-from-install-task' into ...Robert Speicher2016-12-021-2/+2
|\ \ \ \ \
| * | | | | Don't allow to specify a repo or version when installing Workhorseremove-gitlab-workhorse-version-option-from-install-taskRémy Coutable2016-12-011-2/+2
| |/ / / /
* | | | | Merge branch '4269-public-api' into 'master' Douwe Maan2016-12-022-10/+23
|\ \ \ \ \
| * | | | | Allow public access to some Project API endpoints4269-public-apiRémy Coutable2016-12-012-10/+23
| |/ / / /
* | | | | Merge branch '22781-user-generated-permalinks' into 'master' Fatih Acet2016-12-011-3/+5
|\ \ \ \ \
| * | | | | remove underscore from user-content id namespace22781-user-generated-permalinksMike Greiling2016-11-301-1/+1
| * | | | | add transparent namespace to all user-generated anchors in GitLab flavored ma...Mike Greiling2016-11-301-3/+5
* | | | | | Merge branch 'fix/github-importer' into 'master' Sean McGivern2016-12-011-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix branch validation for GitHub PR where repo/fork was renamed/deletedDouglas Barbosa Alexandre2016-12-011-1/+1
| |/ / / /
* | | | | Merge branch 'improve_oauth_user_error' into 'master' Rémy Coutable2016-12-011-1/+1
|\ \ \ \ \
| * | | | | Improve the `Gitlab::OAuth::User` error messageDrew Blessing2016-11-301-1/+1
* | | | | | Merge branch '23718/backup-rake-task-human-readable' into 'master' Douwe Maan2016-12-011-7/+11
|\ \ \ \ \ \
| * | | | | | Add Human Readable Timestamp to backup tar fileDavid Gerő2016-11-301-7/+11
* | | | | | | Merge branch '22719-provide-a-new-gitlab-workhorse-install-rake-task-similar-...Robert Speicher2016-12-015-176/+227
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Move task helpers to a module22719-provide-a-new-gitlab-workhorse-install-rake-task-similar-to-gitlab-shell-installRémy Coutable2016-11-304-192/+199
| * | | | | | Add #run_command! to task helpers to raise a TaskFailedError if status is not 0Rémy Coutable2016-11-302-10/+28
| * | | | | | New `gitlab:workhorse:install` rake taskRémy Coutable2016-11-303-37/+63
| |/ / / / /
* | | | | | Allow access to the wiki with git when repository feature disabledDouglas Barbosa Alexandre2016-11-302-1/+13
* | | | | | Merge branch 'api-branch-status' into 'master' Rémy Coutable2016-11-301-1/+5
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | API: Expose branch statusapi-branch-statusRobert Schilling2016-11-301-1/+5
* | | | | | Merge branch 'grapify-files-api' into 'master' Rémy Coutable2016-11-301-93/+60
|\ \ \ \ \ \
| * | | | | | Grapify the files APIgrapify-files-apiRobert Schilling2016-11-301-93/+60
| |/ / / / /