summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into auto-pipelines-vueGrzegorz Bizon2016-12-2168-489/+1490
|\
| * Merge branch 'fix/25843' into 'master' Sean McGivern2016-12-201-2/+2
| |\
| | * Rename MattermostNotificationService back to MattermostServicefix/25843Douglas Barbosa Alexandre2016-12-201-1/+1
| | * Rename SlackNotificationService back to SlackServiceDouglas Barbosa Alexandre2016-12-201-1/+1
| * | Allow unauthenticated access to Repositories Files API GET endpointsRémy Coutable2016-12-201-2/+0
| * | Merge branch '4269-public-repositories-api' into 'master' Sean McGivern2016-12-201-6/+0
| |\ \ | | |/ | |/|
| | * Allow Repositories API GET endpoints to be requested anonymouslyRémy Coutable2016-12-191-6/+0
| * | Merge branch '25678-remove-user-build' into 'master' Rémy Coutable2016-12-201-1/+1
| |\ \
| | * | remove build_user from model UserArsenev Vladislav2016-12-181-1/+1
| * | | Merge branch '22348-gitea-importer' into 'master' Rémy Coutable2016-12-2010-147/+177
| |\ \ \
| | * | | Add Project#gitea_import?22348-gitea-importerRémy Coutable2016-12-192-4/+4
| | * | | Improve Gitlab::ImportSourcesRémy Coutable2016-12-191-12/+28
| | * | | Modify GithubImport to support GiteaRémy Coutable2016-12-197-141/+143
| | * | | Rename Gogs to Gitea, DRY the controller and improve viewsRémy Coutable2016-12-194-66/+3
| | * | | Gogs ImporterKim "BKC" Carlbäcker2016-12-1910-21/+96
| | | |/ | | |/|
| * | | Merge branch '22864-kubernetes-deploy-with-terminal' into 'master' Kamil Trzciński2016-12-202-0/+93
| |\ \ \
| | * | | Add terminals to the Kubernetes deployment serviceNick Thomas2016-12-192-0/+93
| * | | | Merge branch '25848-fix-git-rev-list-env-parsing' into 'master' Sean McGivern2016-12-201-2/+2
| |\ \ \ \
| | * | | | Reject blank environment vcariables in Gitlab::Git::RevList25848-fix-git-rev-list-env-parsingRémy Coutable2016-12-201-2/+2
| * | | | | Merge branch 'zj-kamil-slack-slash-commands' into 'master' Grzegorz Bizon2016-12-205-12/+23
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Improve after feedbackKamil Trzcinski2016-12-193-30/+9
| | * | | | Fix RubocopKamil Trzcinski2016-12-181-2/+2
| | * | | | Use Slack::Notifier::LinkFormatter to convert markdown links to slack compatKamil Trzcinski2016-12-162-23/+4
| | * | | | Fix SlackSlashCommands testsKamil Trzcinski2016-12-161-1/+1
| | * | | | Fix specsKamil Trzcinski2016-12-162-5/+10
| | * | | | Render format dependent linksKamil Trzcinski2016-12-163-97/+113
| | * | | | Use Slack compatible syntaxKamil Trzcinski2016-12-161-4/+4
| | * | | | Rename Mattermost::Presenter to PresenterKamil Trzcinski2016-12-162-131/+133
| | * | | | Create Slack Slash command serviceZ.J. van de Weg2016-12-163-1/+29
| * | | | | Merge branch 'fix-forbidden-for-build-api-for-deleted-project' into 'master' Grzegorz Bizon2016-12-202-15/+19
| |\ \ \ \ \
| | * | | | | Use a block to insert extra check for authenticate_build!fix-forbidden-for-build-api-for-deleted-projectLin Jen-Shin2016-12-201-3/+6
| | * | | | | Prefer unless over if notLin Jen-Shin2016-12-191-1/+1
| | * | | | | Use a separate method to skip validationLin Jen-Shin2016-12-192-3/+8
| | * | | | | Merge remote-tracking branch 'upstream/master' into fix-forbidden-for-build-a...Lin Jen-Shin2016-12-1955-303/+1361
| | |\ \ \ \ \
| | * | | | | | Give forbidden if project for the build was deletedLin Jen-Shin2016-12-152-15/+11
| * | | | | | | Merge branch 'bb-wiki-import' into 'master' Douglas Barbosa Alexandre2016-12-193-1/+25
| |\ \ \ \ \ \ \
| | * | | | | | | Add Wiki import to BB importerValery Sizov2016-12-193-1/+25
| * | | | | | | | Merge branch 'ldap_maint_task' into 'master' Nick Thomas2016-12-191-0/+40
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| | * | | | | | | Add LDAP task to rename a providerDrew Blessing2016-12-161-0/+40
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge branch 'fix-yaml-variables' into 'master' Grzegorz Bizon2016-12-192-1/+28
| |\ \ \ \ \ \ \
| | * | | | | | | Keep the value type for YAML variablesLin Jen-Shin2016-12-192-2/+1
| | * | | | | | | Just implement it in the blockLin Jen-Shin2016-12-191-9/+5
| | * | | | | | | Merge branch 'master' into fix-yaml-variablesLin Jen-Shin2016-12-1948-293/+1290
| | |\ \ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | |
| | * | | | | | | Rename to Gitlab::Serialize::Ci::VariablesLin Jen-Shin2016-12-162-31/+32
| | * | | | | | | Just use YAML.safe_load and assume the formatLin Jen-Shin2016-12-151-23/+3
| | * | | | | | | Strictly check the type loaded from YAMLLin Jen-Shin2016-12-151-3/+24
| | * | | | | | | Convert CI YAML variables keys into stringsLin Jen-Shin2016-12-152-1/+31
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | Merge branch 'fix/import-export-mr-error' into 'master' Rémy Coutable2016-12-191-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | Fix MR issue to do with merge userJames Lopez2016-12-191-1/+1
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | Fix for missing service when importing from EE to CEfix/import-export-ee-servicesJames Lopez2016-12-192-1/+8
| | |_|_|_|/ / | |/| | | | |