Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-15Refactored AkismetHelper into AkismetService and cleaned up `Spammable`Patricio Cano
2016-08-15Allow `Issue` to be submitted as spamPatricio Cano
2016-08-15Refactored spam related code even furtherPatricio Cano
2016-08-15Complete refactor of the `Spammable` concern and tests:Patricio Cano
2016-08-15Lay the ground works to submit information to AkismetPatricio Cano
2016-08-15Merge branch '20842-todos-queries-cache' into 'master' Yorick Peterse
2016-08-13Don't show new MR URL after push when it doesn't make senseDouwe Maan
2016-08-12Merge branch 'fix-namespace-deletion' into 'master' Robert Speicher
2016-08-12Recover usage of Todos counter cachePaco Guzman
2016-08-12Use event `enqueue` instead of `queue`Kamil Trzcinski
2016-08-12Merge remote-tracking branch 'origin/master' into improve-pipeline-processingKamil Trzcinski
2016-08-12Fix bug where destroying a namespace would not always destroy projectsStan Hu
2016-08-11Use state machine for pipeline event processingKamil Trzcinski
2016-08-11api for generating new merge requestScott Le
2016-08-11Merge branch 'refactor-builds-creation-service' into 'master' Rémy Coutable
2016-08-11Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski
2016-08-10New AccessRequests API endpoints for Group & ProjectRémy Coutable
2016-08-10Clean up project destructionStan Hu
2016-08-08Merge branch 'zj-enable-deploy-keys-api' into 'master' Douwe Maan
2016-08-08Namespace EnableDeployKeyService under ProjectsZ.J. van de Weg
2016-08-05Create service for enabling deploy keysZ.J. van de Weg
2016-08-04Merge branch 'fix/ha-mode-import-issue' into 'master' Rémy Coutable
2016-08-04using shared path for project import uploads and refactored gitlab remove exp...James Lopez
2016-08-03switch from diff_file_collection to diffsPaco Guzman
2016-08-03Introduce Compare model in the codebase.Paco Guzman
2016-08-03Move to Gitlab::Diff::FileCollectionPaco Guzman
2016-08-03Cache highlighted diff lines for merge requestsPaco Guzman
2016-08-01webhooks: include old revision in MR update eventsBen Boeckel
2016-07-29Properly abort a merge when merge conflicts occurStan Hu
2016-07-29Merge branch 'rubocop/enable-access-modifiers-cops' into 'master' Robert Speicher
2016-07-29Implement final review comments from @rymai.Timothy Andrew
2016-07-29Use `Gitlab::Access` to protected branch access levels.Timothy Andrew
2016-07-29Authorize user before creating/updating a protected branch.Timothy Andrew
2016-07-29Have the `branches` API work with the new protected branches data model.Timothy Andrew
2016-07-29Implement review comments from @dbalexandre.Timothy Andrew
2016-07-29Fix default branch protection.Timothy Andrew
2016-07-29Add "No One Can Push" to the protected branches UI.Timothy Andrew
2016-07-29Use the `{Push,Merge}AccessLevel` models in the UI.Timothy Andrew
2016-07-28Update to gitlab_git 10.4.1 and take advantage of preserved Ref objectsAlejandro Rodríguez
2016-07-27Merge branch 'akismet-ui-check' into 'master' Douwe Maan
2016-07-27Fix Project#to_param to keep invalid project suitable for use in URLsDouglas Barbosa Alexandre
2016-07-27Fix renaming repository when name contains invalid chars under settingsDouglas Barbosa Alexandre
2016-07-27Refactor spam validation to a concern that can be easily reused and improve l...Patricio Cano
2016-07-26Refactor `SpamCheckService` to make it cleaner and clearer.Patricio Cano
2016-07-26Submit all issues on public projects to Akismet if enabled.Patricio Cano
2016-07-24Revert "Merge branch '17073-tagscontroller-index-is-terrible-response-time-go...Alejandro Rodríguez
2016-07-22Update to gitlab_git 10.4.1 and take advantage of preserved Ref objectsAlejandro Rodríguez
2016-07-21Use find instead Ruby to remove files due to performance reasonsDouglas Barbosa Alexandre
2016-07-21Add service to clean up repository archive cacheDouglas Barbosa Alexandre
2016-07-19Merge branch 'rename-repo-files' into 'master' Douwe Maan