summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Check if user can read issue before being assignedissue_22664Felipe Artur2016-12-279-10/+156
* Fix issuable assignee update bug when previous assignee is nullFelipe Artur2016-12-201-0/+20
* Improve specs for Files API4269-public-files-apiRémy Coutable2016-12-203-34/+61
* Allow unauthenticated access to Repositories Files API GET endpointsRémy Coutable2016-12-201-11/+26
* Merge branch '4269-public-repositories-api' into 'master' Sean McGivern2016-12-202-131/+395
|\
| * Improve specs for Repositories API4269-public-repositories-apiRémy Coutable2016-12-202-113/+265
| * Allow Repositories API GET endpoints to be requested anonymouslyRémy Coutable2016-12-191-82/+194
* | Merge branch 'project-authorizations-diff' into 'master' Nick Thomas2016-12-203-12/+212
|\ \
| * | Smarter refreshing of authorized projectsproject-authorizations-diffYorick Peterse2016-12-193-12/+212
* | | Merge branch 'fix_team_member_expiration_date_spec' into 'master' Grzegorz Bizon2016-12-201-2/+2
|\ \ \
| * | | Fix member with expiration date feature specfix_team_member_expiration_date_specFelipe Artur2016-12-191-2/+2
* | | | Merge branch 'move-admin-projects-spinach-tests-to-rspec' into 'master' Rémy Coutable2016-12-201-8/+91
|\ \ \ \
| * | | | Move admin projects spinach tests to rspecSemyon Pupkov2016-12-191-8/+91
| | |/ / | |/| |
* | | | Merge branch '22348-gitea-importer' into 'master' Rémy Coutable2016-12-2014-397/+944
|\ \ \ \
| * | | | Add Project#gitea_import?22348-gitea-importerRémy Coutable2016-12-192-1/+13
| * | | | Namespace access token session key in `Import::GithubController`Rémy Coutable2016-12-194-18/+18
| * | | | Reduce duplication for GitHubish import status viewRémy Coutable2016-12-191-10/+23
| * | | | Improve Gitlab::ImportSourcesRémy Coutable2016-12-191-0/+94
| * | | | Modify GithubImport to support GiteaRémy Coutable2016-12-1910-183/+358
| * | | | Rename Gogs to Gitea, DRY the controller and improve viewsRémy Coutable2016-12-196-208/+461
* | | | | Merge branch '22864-kubernetes-deploy-with-terminal' into 'master' Kamil Trzciński2016-12-2012-34/+601
|\ \ \ \ \
| * | | | | Add terminal UI and controller actionsFatih Acet2016-12-194-3/+68
| * | | | | Add terminals to the Kubernetes deployment serviceNick Thomas2016-12-197-31/+335
| * | | | | Add a ReactiveCaching concern for use in the KubernetesServiceNick Thomas2016-12-193-0/+198
* | | | | | Merge branch '25848-fix-git-rev-list-env-parsing' into 'master' Sean McGivern2016-12-201-0/+7
|\ \ \ \ \ \
| * | | | | | Reject blank environment vcariables in Gitlab::Git::RevList25848-fix-git-rev-list-env-parsingRémy Coutable2016-12-201-0/+7
* | | | | | | Merge branch 'zj-kamil-slack-slash-commands' into 'master' Grzegorz Bizon2016-12-2019-167/+260
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix specszj-kamil-slack-slash-commandsKamil Trzcinski2016-12-191-22/+14
| * | | | | | Improve after feedbackKamil Trzcinski2016-12-194-14/+16
| * | | | | | Fix previously reverted spec failuresKamil Trzcinski2016-12-197-47/+47
| * | | | | | Fix failuresKamil Trzcinski2016-12-181-1/+1
| * | | | | | Fix spec failuresKamil Trzcinski2016-12-183-3/+4
| * | | | | | Remove not related spec changesKamil Trzcinski2016-12-186-43/+43
| * | | | | | Added slack slash commands frontend help wellLuke "Jared" Bennett2016-12-181-0/+48
| * | | | | | Use Slack::Notifier::LinkFormatter to convert markdown links to slack compatKamil Trzcinski2016-12-167-23/+42
| * | | | | | Fix SlackSlashCommands testsKamil Trzcinski2016-12-165-115/+124
| * | | | | | Create Slack Slash command serviceZ.J. van de Weg2016-12-167-45/+67
* | | | | | | Merge branch 'fix-forbidden-for-build-api-for-deleted-project' into 'master' Grzegorz Bizon2016-12-201-2/+18
|\ \ \ \ \ \ \
| * | | | | | | Spaces around literal hashLin Jen-Shin2016-12-191-2/+2
| * | | | | | | Just set the status rather than calling eventLin Jen-Shin2016-12-191-5/+2
| * | | | | | | Define actions in let so that it could be overriddenLin Jen-Shin2016-12-191-10/+13
| * | | | | | | Delete the project when building the buildLin Jen-Shin2016-12-191-10/+7
| * | | | | | | Merge remote-tracking branch 'upstream/master' into fix-forbidden-for-build-a...Lin Jen-Shin2016-12-19133-491/+2989
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Give forbidden if project for the build was deletedLin Jen-Shin2016-12-151-0/+19
* | | | | | | | Merge branch 'dz-fix-route-rename' into 'master' Douglas Barbosa Alexandre2016-12-191-3/+5
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Fix Route#rename_children behaviordz-fix-route-renameDmitriy Zaporozhets2016-12-191-3/+5
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'bb-wiki-import' into 'master' Douglas Barbosa Alexandre2016-12-193-4/+60
|\ \ \ \ \ \ \
| * | | | | | | Add Wiki import to BB importerValery Sizov2016-12-193-4/+60
* | | | | | | | Merge branch 'ldap_maint_task' into 'master' Nick Thomas2016-12-191-0/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | Add LDAP task to rename a providerDrew Blessing2016-12-161-0/+13
| | |_|_|/ / / / | |/| | | | | |