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-06-11Don't use Gitlab::Utils.nlbr in Gitlab::GitJacob Vosmaer (GitLab)
2018-06-08Add more logging before a project is destroyedStan Hu
This adds a simple log message but also allows EE to insert database events within the transaction (https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6059/diffs).
2018-06-08Resolve "Automatically created MR uses wrong target branch (when branching ↵Athar Hameed
from Tag)"
2018-06-07Backport of "Add assignee lists to boards"Mario de la Ossa
2018-06-07Make request argument required for Applications::CreateServiceDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-06-06Support LFS objects when creating a project by importFrancisco Javier López
2018-06-06Merge branch '42751-rename-master-to-maintainer' into 'master'Sean McGivern
Resolve "Rename the `Master` role to `Maintainer`" Closes #42751 See merge request gitlab-org/gitlab-ce!19080
2018-06-06Don't update/create projects errors were addedBob Van Landuyt
This could be done when a block is passed in EE.
2018-06-06Merge branch 'live-trace-v2-persist-data' into 'master'Kamil Trzciński
Live trace: Rescue stale live trace See merge request gitlab-org/gitlab-ce!18680
2018-06-06lock permissionMark Chao
2018-06-06Simplify error message handling in Projects::CreateServiceStan Hu
There's no need to add a redundant message to the errors if the model is invalid. This cleans up the message as well for the importer.
2018-06-06Fix specs for exclusive leaseShinya Maeda
2018-06-05Merge branch 'ce-6021-extract-ee-services' into 'master'Rémy Coutable
Backport changes in some EE service objects See merge request gitlab-org/gitlab-ce!19119
2018-06-05Merge branch '42751-rename-mr-maintainer-push' into 'master'Robert Speicher
Rephrase Merge Request Maintainer Edit See merge request gitlab-org/gitlab-ce!19061
2018-06-05Merge branch ↵Kamil Trzciński
'46452-nomethoderror-undefined-method-previous_changes-for-nil-nilclass' into 'master' Resolve "NoMethodError: undefined method `previous_changes' for nil:NilClass" Closes #46452 See merge request gitlab-org/gitlab-ce!19190
2018-06-05Use nullcheck operator instead of checking for nullMatija Čupić
2018-06-05Merge branch 'optimise-pages-service-calling' into 'master'Grzegorz Bizon
Optimise pages service calling See merge request gitlab-org/gitlab-ce!19388
2018-06-05Merge branch 'rs-projects-update-service-parity' into 'master'Rémy Coutable
Bring CE-EE parity to app/services/projects/update_service.rb See merge request gitlab-org/gitlab-ce!19117
2018-06-05Remove PagesService and instead make it explicit that we call PagesWorkerKamil Trzciński
2018-06-05Merge branch '36862-subgroup-milestones' into 'master'Sean McGivern
Include all ancestors milestones in json list & autocomplete Closes #36862 See merge request gitlab-org/gitlab-ce!19317
2018-06-04Backport changes in app/services/application_settings/update_service.rbMario de la Ossa
2018-06-04Yield to an optional block in Projects::UpdateServiceRobert Speicher
See https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/5825#note_75764799
2018-06-04Bring CE-EE parity to app/services/projects/update_service.rbRobert Speicher
2018-06-04Include all ancestors milestones in json list & autocompleteJarka Kadlecová
2018-06-03Backport changes in app/services/applications/create_service/rbMario de la Ossa
2018-06-03Backport changes in app/services/test_hooks/project_service.rbMario de la Ossa
2018-06-01Remove ambiguity in Group class causing build failuresStan Hu
https://gitlab.com/gitlab-org/gitlab-ce/-/jobs/71887977 was failing due to confusion between Ci::Group and Group. https://gitlab.com/gitlab-org/gitlab-ce/-/jobs/71887977
2018-06-01Resolve "Update `updated_at` on an issue/mr on every issue/mr changes"🙈 jacopo beschi 🙉
2018-06-01Merge branch '46010-add-more-validations-for-runners-and-runner-type' into ↵Kamil Trzciński
'master' Improve validations for Ci::Runner#runner_type See merge request gitlab-org/gitlab-ce!18901
2018-06-01Add validation to webhook and service URLs to ensure they are not blocked ↵Francisco Javier López
because of SSRF
2018-06-01Merge branch '46487-add-support-for-jupyter-in-gitlab-via-kubernetes' into ↵Dmitriy Zaporozhets
'master' Resolve "Add support for Jupyter in GitLab via Kubernetes" Closes #46487 See merge request gitlab-org/gitlab-ce!19019
2018-06-01Merge branch 'rails5-flatten' into 'master'Grzegorz Bizon
Fix project team members count Closes #46283 See merge request gitlab-org/gitlab-ce!19195
2018-06-01Rephrase "maintainer" to more precise "members who can merge to the target ↵Mark Chao
branch" "Maintainer" will be freed to be used for #42751
2018-05-31Merge branch 'rails5-exists-query' into 'master'Yorick Peterse
Replace `.exists` with `EXISTS ()` Closes #46277 See merge request gitlab-org/gitlab-ce!19178
2018-05-31Fix `register_job_service_spec` failuresKamil Trzciński
2018-05-31Fix weird Rails bug that leads to `runner_id=null` in SQL queryKamil Trzciński
2018-05-31Fix weird Rails bug that leads to `runner_id=null` in SQL queryDylan Griffith
2018-05-30Merge remote-tracking branch 'origin/master' into ↵Dmitriy Zaporozhets
46487-add-support-for-jupyter-in-gitlab-via-kubernetes
2018-05-30Merge branch 'blackst0ne-squash-and-merge-in-gitlab-core-ce' into 'master'Phil Hughes
Resolve "Squash and merge in GitLab Core (CE)" Closes #34591 See merge request gitlab-org/gitlab-ce!18956
2018-05-29Merge branch 'sh-batch-dependent-destroys' into 'master'Robert Speicher
Fix project destruction failing due to idle in transaction timeouts Closes #44610 See merge request gitlab-org/gitlab-ce!18609
2018-05-29Merge branch '46758-fallout-of-cacheable-attribute' into 'master'Douwe Maan
Ensure ApplicationSetting#performance_bar_allowed_group_id is properly set when retrieved from cache Closes #46758 See merge request gitlab-org/gitlab-ce!19144
2018-05-29Add 'squash and rebase' feature to CEblackst0ne
2018-05-29Fix project team members countJan Provaznik
In Rails 5 `project.team.members` returns a CollectionProxy instead of array, which causes that `.flatten` fails. Although we could update the call to get distinct count directly with sql query, in this case it's better to re-use the list of members which is being loaded anyway.
2018-05-29Ensure ApplicationSetting#performance_bar_allowed_group_id is properly set ↵Rémy Coutable
when retrieved from cache Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-05-28Add check for nil auto_devops in Projects::UpdateServiceMatija Čupić
2018-05-28Replace `.exists` with `EXISTS ()`Jan Provaznik
`.exists` should not be used because it's an internal ActiveRecord method, but we can easily generate the same sql query with `EXISTS`.
2018-05-26Merge remote-tracking branch 'origin/master' into ↵Dennis Tang
38759-fetch-available-parameters-directly-from-gke-when-creating-a-cluster
2018-05-25Add support for Jupyter in GitLab via KubernetesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-05-25Merge branch 'rs-projects-destroy-service-parity' into 'master'Rémy Coutable
Bring CE-EE parity to app/services/projects/destroy_service.rb See merge request gitlab-org/gitlab-ce!19111
2018-05-25Fix project destruction failing due to idle in transaction timeoutsStan Hu
When deleting associated records, Rails loads all associations into memory (https://github.com/rails/rails/issues/22510) before destroying them. This can cause a surge in memory and cause destruction of objects to fail due to idle in transaction database timeouts. This fix is inspired from https://github.com/thisismydesign to destroy `has_many` relationships in batches. Closes #44610