Problem/Motivation

Prepare the module for security evaluation.

Proposed resolution

Add gitlab-ci.yml per https://project.pages.drupalcode.org/gitlab_templates/info/setup/

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

chris dart created an issue. See original summary.

chris dart’s picture

Title: Add .gitlab-ci.yml » Add .gitlab-ci.yml to Paragraph Lineage
chris dart’s picture

Status: Active » Needs review

All tests are now passing.

  • chris dart committed 7c688154 on 1.0.x
    Issue #3528635: Add .gitlab-ci.yml to Paragraph Lineage
    
chris dart’s picture

Status: Needs review » Fixed
chris dart’s picture

Status: Fixed » Needs review

  • f47e8e2d committed on 1.0.x
    Issue #3528635: remove poorly written t() in ParagraphIdLinkFormatter....

  • d5328c46 committed on 1.0.x
    Issue #3528635 Use routing and formatting length
    
    Make sure all tests...

  • b0833cc9 committed on 1.0.x
    Issue #3528635 fix ParagraphIdLinkFormatterTest
    
    Add label test mock.
    

  • d35c5db8 committed on 1.0.x
    Issue #3528635 Fix routes in ThemeSettingsTest
    

  • 263f72bf committed on 1.0.x
    Issue #3528635: fix path issue im ThemeSettingsTest
    

  • d4ac7b1a committed on 1.0.x
    Issue #3528635: update path in SettingsTest
    

  • fb626ebb committed on 1.0.x
    Issue #3528635: retry fix path in SettingsTest
    
chris dart’s picture

  • chris dart committed 9f61ad89 on 1.0.x
    Issue #3528635: Add .gitlab-ci.yml to Paragraph Lineage
    

  • chris dart committed b7dbcc95 on 1.0.x
    Issue #3528635 add help message about override option.
    

  • chris dart committed 3f0c05ba on 1.0.x
    Issue #3528635 remove implements in update functions
    

  • chris dart committed 82431efa on 1.0.x
    Issue #3528635 replace t() with $this->t()
    
     fix in...

  • chris dart committed f1a88ca7 on 1.0.x
    Issue #3528635 fix text issues in MockFieldItem.php
    

  • chris dart committed c583a771 on 1.0.x
    Issue #3528635 update test to handle the injected messenger
    

  • chris dart committed bf82ac4b on 1.0.x
    Issue #3528635 Create test to evaluate if overridden
    

  • chris dart committed f589b5fb on 1.0.x
    Issue #3528635 update getPreferredThemeId to show if overridden
    

  • chris dart committed 34498602 on 1.0.x
    Issue #3528635 more phpcs fixes for the remaining files.
    

  • chris dart committed c2de8147 on 1.0.x
    Issue #3528635 update ParagraphIdLinkFormatterTest.php
    

  • chris dart committed cae5876e on 1.0.x
    Issue #3528635 update ParagraphLineageSettingsServiceTest.php
    

  • chris dart committed 326387be on 1.0.x
    Issue #3528635 update tests for theme negotiation
    

  • chris dart committed 43e8669b on 1.0.x
    Issue #3528635 add an entity-definition for paragraph_lineage.module...

  • chris dart committed 564221b3 on 1.0.x
    Issue #3528635 change the name of the views_field id
    

  • chris dart committed 4d10e96a on 1.0.x
    Issue #3528635 change the name of the field_formatter id
    

  • chris dart committed 89cd6fd7 on 1.0.x
    Issue #3528635 minor refactor to ParagraphLineageSettingsForm.php
    

  • 5ee2b297 committed on 1.0.x
    Issue #3528635 update the paragraph-lineage.html.twig to use |t
    

  • 8216fd4f committed on 1.0.x
    Issue #3528635 fix a bug in ParagraphLineageViewControllerTest.php
    
      -...

  • 6becf69d committed on 1.0.x
    Issue #3528635 make README.md meet Drupal requirements
    
     - add...

  • 383e71e3 committed on 1.0.x
    Issue #3528635 update controllers
    
     - fix issues with the class...

  • 0e8079e0 committed on 1.0.x
    Issue #3528635 update translation
    

  • cee60e44 committed on 1.0.x
    Issue #3528635 add composer.json file
    

  • b3e2b69d committed on 1.0.x
    Issue #3528635: Add .gitlab-ci.yml
    
chris dart’s picture

Status: Needs review » Fixed
chris dart’s picture

Status: Fixed » Closed (fixed)
chris dart’s picture

Status: Closed (fixed) » Needs review

  • chris dart committed c9e5aa9b on 1.0.x
    Issue #3528635 bring more code into compliance for security review
    

  • chris dart committed 98960242 on 1.0.x
    Issue #3528635 return create::static for non-final classes.