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-08-26Copy ee/app/models/license.rb in the QA image if presentRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-08-26Merge branch 'pl-danger-map-rubocop' into 'master'Ash McKenzie
Danger: Map .rubocop{,_todo}.yml to ~backend See merge request gitlab-org/gitlab-ce!32156
2019-08-26Danger: Map .rubocop{,_todo}.yml to ~backendPeter Leitzen
2019-08-26Merge branch ↵Nick Thomas
'66443-unrecoverable-configuration-loop-in-external-auth-control' into 'master' Resolve "Unrecoverable configuration loop in external auth control" Closes #66443 See merge request gitlab-org/gitlab-ce!32102
2019-08-26Merge branch '21505-quickactions-update-pd' into 'master'Kamil Trzciński
Apply quickactions when modifying comments See merge request gitlab-org/gitlab-ce!31136
2019-08-26Add edit_note and spec for editing quick actionsPatrick Derichs
Call QuickActionsService on Note update Add support for notes which just contain commands after editing Return http status gone (410) if note was deleted Temporary frontend addition so it is not failing when a note is deleted Move specs to shared examples Fix rubocop style issue Deleting note on frontend when status is 410 Use guard clause for note which got deleted Simplified condition for nil note This method should no longer be called with nil note Refactoring of execute method to reduce complexity Move errors update to delete_note method Note is now deleted visually when it only contains commands after update Add expectation Fix style issues Changing action to fix tests Add tests for removeNote and update deleteNote expectations
2019-08-26Merge branch 'da/ignore-tests-in-security-reports' into 'master'Rémy Coutable
Dont run SAST on tests See merge request gitlab-org/gitlab-ce!32011
2019-08-26Dont run SAST on testsDennis Appelt
2019-08-26Merge branch 'patch-73' into 'master'Sean McGivern
Update gitlab_schema.rb to fix typo See merge request gitlab-org/gitlab-ce!32200
2019-08-26Update gitlab_schema.rb to fix typoLucy Fox
2019-08-26Merge branch 'docs-fix-health-check-docs-syntax-error' into 'master'Achilleas Pipinellis
Remove duplicate text in health check doc See merge request gitlab-org/gitlab-ce!32175
2019-08-26Merge branch 'db_load_balancing_service_discovery_srv' into 'master'Kamil Trzciński
DB Load Balancing: Support SRV lookups See merge request gitlab-org/gitlab-ce!32135
2019-08-26Merge branch 'docs-upgrade-gosec-url-data-to-partially-reliable' into 'master'Achilleas Pipinellis
Update docs - SAST golang analyzer URLs are partially reliable See merge request gitlab-org/gitlab-ce!32164
2019-08-26Merge branch 'docs-add-examples-for-secure-excluded-paths-usage' into 'master'Achilleas Pipinellis
Add example usage of `SAST_EXCLUDED_PATHS` See merge request gitlab-org/gitlab-ce!32120
2019-08-26Merge branch 'docs-update-forking-workflow' into 'master'Achilleas Pipinellis
Docs: Replace old screenshots in project forking workflow See merge request gitlab-org/gitlab-ce!31869
2019-08-26Docs: Replace old screenshots in project forking workflowTristan Williams
2019-08-26Merge branch 'docs-clarify-no-changelog-for-docs-only-changes' into 'master'Achilleas Pipinellis
Add changelog exclusion language for docs-only changes See merge request gitlab-org/gitlab-ce!32123
2019-08-26Add changelog exclusion language for docs-only changesLucas Charles
2019-08-26Merge branch 'renovate/gitlab-packages' into 'master'Kushal Pandya
Update dependency @gitlab/svgs to ^1.70.0 See merge request gitlab-org/gitlab-ce!32162
2019-08-26Merge branch 'sh-upgrade-ruby-prof' into 'master'Ash McKenzie
Bump ruby-prof to 1.0.0 See merge request gitlab-org/gitlab-ce!29588
2019-08-26Merge branch 'add-unleash-gem' into 'master'Thong Kuah
Install Unleash Client Gem See merge request gitlab-org/gitlab-ce!32065
2019-08-26Install Unleash Client GemJason Goodman
2019-08-26Merge branch 'ee-10586-geo-object-storage-replication' into 'master'Ash McKenzie
Backport expired job artifact trait See merge request gitlab-org/gitlab-ce!32179
2019-08-25Merge branch 'fix-migration-helper' into 'master'Stan Hu
Add helpers to exactly undo cleanup_concurrent_column_rename See merge request gitlab-org/gitlab-ce!32183
2019-08-25Add helper to exactly undo cleanup_concurrent_column_renameReuben Pereira
- Also add helper to undo rename_column_concurrently.
2019-08-25Bump ruby-prof to 1.0.0Stan Hu
This is significant improvement over the previous releases: https://github.com/ruby-prof/ruby-prof/blob/master/CHANGES
2019-08-25Backport expired job artifact traitGabriel Mazetto
2019-08-24Merge branch 'mc/bug/nplusone-pipelines-show' into 'master'Stan Hu
Preload tags when loading Ci::Pipeline Closes #60925 See merge request gitlab-org/gitlab-ce!32149
2019-08-24Merge branch '64764-fix-serverless-layout' into 'master'Fatih Acet
Fix Serverless entry page layout Closes #64764 See merge request gitlab-org/gitlab-ce!32029
2019-08-24Merge branch ↵Tim Zallmann
'66073-use-time-series-chart-instead-of-area-chart-in-panel_types' into 'master' Enable line charts in dashbaord panels and embedded charts Closes #66073 See merge request gitlab-org/gitlab-ce!31920
2019-08-24Remove duplicate text in health check docSean Arnold
2019-08-24Merge branch 'fix-migration' into 'master'Stan Hu
Delete rename trigger before creating to prevent error See merge request gitlab-org/gitlab-ce!32147
2019-08-24Drop existing trigger before creating new oneReuben Pereira
- When renaming a column concurrently, drop any existing trigger before attempting to create a new one. When running migration specs multiple times (as it happens during local development), the down method of previous migrations are called. If any of the called methods contains a call to rename_column_concurrently, a trigger will be created and not removed. So, the next time a migration spec is run, if the same down method is executed again, it will cause an error when attempting to create the trigger (since it already exists). Dropping the trigger if it already exists will prevent this problem.
2019-08-24Merge branch '56883-migration' into 'master'Mayra Cabrera
Add migration to execute SelfMonitoring::Project::CreateService See merge request gitlab-org/gitlab-ce!31389
2019-08-24Add a link to docs in project descriptionReuben Pereira
Add to the service and migration both.
2019-08-24Merge branch 'fe-fix-issuable-sidebar-icon-of-notification-disabled' into ↵Mike Greiling
'master' Fix issuable sidebar icon of notification disabled See merge request gitlab-org/gitlab-ce!32134
2019-08-24Merge branch 'docs/fix-template-link' into 'master'Mike Lewis
Fix link to issue template See merge request gitlab-org/gitlab-ce!32144
2019-08-24Fix link to issue templateAchilleas Pipinellis
2019-08-24Merge branch '64505-add-rubocop-cop-to-enforce-string-length-on-migrations' ↵Stan Hu
into 'master' Adds cop to enforce string limits on migrations See merge request gitlab-org/gitlab-ce!31433
2019-08-24Adds cop to enforce string limits on migrationsMayra Cabrera
This cop will analyze migrations that add columns with string, and report an offense if the string has no limit enforced Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/64505
2019-08-24Merge branch ↵Mayra Cabrera
'55999-misleading-pipeline-tooltip-messages-and-misleading-ci-status-icons-on-simple-commits' into 'master' Change misleading pipeline status tooltip See merge request gitlab-org/gitlab-ce!31861
2019-08-24Change misleading pipeline status tooltipScott Hampton
Some pipeline status icon tooltips were showing "Commit: ..." which customers found to be misleading since it was not the commit that was failing but the pipeline. We are changing all status icon tooltips to say "Pipeline: ..." instead of "Commit: ..." now.
2019-08-24Merge branch '66402-use-visual-review-tools-npm-package' into 'master'Mike Greiling
Resolve "Use Visual Review Tools NPM package" See merge request gitlab-org/gitlab-ce!32159
2019-08-23Merge branch '64269-pipeline-api-fails-with-401' into 'master'Mayra Cabrera
Read pipelines from public projects though API See merge request gitlab-org/gitlab-ce!31816
2019-08-23Read pipelines from public projects though APIMarius Bobin
Allow users to read pipelines for public projects with public builds enabled without providing an access token.
2019-08-23Merge branch '66037-deployment-user' into 'master'Tim Zallmann
Return correct user for manual deployments See merge request gitlab-org/gitlab-ce!32004
2019-08-23Merge branch 'new-cycle-analytics-backend-stage-events' into 'master'Mayra Cabrera
New cycle analytics backend stage events See merge request gitlab-org/gitlab-ce!31713
2019-08-23Implement validation logic to ProjectStageAdam Hegyi
- Introducting StageEvents to define the available events - Define the event pairing rules, since some events are not compatible - Express default Cycle Analytics stages with the event structure
2019-08-23Move visual review toolbar to NPMshampton
Remove the visual review toolbar code in favor of using the NPM package.
2019-08-23Merge branch 'jc-add-ff-for-all-lfs-pointers-go' into 'master'Stan Hu
Adding gitaly feature flag for go implementation of get all lfs pointers See merge request gitlab-org/gitlab-ce!31696