Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into ci-tables-ui-improvementsci-tables-ui-improvements | Filipa Lacerda | 2017-02-27 | 599 | -3773/+6228 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (196 commits) Add quotes to coverage pattern Update CHANGELOG.md Bump omniauth to 1.4.2 Bump Hashie to 3.5.5 to eliminate warning noise use single backticks for inline code Add performance query regression fix for !9088 affecting #27267 Fix spec API: Return 400 for all validation erros in the mebers API Adds confirmation for cancel button Add newline Corrected indentation on the template string Adds backoff algo from EE to CE We don't need these checks anymore Raise error when no content is provided Address review Update API v3 in line with v4 Fix new offenses Fix spec Fix specs Rename commit_file, commit_dir and remove_file and update specs ... | ||||
| * | Merge branch '1937-https-clone-url-username' into 'master' | Rémy Coutable | 2017-02-27 | 8 | -9/+46 |
| |\ | | | | | | | | | | | | | | | | | | | Add the username of the current user to the HTTP(S) clone URL Closes #1937 See merge request !9347 | ||||
| | * | Add the username of the current user to the HTTP(S) clone URL | Jan Christophersen | 2017-02-24 | 8 | -9/+46 |
| | | | |||||
| * | | Merge branch 'patch-14' into 'master' | Rémy Coutable | 2017-02-27 | 1 | -0/+6 |
| |\ \ | | | | | | | | | | | | | | | | | Update manage_large_binaries_with_git_lfs.md See merge request !9412 | ||||
| | * | | use single backticks for inline code | heapifyman | 2017-02-25 | 1 | -1/+1 |
| | | | | |||||
| | * | | Update manage_large_binaries_with_git_lfs.md | heapifyman | 2017-02-21 | 1 | -0/+6 |
| | | | | | | | | | | | | Add note to include .gitattributes file in repository - see instructions here: https://git-lfs.github.com/ | ||||
| * | | | Merge branch '27267-events-project-query-performance-regression' into 'master' | Sean McGivern | 2017-02-27 | 2 | -1/+5 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Query performance regression fix affecting "Dashboard::ProjectsController#index.atom" Closes #27267 See merge request !9526 | ||||
| | * | | | Add performance query regression fix for !9088 affecting #2726727267-events-project-query-performance-regression | Oswaldo Ferreira | 2017-02-24 | 2 | -1/+5 |
| | | | | | |||||
| * | | | | Merge branch 'unified-member-api-response' into 'master' | Sean McGivern | 2017-02-27 | 4 | -13/+11 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | API: Return 400 for all validation erros in the mebers API See merge request !9523 | ||||
| | * | | | | API: Return 400 for all validation erros in the mebers APIunified-member-api-response | Robert Schilling | 2017-02-24 | 4 | -13/+11 |
| | | | | | | |||||
| * | | | | | Merge branch 'feature/runners-v4-api' into 'master' | Kamil Trzciński | 2017-02-27 | 6 | -0/+232 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Runner registration/deletion API See merge request !9246 | ||||
| | * | | | | | Rename API::Ci to API::Runnerfeature/runners-v4-api | Tomasz Maczukin | 2017-02-16 | 4 | -7/+7 |
| | | | | | | | |||||
| | * | | | | | Fix rubocop offenses | Tomasz Maczukin | 2017-02-16 | 2 | -12/+11 |
| | | | | | | | |||||
| | * | | | | | Add changelog entry | Tomasz Maczukin | 2017-02-16 | 1 | -0/+4 |
| | | | | | | | |||||
| | * | | | | | Add Runner registration/deletion API | Tomasz Maczukin | 2017-02-16 | 5 | -0/+229 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'sh-bump-hashie-to-3.5.5' into 'master' | Rémy Coutable | 2017-02-27 | 3 | -4/+8 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump Hashie to 3.5.5 and omniauth to 1.4.2 to eliminate warning noise Closes #28595 See merge request !9534 | ||||
| | * | | | | | | Update CHANGELOG.mdsh-bump-hashie-to-3.5.5 | Stan Hu | 2017-02-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] | ||||
| | * | | | | | | Bump omniauth to 1.4.2 | Stan Hu | 2017-02-25 | 2 | -3/+3 |
| | | | | | | | | |||||
| | * | | | | | | Bump Hashie to 3.5.5 to eliminate warning noise | Stan Hu | 2017-02-25 | 2 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #28595 | ||||
| * | | | | | | | Merge branch 'add-quotes-to-coverage-pattern' into 'master' improve-backoff-algo | Grzegorz Bizon | 2017-02-27 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add quotes to coverage pattern See merge request !9545 | ||||
| | * | | | | | | | Add quotes to coverage pattern | Max Raab | 2017-02-27 | 1 | -1/+1 |
| |/ / / / / / / | |||||
| * | | | | | | | Merge branch 'backoff-algo-backport-ee' into 'master' | Jacob Schatz | 2017-02-26 | 1 | -0/+52 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds backoff algo from EE to CE See merge request !9517 | ||||
| | * | | | | | | | Adds backoff algo from EE to CEbackoff-algo-backport-ee | Filipa Lacerda | 2017-02-24 | 1 | -0/+52 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge branch 'update-vue-2.1' into 'master' | Fatih Acet | 2017-02-26 | 4 | -5/+9 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Vue to v2.1 See merge request !9386 | ||||
| | * | | | | | | | | add CHANGELOG.md entry for !9386update-vue-2.1 | Mike Greiling | 2017-02-20 | 1 | -0/+4 |
| | | | | | | | | | | |||||
| | * | | | | | | | | use CommonJS vue distribution | Mike Greiling | 2017-02-20 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| | * | | | | | | | | upgrade Vue from v2.0.3 to v2.1.10 | Mike Greiling | 2017-02-20 | 2 | -7/+7 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Merge branch 'pedro-mattermost-slack-notifications-text' into 'master' | Kamil Trzciński | 2017-02-26 | 6 | -23/+26 |
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add clearer placeholders and channel definition for Mattermost and Slack notifications services See merge request !9139 | ||||
| | * | | | | | | | | Merge branch 'pedro-mattermost-slack-notifications-text' of ↵pedro-mattermost-slack-notifications-text | Pedro Moreira da Silva | 2017-02-24 | 0 | -0/+0 |
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gitlab.com:gitlab-org/gitlab-ce into pedro-mattermost-slack-notifications-text | ||||
| | | * | | | | | | | | Update docs on Mattermost and Slack notifications channels | Pedro Moreira da Silva | 2017-02-10 | 4 | -9/+12 |
| | | | | | | | | | | | |||||
| | | * | | | | | | | | Add clearer placeholders and channel definition. | Pedro Moreira da Silva | 2017-02-10 | 2 | -14/+14 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Update docs on Mattermost and Slack notifications channels | Pedro Moreira da Silva | 2017-02-24 | 4 | -9/+12 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Add clearer placeholders and channel definition. | Pedro Moreira da Silva | 2017-02-24 | 2 | -14/+14 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Merge branch '23062-allow-git-log-to-accept-follow-and-skip' into 'master' | Robert Speicher | 2017-02-25 | 4 | -51/+123 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make Git history follow renames again by performing the --skip in Ruby Closes #23062 See merge request !9314 | ||||
| | * | | | | | | | | | | Optimize a bit Gitlab::Git::Repository#log_by_shell and its specs23062-allow-git-log-to-accept-follow-and-skip | Rémy Coutable | 2017-02-23 | 2 | -84/+74 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| | * | | | | | | | | | | Make Git history follow renames again by performing the --skip in Ruby | Rémy Coutable | 2017-02-23 | 4 | -23/+105 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This hack is needed because of an issue when --follow and --skip are passed to git log at the same time. See https://gitlab.com/gitlab-org/gitlab-ce/issues/23062 Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | | | | | | | | | | | Merge branch 'patch-14' into 'master' | Allison Whilden | 2017-02-25 | 1 | -17/+17 |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update users.md See merge request !9475 | ||||
| | * | | | | | | | | | | | Update users.md | Sarah O'Donnell | 2017-02-23 | 1 | -17/+17 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Merge branch 'dm-fix-web-edit-new-lines' into 'master' | Robert Speicher | 2017-02-24 | 28 | -787/+497 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Consistently create, update, and delete files, taking CRLF settings into account See merge request !9207 | ||||
| | * | | | | | | | | | | | | Fix specdm-fix-web-edit-new-lines | Douwe Maan | 2017-02-24 | 4 | -82/+26 |
| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | Add newline | Douwe Maan | 2017-02-24 | 1 | -0/+1 |
| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | We don't need these checks anymore | Douwe Maan | 2017-02-24 | 1 | -19/+0 |
| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | Raise error when no content is provided | Douwe Maan | 2017-02-24 | 4 | -9/+23 |
| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | Address review | Douwe Maan | 2017-02-24 | 5 | -25/+41 |
| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | Update API v3 in line with v4 | Douwe Maan | 2017-02-24 | 1 | -7/+0 |
| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | Fix new offenses | Douwe Maan | 2017-02-24 | 1 | -3/+1 |
| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | Fix spec | Douwe Maan | 2017-02-24 | 1 | -2/+2 |
| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | Fix specs | Douwe Maan | 2017-02-24 | 2 | -3/+2 |
| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | Rename commit_file, commit_dir and remove_file and update specs | Douwe Maan | 2017-02-24 | 16 | -102/+86 |
| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | Consistently create, update, and delete files, taking CRLF settings into account | Douwe Maan | 2017-02-24 | 12 | -596/+376 |
| | | | | | | | | | | | | | |