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
2019-09-18Add latest changes from gitlab-org/gitlab@12-3-auto-deploy-20190916stable-branch-foss-testGitLab Bot
2019-09-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-07Allow to load ECDSA certificates for pages domainsVladimir Shushlin
Just replace RSA.new with PKey.read
2019-09-05CE port for pipelines for external pull requestsFabio Pitino
Detect if pipeline runs for a GitHub pull request When using a mirror for CI/CD only we register a pull_request webhook. When a pull_request webhook is received, if the source branch SHA matches the actual head of the branch in the repository we create immediately a new pipeline for the external pull request. Otherwise we store the pull request info for when the push webhook is received. When using "only/except: external_pull_requests" we can detect if the pipeline has a open pull request on GitHub and create or not the job based on that.
2019-09-03Added relationships between Release and MilestoneEtienne Baqué
Modified schema via migrations. Added one-to-one relationship between the two models. Added changelog file
2019-08-31Limit access request email to 10 most recently active owners/maintainersManoj MJ
This change limits the number of emails for new access requests notifications to 10 most recently active owners/maintainers
2019-08-27Use `stub_full_request` to fix spec failureHeinrich Lee Yu
Also change test URL sequest to .test TLD
2019-08-27Updated call to find deploy tokenEtienne Baqué
2019-08-25Backport expired job artifact traitGabriel Mazetto
2019-08-19Merge branch '39-count-unique-users-for-more-accurate-smau-reporting' into ↵Nick Thomas
'master' Allow UsageData.count to use count_by: See merge request gitlab-org/gitlab-ce!30770
2019-08-17Merge branch 'legacy-attachments-migrate-fix' into 'master'Michael Kozono
Migrate legacy uploads rake tasks See merge request gitlab-org/gitlab-ce!29409
2019-08-16Merge branch 'mc/feature/pipeline-tracking-config-ce' into 'master'Kamil Trzciński
Add `needs:` CI config option CE Closes gitlab-ee#12334 See merge request gitlab-org/gitlab-ce!31346
2019-08-16Add rake tasks for migrating leacy uploadsJarka Košanová
- move uploads created by AttachmentUploader - handle also files created for legacy_diff_notes
2019-08-15Allow disabling group/project email notificationsBrett Walker
- Adds UI to configure in group and project settings - Removes notification configuration for users when disabled at group or project level
2019-08-09Merge branch 'master' into sh-break-out-invited-group-membersStan Hu
2019-08-08Final removal of KubernetesServiceTiger
Creating new records has been disabled, and all existing records been migrated to clusters as of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/28534
2019-08-07Merge branch 'master' into sh-break-out-invited-group-membersStan Hu
2019-08-07Use separate Kubernetes namespaces per environmentTiger Watson
Kubernetes deployments on new clusters will now have a separate namespace per project environment, instead of sharing a single namespace for the project. Behaviour of existing clusters is unchanged. All new functionality is controlled by the :kubernetes_namespace_per_environment feature flag, which is safe to enable/disable at any time.
2019-08-05Merge branch 'explicit-helm-factory-certs' into 'master'Michael Kozono
Use stubbed key and certificate in Helm factory See merge request gitlab-org/gitlab-ce!31169
2019-08-05Make it easier to find invited group membersStan Hu
We had a number of team members struggle to find invited members of a group. Searching for the e-mail address did not work because search only works with members with user accounts. This commit changes two things: 1. Breaks out the invited members into a separate table. 2. Adds search capability for the invited members. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/61948
2019-08-04Port changes from EEMatija Čupić
Ports changes from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/12343
2019-08-01Merge branch 'ce-docker_image_replication' into 'master'Douglas Barbosa Alexandre
Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3809 See merge request gitlab-org/gitlab-ce!31375
2019-08-01Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3809Valery Sizov
Introducing Docker Registry replication
2019-08-01Add support for DAGKamil Trzciński
This implements the support for `needs:` keyword as part of GitLab CI. That makes some of the jobs to be run out of order.
2019-08-01Use stubbed certificate and key in Helm factoryTiger
2019-07-30Remove typo from factory nameJoão Cunha
- the typo in this factory name was precluding us from properly creating dynamic code to remove duplciation.
2019-07-29Add Job specific variablesMatija Čupić
Adds Job specific variables to facilitate specifying variables when running manual jobs.
2019-07-26Add frozen_string_literal to spec/factoriesThong Kuah
Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
2019-07-24LFS export records repository_type dataLuke Duncalfe
A project can have the same `LfsObject` linked with up to three `LfsObjectsProject` records. Each of these records would be for a different repository, recorded in the `repository_type` property. The different repositories at time of writing are "project", "wiki", and "design". See https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13894 This change exports the list of `repository_type`s as a JSON mapping of oid => repository_types, which are imported to recreate the correct `LfsObjectsProject` records. https://gitlab.com/gitlab-org/gitlab-ee/issues/11090
2019-07-22Merge branch 'group_with_cluster_factory' into 'master'Robert Speicher
Adds cluster_for_group factory for convenience See merge request gitlab-org/gitlab-ce!30826
2019-07-22Validate certificate chain only if it's changedVladimir Shushlin
This validation prevents the domain from being saved from the UI e.g. when user tries to enable Let's Encrypt integration
2019-07-20Make subgroup_creation_level default to maintainer at SQL levelFabio Papa
- Migration updates existing groups to "owner", then sets default to "maintainer" so that new groups will default to that - Update spec examples
2019-07-20Add examples specing the setting to choose who can create subgroupsFabio Papa
This setting is at the group level only. The default is specified to be maintainers and owners. **Specs only**, all failing.
2019-07-19Make subgroup_creation_level default to maintainer at SQL levelFabio Papa
- Migration updates existing groups to "owner", then sets default to "maintainer" so that new groups will default to that - Update spec examples
2019-07-19Add examples specing the setting to choose who can create subgroupsFabio Papa
This setting is at the group level only. The default is specified to be maintainers and owners. **Specs only**, all failing.
2019-07-19Make subgroup_creation_level default to maintainer at SQL levelFabio Papa
- Migration updates existing groups to "owner", then sets default to "maintainer" so that new groups will default to that - Update spec examples
2019-07-19Add examples specing the setting to choose who can create subgroupsFabio Papa
This setting is at the group level only. The default is specified to be maintainers and owners. **Specs only**, all failing.
2019-07-19Make subgroup_creation_level default to maintainer at SQL levelFabio Papa
- Migration updates existing groups to "owner", then sets default to "maintainer" so that new groups will default to that - Update spec examples
2019-07-19Add examples specing the setting to choose who can create subgroupsFabio Papa
This setting is at the group level only. The default is specified to be maintainers and owners. **Specs only**, all failing.
2019-07-19Make subgroup_creation_level default to maintainer at SQL levelFabio Papa
- Migration updates existing groups to "owner", then sets default to "maintainer" so that new groups will default to that - Update spec examples
2019-07-19Add examples specing the setting to choose who can create subgroupsFabio Papa
This setting is at the group level only. The default is specified to be maintainers and owners. **Specs only**, all failing.
2019-07-19Make subgroup_creation_level default to maintainer at SQL levelFabio Papa
- Migration updates existing groups to "owner", then sets default to "maintainer" so that new groups will default to that - Update spec examples
2019-07-19Add examples specing the setting to choose who can create subgroupsFabio Papa
This setting is at the group level only. The default is specified to be maintainers and owners. **Specs only**, all failing.
2019-07-19Adds cluster_for_group factory for convienenceThong Kuah
Also means we don't have to resort to an update statement to set parent for child groups who also have clusters. This is much shorter than ``` create(:cluster, :provided_by_gcp, :group, groups: [group]) ```
2019-07-18New GroupMember.of_ldap_type scopeAsh McKenzie
2019-07-17Fix factory default for pages_access_levelVladimir Shushlin
Pages access level currently depends on project visibilty which is ignored by factory, this commit fixes that
2019-07-16Simplify factories for servicesJarka Košanová
- use predefined factories when creating projects with services - remove unnecessary arguments
2019-07-14Remove an extra whitespace in test filesTakuya Noguchi
Partial CE backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10565 Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-07-11Make sure all specs run properlyJarka Košanová
- handling properties needs to be skipped when creating test records in order to test the legacy data