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-06CE-specific changes to allow exporting Design dataLuke Duncalfe
Moving a group of shared_examples from project_tree_restorer_spec to its own file in spec/support/shared_examples in order for these examples to be reused in an EE-specific test. https://gitlab.com/gitlab-org/gitlab-ee/issues/11090
2019-09-06Move import_export test fixtures to spec/fixturesLuke Duncalfe
2019-09-06Merge branch 'doc-update-database-load-balancing-log-docs' into 'master'Evan Read
Update docs for database load balancing logs See merge request gitlab-org/gitlab-ce!32535
2019-09-06Update docs for database load balancing logsHordur Freyr Yngvason
The database load balancing docs had some mention of the logs that needed to be updated, and the logs doc had an absolute link to gitlab.com instead of a relative link to a markdown file.
2019-09-06Merge branch '66467-enable-error-tracking-only-user-can-read-sentry-logs' ↵Clement Ho
into 'master' Display `more information` docs link on error tracking page when users do not have permissions to enable that feature See merge request gitlab-org/gitlab-ce!32365
2019-09-06If user can't activate error tracking display a learn more button pointingManeschi Romain
to doc
2019-09-06Merge branch 'mc-refactors-rack-attack-requests-spec' into 'master'Stan Hu
Refactors rack attack requests spec See merge request gitlab-org/gitlab-ce!32708
2019-09-06Refactors rack attack requests specMayra Cabrera
* Creates a shared_examples files under shared_examples/requests * Moves web specs into the shared examples file * Moves let definitions to the block that uses them
2019-09-06Merge branch 'update-text-on-import-and-mirroring-forms' into 'master'Stan Hu
Update text on project import and mirroring forms See merge request gitlab-org/gitlab-ce!32567
2019-09-06Update text on project import and mirroring formsAdam Hegyi
2019-09-05Merge branch 'fix-tmp-gitignore' into 'master'Robert Speicher
Fix Git ignore rules for tmp/, shared/, and plugins/ See merge request gitlab-org/gitlab-ce!32589
2019-09-05Merge branch 'group_level_jupyterhub' into 'master'Robert Speicher
Group level JupyterHub See merge request gitlab-org/gitlab-ce!32512
2019-09-05Merge branch 'instance-level-security-dashboard-ce' into 'master'Mike Greiling
Adds route for instance level security dashboard See merge request gitlab-org/gitlab-ce!32548
2019-09-05Adds route for instance level security dashboardMark Florian
2019-09-05Merge branch 'add-approval-status-field-lm-ce' into 'master'Rémy Coutable
Extend License Compliance entity for Pipelines and MR view See merge request gitlab-org/gitlab-ce!32709
2019-09-05Extend License Compliance entity for Pipelines and MR viewCan Eldem
2019-09-05Merge branch 'dag-setup-test-env' into 'master'Rémy Coutable
DAG changes for setup-test-env and review-deploy See merge request gitlab-org/gitlab-ce!32366
2019-09-05Merge branch 'danger-review-pipeline' into 'master'Rémy Coutable
Add Danger Roulette rules for pipeline files See merge request gitlab-org/gitlab-ce!32616
2019-09-05Merge branch '67037-user-content-gitlab-static-net-brings-back-404-only' ↵Sean McGivern
into 'master' Resolve "user-content.gitlab-static.net brings back 404 only" See merge request gitlab-org/gitlab-ce!32703
2019-09-05Merge branch 'update-issue-template-for-permissions' into 'master'Achilleas Pipinellis
Add note about updating permissions See merge request gitlab-org/gitlab-ce!32700
2019-09-05Add note about updating permissionsTetiana Chupryna
2019-09-05Merge branch 'update_user_group_name' into 'master'Achilleas Pipinellis
Update user permission group name Closes #65975 See merge request gitlab-org/gitlab-ce!32321
2019-09-05Merge branch 'issue-32741' into 'master'Kamil Trzciński
Interruptible builds for redundant pipelines See merge request gitlab-org/gitlab-ce!23464
2019-09-05New interruptible attribute supported in YAML parsing.Cédric Tabin
Since it is not possible to dynamically detect if a job is automatically cancellable or not, a this new attribute is necessary. Moreover, it let the maintainer of the repo to adjust the behaviour of the auto cancellation feature to match exactly what he needs.
2019-09-05Set asset_proxy_whitelist default to gitlab hostBrett Walker
2019-09-05Add Danger Roulette rules for pipeline filesKyle Wiebers
2019-09-05Add DAG to setup-test-env jobs and review-cng-base to speed up pipelineKyle Wiebers
Add needs for all jobs which require setup-test-env and move review-build-cng to additional stage review-prepare to decrease wait time for jobs in pipeline
2019-09-05Merge branch 'docs-markdown-guidelines' into 'master'Marcia Ramos
Update doc guidelines with markdownlint info See merge request gitlab-org/gitlab-ce!32273
2019-09-05Adjust markdown linting guidelinesMarcel Amirault
Move details of markdownlint mostly to the documentation index for a SSoT, and link apropriately
2019-09-05Merge branch 'ashmckenzie/provide_gl-type_to_gitlab_shell' into 'master'Nick Thomas
Extract /internal/allowed API Actor logic out See merge request gitlab-org/gitlab-ce!31564
2019-09-05Merge branch '10395-require-code-owner-approval-on-pushes' into 'master'Nick Thomas
EE->CE: Structure for "Require code owner approval on pushes" See merge request gitlab-org/gitlab-ce!32607
2019-09-05Add structure to support EE feature of COARKerri Miller
These are the structural changes for supporting the EE feature of moving "code_owner_approval_required" state from existing on a project to being on the protected branches individually, allowing for CODEOWNER validation on push events.
2019-09-05Merge branch 'mh/wait-for-requests' into 'master'Paul Slaughter
Add helper to wait for axios requests in frontend tests Closes #60972 See merge request gitlab-org/gitlab-ce!30887
2019-09-05Add helpers to wait for axios requestsMartin Hanzel
Add two methods to the axios_utils Jest mock: - `waitFor(url)`, which returns a Promise that resolves when the next request to `url` finishes. - `waitForAll()`, which returns a Promise that resolves when all pending requests finish.
2019-09-05Merge branch 'ce-xanf-migrate-clientside-spec-to-jest' into 'master'Paul Slaughter
Resolve "Migrate spec/javascripts/ide/components/preview/clientside_spec.js to Jest" See merge request gitlab-org/gitlab-ce!32294
2019-09-05Refactored spec to Jest for clientside_specIllya Klymov
2019-09-05Merge branch 'refactor_new_migration_helpers' into 'master'Andreas Brandl
Refactor new undo_cleanup_concurrent_column_rename migration helper See merge request gitlab-org/gitlab-ce!32343
2019-09-05Refactor new undo_* methodsReuben Pereira
- Move code for creating a new column from old into a function so that it can be reused. - Also add comments above the methods.
2019-09-05Merge branch ↵Peter Leitzen
'66150-remove-dynamically-constructed-feature-flags-starting-with-prometheus_transaction_' into 'master' Resolve "Remove dynamically constructed feature flags starting with `prometheus_transaction_`" Closes #66150 See merge request gitlab-org/gitlab-ce!32395
2019-09-05Merge branch '66067-pages-domain-doesnt-set-target-blank' into 'master'Dmitriy Zaporozhets
Makes custom Pages domain open as external link in new tab Closes #66067 See merge request gitlab-org/gitlab-ce!32130
2019-09-05Merge branch ↵Achilleas Pipinellis
'docs/9102-hide-dismissed-vulnerabilities-in-the-group-security-dashboard' into 'master' Update security dashboards documentation See merge request gitlab-org/gitlab-ce!32674
2019-09-05Update security dashboards documentationPaul Gascou-Vaillancourt
Reflect the addition of a "hide dismissed vulnerabilities" toggle in security dashboards, see https://gitlab.com/gitlab-org/gitlab-ee/issues/9102
2019-09-05Merge branch 'winh-frontend-ci-roulette' into 'master'Paul Slaughter
Add .gitlab/ci/frontend.gitlab-ci.yml to frontend review roulette See merge request gitlab-org/gitlab-ce!32466
2019-09-05Add .gitlab/ci/frontend.gitlab-ci.yml to frontend review rouletteWinnie Hellmann
2019-09-05Merge branch 'bjk/routable_counter' into 'master'Andreas Brandl
Adjust routable metric See merge request gitlab-org/gitlab-ce!32591
2019-09-05Merge branch 'fj-remove-dns-protection-when-validating' into 'master'Thong Kuah
Avoid checking dns rebind protection in validation Closes #66723 See merge request gitlab-org/gitlab-ce!32577
2019-09-05Avoid checking dns rebind protection in validationFrancisco Javier López
2019-09-05Remove feature flags starting with `prometheus_transaction_`Jacopo
Those feature flags were always enabled so we can remove them safely.
2019-09-05Merge branch 'docs-serveo-link' into 'master'Achilleas Pipinellis
Change serveo link as it often goes down See merge request gitlab-org/gitlab-ce!32680
2019-09-05Change serveo link as it often goes downMarcel Amirault