Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'cs-warn-on-failure' into 'master' | Fatih Acet | 2016-07-20 | 1 | -0/+38 |
|\ | |||||
| * | Merge remote-tracking branch 'origin/master' into cs-warn-on-failurecs-warn-on-failure | Kamil Trzcinski | 2016-07-20 | 3 | -23/+35 |
| |\ | |||||
| * | | Address feedback. | Connor Shea | 2016-07-19 | 1 | -6/+18 |
| * | | Add with_warnings? method to Pipelines and add tests. | Connor Shea | 2016-07-19 | 1 | -0/+26 |
* | | | Merge branch '14284-allow-all-deploy-keys-to-be-retrieved-via-api-regardless-... | Gabriel Mazetto | 2016-07-20 | 2 | -12/+50 |
|\ \ \ | |||||
| * | | | Add /deploy_keys API to retrieve all deploy keys regardless of project affili... | Alejandro Rodríguez | 2016-07-20 | 2 | -12/+50 |
* | | | | Merge branch 'fix-side-by-side-comment-widget' into 'master' | Jacob Schatz | 2016-07-20 | 1 | -0/+94 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Added diff comments feature testfix-side-by-side-comment-widget | Luke "Jared" Bennett | 2016-07-19 | 1 | -0/+94 |
* | | | | Merge branch 'migration-downtime-tags' into 'master' | Robert Speicher | 2016-07-20 | 2 | -0/+130 |
|\ \ \ \ | |||||
| * | | | | Added checks for migration downtimemigration-downtime-tags | Yorick Peterse | 2016-07-20 | 2 | -0/+130 |
* | | | | | Merge branch 'rubocop/enable-multiline-ternary-operator-cop' into 'master' | Robert Speicher | 2016-07-20 | 1 | -4/+10 |
|\ \ \ \ \ | |||||
| * | | | | | Enable Style/MultilineTernaryOperator rubocop coprubocop/enable-multiline-ternary-operator-cop | Grzegorz Bizon | 2016-07-20 | 1 | -4/+10 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge branch 'issue_8110' into 'master' | Rémy Coutable | 2016-07-20 | 2 | -0/+97 |
|\ \ \ \ \ | |||||
| * | | | | | Refactor service settings viewissue_8110 | Felipe Artur | 2016-07-20 | 2 | -5/+31 |
| * | | | | | Allow slack service to send messages on different channels | Felipe Artur | 2016-07-19 | 1 | -0/+71 |
| |/ / / / | |||||
* | | | | | Merge branch 'fix-retries-on-manual-actions' into 'master' | Rémy Coutable | 2016-07-20 | 2 | -11/+29 |
|\ \ \ \ \ | |||||
| * | | | | | Fix a problem with processing a pipeline where stage only has manual actionsfix-retries-on-manual-actions | Kamil Trzcinski | 2016-07-20 | 1 | -11/+13 |
| * | | | | | Don't show other actions of the same name | Kamil Trzcinski | 2016-07-20 | 1 | -0/+16 |
* | | | | | | Merge branch '15343-build-settiings' into 'master' | Rémy Coutable | 2016-07-20 | 2 | -1/+36 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Create PipelinesSettingsController for showing settings page | Kamil Trzcinski | 2016-07-20 | 3 | -30/+38 |
| * | | | | | Merge remote-tracking branch 'origin/master' into 15343-build-settiings | Kamil Trzcinski | 2016-07-20 | 17 | -51/+517 |
| |\ \ \ \ \ | | |/ / / / | |||||
| * | | | | | Move Pipelines settings under `gitlab.com/gitlab-org/gitlab-ce/pipelines/sett... | Kamil Trzcinski | 2016-07-19 | 2 | -3/+30 |
| * | | | | | Update badges path | Annabel Dunstone | 2016-07-19 | 1 | -1/+1 |
* | | | | | | Merge branch 'issue_18585' into 'master' | Rémy Coutable | 2016-07-20 | 2 | -0/+14 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix a few nitpicks | Rémy Coutable | 2016-07-20 | 2 | -14/+3 |
| * | | | | | | Allow to disable user request access to groups/projects | Felipe Artur | 2016-07-20 | 2 | -0/+25 |
* | | | | | | | Merge branch 'ci-predefined-variables' into 'master' | Rémy Coutable | 2016-07-20 | 2 | -66/+126 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | Improve implementation of variables | Kamil Trzcinski | 2016-07-20 | 1 | -8/+9 |
| * | | | | | | Make rubocop happy | Kamil Trzcinski | 2016-07-20 | 1 | -2/+2 |
| * | | | | | | Update all exposed variables to CI builds | Kamil Trzcinski | 2016-07-20 | 2 | -66/+125 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge branch 'external-wiki-helper-speedup' into 'master' | Yorick Peterse | 2016-07-20 | 1 | -0/+41 |
|\ \ \ \ \ \ | |||||
| * | | | | | | speed up ExternalWikiService#get_project_wiki_path | Eugene Howe | 2016-07-19 | 1 | -0/+41 |
* | | | | | | | Merge branch '20003-newnoteworker-failing-repeatedly-with-argumenterror-wrong... | Rémy Coutable | 2016-07-20 | 1 | -0/+24 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Ensure to_json methods take optional argument | Sean McGivern | 2016-07-20 | 1 | -0/+24 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Expire tags/branches repo cache before delete a repository20011-incosistent-branch-cache-state | Paco Guzman | 2016-07-20 | 1 | -0/+48 |
|/ / / / / / | |||||
* | | | | | | Merge branch '19937-fix-wrong-build-elapsed-time' into 'master' | Kamil Trzciński | 2016-07-19 | 1 | -14/+11 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix build duration when build is not finished yet19937-fix-wrong-build-elapsed-time | Rémy Coutable | 2016-07-18 | 1 | -14/+11 |
* | | | | | | | Merge branch 'rs-issue-19878' into 'master' | Douwe Maan | 2016-07-19 | 1 | -7/+16 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Ensure Owners are included in the scope for authorized_projects | Robert Speicher | 2016-07-19 | 1 | -7/+16 |
| | |_|_|_|_|/ | |/| | | | | | |||||
* | | | | | | | Merge branch '19847-running-icon' into 'master' | Jacob Schatz | 2016-07-19 | 1 | -2/+8 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | Fix ci_status_helper_spec to look for new SVGs | Annabel Dunstone | 2016-07-19 | 1 | -2/+8 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Fix help page paths to make sure shortcuts and the UI help page work.fix-help-paths | Connor Shea | 2016-07-19 | 2 | -5/+11 |
* | | | | | | Merge branch 'rename-repo-files' into 'master' | Douwe Maan | 2016-07-19 | 1 | -0/+30 |
|\ \ \ \ \ \ | |||||
| * | | | | | | fixes commit_file test on repository_spec | tiagonbotelho | 2016-07-19 | 1 | -5/+5 |
| * | | | | | | Merge branch 'master' into rename-repo-files | tiagonbotelho | 2016-07-19 | 17 | -161/+420 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | fixes rubocop issues and implements create_commit test | tiagonbotelho | 2016-07-18 | 1 | -2/+18 |
| * | | | | | | | Merge branch 'master' into rename-repo-files | tiagonbotelho | 2016-07-18 | 93 | -1176/+2043 |
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | | | |||||
| * | | | | | | | adds test for update_file method | tiagonbotelho | 2016-07-18 | 1 | -0/+14 |
* | | | | | | | | Merge branch 'allow-deploy-key-to-download-public-projects' into 'master' | Rémy Coutable | 2016-07-19 | 1 | -11/+61 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Allow to pull code with deploy key from public projectsallow-deploy-key-to-download-public-projects | Kamil Trzcinski | 2016-07-19 | 1 | -11/+61 |
| | |_|/ / / / / | |/| | | | | | |