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-09Clear editor and hide template selector when filename input is emptyresolve-usability-problem-file-templatepburdette
2019-09-09Editor styles for heading and nav spacingpburdette
2019-09-09Clear editor content on undo clickpburdette
2019-09-09Use template config to determine default templatepburdette
2019-09-06Created initDefaultContent method to handle intial content on pageloadpburdette
2019-09-06Fix undo button on click event to prevent defaultpburdette
2019-09-06Add filename slash back to UIpburdette
2019-09-06Fix qa error for template type dropdownpburdette
2019-09-05Add styles to editor file titlepburdette
2019-09-05Move file template selector by filenamepburdette
Changed functionality to rely on filename input to determine template type for choosing a template via the template picker dropdown
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
2019-09-05Merge branch 'docs/add-global-nav-principles' into 'master'Achilleas Pipinellis
Provide guidance on how docs global navigation should be structured See merge request gitlab-org/gitlab-ce!32624
2019-09-05Provide guidance on how docs global navigation should be structuredEvan Read