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-06Change introduced style for better renderingMarcel Amirault
2019-09-06Merge branch 'dblessing-update-arch-diag' into 'master'Evan Read
Update Sidekiq in architecture diagram See merge request gitlab-org/gitlab-ce!32673
2019-09-06Merge branch 'fix-markdownlint-error' into 'master'Evan Read
Remove trailing whitespace from applications.md See merge request gitlab-org/gitlab-ce!32726
2019-09-06Merge branch 'add-label-push-opts' into 'master'Ash McKenzie
Support adding and removing labels w/ push opts Closes #5942 See merge request gitlab-org/gitlab-ce!31831
2019-09-06Remove trailing whitespace from applications.mdPaul Gascou-Vaillancourt
2019-09-06Merge branch 'docs-cluster-apps-jetstack-cert-manager' into 'master'Evan Read
Update docs for cluster apps cert-manager See merge request gitlab-org/gitlab-ce!32628
2019-09-06Merge branch 'TheToddLuci0-master-patch-38747' into 'master'67087-backfill-graphql-type-field-descriptionsEvan Read
Update to use -e to pass environment See merge request gitlab-org/gitlab-ce!32495
2019-09-06Update some Danger rules to not rely upon CIAsh McKenzie
Convert a bunch of Danger rules so they can run locally.
2019-09-06Add new danger_local Rake taskAsh McKenzie
The benefit of running the danger_local Rake task is that it displays some informational messages for clarity and also exits with 1 if there's any output.
2019-09-06Use GitlabDanger class when determining rulesAsh McKenzie
2019-09-06Include danger gem in development groupAsh McKenzie
2019-09-06Add new GitlabDanger classAsh McKenzie
This class encapsulates our use of the Danger gem.
2019-09-06Allow Danger to detect if running localAsh McKenzie
2019-09-06Merge branch 'mc-fixes-pot-failure' into 'master'Stan Hu
Fixes pot failure See merge request gitlab-org/gitlab-ce!32721
2019-09-06Fixes pot failureMayra Cabrera
Also fixes duplicated entry
2019-09-06CE-specific changes for GraphQL DesignType `event`Luke Duncalfe
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/15561 https://gitlab.com/gitlab-org/gitlab-ee/issues/12705 https://gitlab.com/gitlab-org/gitlab-ee/issues/13353
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-05Update GitLab PackagesLukas Eipert
2019-09-05Add padding to left of "Sort by" in members dropdownStan Hu
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-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-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