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 (Collapse)Author
2018-03-08Fix Error 500 when updating a projectStan Hu
If no parameters were specified for project features but Wikis were disabled, we would get "NoMethodError: undefined method `[]' for nil:NilClass". Closes #44019
2018-03-08Merge branch 'unassign-when-leaving' into 'master'Robert Speicher
Don't delete todos or unassign issues and MRs when a user leaves a project Closes #43899 See merge request gitlab-org/gitlab-ce!17615
2018-03-08Don't delete todos or unassign issues and MRs when a user leaves a projectDouwe Maan
2018-03-08Merge branch 'backport-ee-3892-to-ce' into 'master'Douwe Maan
Backport relevant changes from EE https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4827 to CE See merge request gitlab-org/gitlab-ce!17608
2018-03-07Merge branch 'bvl-allow-maintainer-to-push' into 'master'Douwe Maan
Allow maintainers to push forks of a project for branches that have open MRs Closes #22292 See merge request gitlab-org/gitlab-ce!17395
2018-03-07Backport relevant changes from EE ↵Tiago Botelho
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4827 to CE
2018-03-07Merge branch 'dz-use-less-deprecated-methods-2' into 'master'Douwe Maan
Use Project#full_name instead of name_with_namespace See merge request gitlab-org/gitlab-ce!17601
2018-03-07Use Project#source_of_merge_requests-relationBob Van Landuyt
Using the relation `Project#source_of_merge_requests` in `Ci::CreatePipelineService` That way we take advantage of all the `ActiveRecord::Relation` magic
2018-03-07Allow a user to select `allow maintainer to push`Bob Van Landuyt
When a project is not private, and the source branch not protected the user can now select the option to allow maintainers to push to this branch
2018-03-07Use Project#full_name instead of name_with_namespaceDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-03-07Merge branch 'jprovazn-api' into 'master'Sean McGivern
Add discussion API See merge request gitlab-org/gitlab-ce!17510
2018-03-07Add discussion APIJan Provaznik
* adds basic discussions API for issues and snippets * reorganizes notes specs (so same tests can be used for all noteable types - issues, MRs, snippets)
2018-03-06Merge branch 'issue_38337' into 'master'Sean McGivern
Bring one group board to CE Closes #38337 See merge request gitlab-org/gitlab-ce!17274
2018-03-06Merge branch '5029-support-cluster-metrics-ce' into 'master'Grzegorz Bizon
Refactoring changes to support cluster metrics in EE Closes #42820 See merge request gitlab-org/gitlab-ce!17336
2018-03-06Merge branch 'master' into 'issue_38337'Felipe Artur
# Conflicts: # app/models/group.rb # db/schema.rb
2018-03-06Merge branch 'proper-fix-for-artifacts-service' into 'master'Grzegorz Bizon
Add archive feature to trace Closes #43022 and gitlab-ee#4170 See merge request gitlab-org/gitlab-ce!17314
2018-03-06Merge branch '29130-api-project-export' into 'master'Sean McGivern
Resolve "API endpoint for exporting project" Closes #29130 See merge request gitlab-org/gitlab-ce!15860
2018-03-06Merge remote-tracking branch 'upstream/master' into ↵Pawel Chojnacki
5029-support-cluster-metrics-ce # Conflicts: # spec/models/clusters/applications/prometheus_spec.rb
2018-03-06Add rake task. Adopt the latest fix. Drop CreateTraceArtifactServiceShinya Maeda
2018-03-06Introduce FailedToExtractError. Fix spec. Add DNS test mock.Shinya Maeda
2018-03-06Add empty line after custom error difinitionShinya Maeda
2018-03-06Fix commentShinya Maeda
2018-03-06Rework to minimize changesShinya Maeda
2018-03-06Merge branch 'sh-fix-issue-43871-system-hooks' into 'master'Robert Speicher
Don't error out in system hook if user has `nil` datetime columns Closes #43871 See merge request gitlab-org/gitlab-ce!17543
2018-03-06Don't error out in system hook if user has `nil` datetime columnsStan Hu
Deleting a user would fail in the system hooks if the user had `nil` column in `datetime` or `updated_at` fields. Closes #43871
2018-03-05review: rename import_export to import_export_sharedTravis Miller
2018-03-05Implemente Prometheus:AdapterServicePawel Chojnacki
2018-03-05Projects and groups badges APIFrancisco Javier López
2018-03-05Merge branch 'wip-slash-command-on-mr-description' into 'master'Rémy Coutable
New `/wip` quick action on MR creation Closes #26848 See merge request gitlab-org/gitlab-ce!17463
2018-03-05Rename quick actions handlerOswaldo Ferreira
2018-03-03Bring one group board to CEFelipe Artur
2018-03-02Fix quick actions for users who cannot update issues and MRsSean McGivern
There are several quick actions now that don't need this access - /todo and /unsubscribe for instance - but when these were first added, there weren't. Quick actions are now responsible for checking their own permissions.
2018-03-01Merge branch '42643-persist-external-ip-of-ingress-controller-gke' into 'master'Kamil Trzciński
Display ingress IP address in the Kubernetes page See merge request gitlab-org/gitlab-ce!17052
2018-03-01Move wip handling to MergeRequest::BaseServiceOswaldo Ferreira
2018-03-01/wip slash command on MR creationAdam Pahlevi
change to symbol add complete changelog add test for /wip unwip as sym test for work in progress separate from issuable
2018-03-01Merge branch 'dz-system-hooks-plugins' into 'master'Douwe Maan
Add ability to use external plugins as system hooks See merge request gitlab-org/gitlab-ce!17003
2018-03-01review: instantiate shared import/export object in project methodTravis Miller
2018-03-01Add project export API implementationTravis Miller
2018-02-28Merge branch '4826-create-empty-wiki-when-it-s-enabled' into 'master'Stan Hu
Make sure wiki exists when it's enabled See merge request gitlab-org/gitlab-ce!17117
2018-02-27Improve Member servicesRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-02-27Remove explicit audit event log in MembershipActionsRémy Coutable
Move it to Members::ApproveAccessRequestService. Also, note that there was a double audit event log for access request destruction. Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-02-27Merge branch 'slash-commands-changes-for-chatops' into 'master'Kamil Trzciński
Expose ChatName objects to slash commands See merge request gitlab-org/gitlab-ce!17295
2018-02-26Allow to find labels in ancestor groups and better group support in label ↵Jan Provaznik
service
2018-02-26Redesign plugins systemDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-02-26Remove plugin initializer and add plugins:validate rake taskDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-02-26Add external plugins support to extend system hooksDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-02-26Make sure wiki exists when it's enabledValery Sizov
2018-02-25Increase lease timeout for CheckIngressIpAddressService to reduce polling ↵Dylan Griffith
frequency (#42643)
2018-02-24Merge branch 'minimal-fix-for-artifacts-service' into 'master'Grzegorz Bizon
Minimal fix for artifacts service Closes #43022 See merge request gitlab-org/gitlab-ce!17313
2018-02-23Revert "Revert "Use Dir.mktmpdir""Shinya Maeda
This reverts commit 34e16110e0fbe29c40fe984d4715ca5dcdaef508.