Skip to content

Commit

Permalink
finish removing Neos.ContentRepository.DimensionSpace package
Browse files Browse the repository at this point in the history
  • Loading branch information
skurfuerst committed Aug 28, 2022
1 parent 22aa688 commit 40c2d74
Show file tree
Hide file tree
Showing 18 changed files with 27 additions and 828 deletions.
2 changes: 1 addition & 1 deletion .composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"suggest": {
},
"scripts": {
"lint:phpcs": "../../bin/phpcs --colors --standard=PSR12 ./Neos.ContentGraph.DoctrineDbalAdapter/src ./Neos.ContentGraph.PostgreSQLAdapter/src ./Neos.ContentRepository.BehavioralTests/Classes ./Neos.ContentRepository.DimensionSpace/src ./Neos.ContentRepository/src ./Neos.EventSourcedContentRepository.LegacyApi/Classes ./Neos.EventSourcedNeosAdjustments/Classes ./Neos.Neos/Classes",
"lint:phpcs": "../../bin/phpcs --colors --standard=PSR12 ./Neos.ContentGraph.DoctrineDbalAdapter/src ./Neos.ContentGraph.PostgreSQLAdapter/src ./Neos.ContentRepository.BehavioralTests/Classes ./Neos.ContentRepository/src ./Neos.EventSourcedContentRepository.LegacyApi/Classes ./Neos.EventSourcedNeosAdjustments/Classes ./Neos.Neos/Classes",
"lint:phpstan": "../../bin/phpstan analyse",
"lint": [
"@lint:phpcs",
Expand Down
675 changes: 0 additions & 675 deletions Neos.ContentRepository.DimensionSpace/LICENSE

This file was deleted.

11 changes: 0 additions & 11 deletions Neos.ContentRepository.DimensionSpace/README.md

This file was deleted.

106 changes: 0 additions & 106 deletions Neos.ContentRepository.DimensionSpace/composer.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@

declare(strict_types=1);

namespace Neos\ContentRepository\DimensionSpace\Tests\Unit\Dimension;
namespace Neos\ContentRepository\Tests\Unit\Dimension;

use Neos\ContentRepository\DimensionSpace\Dimension;
use Neos\ContentRepository\Dimension;
use Neos\ContentRepository\Dimension\ContentDimensionConstraintSet;
use Neos\Flow\Tests\UnitTestCase;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@

declare(strict_types=1);

namespace Neos\ContentRepository\DimensionSpace\Tests\Unit\Dimension;
namespace Neos\ContentRepository\Tests\Unit\Dimension;

use Neos\ContentRepository\DimensionSpace\Dimension;
use Neos\ContentRepository\Dimension;
use Neos\Flow\Tests\UnitTestCase;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@

declare(strict_types=1);

namespace Neos\ContentRepository\DimensionSpace\Tests\Unit\Dimension;
namespace Neos\ContentRepository\Tests\Unit\Dimension;

use Neos\ContentRepository\DimensionSpace\Dimension;
use Neos\ContentRepository\Dimension;
use Neos\Flow\Tests\UnitTestCase;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@

declare(strict_types=1);

namespace Neos\ContentRepository\DimensionSpace\Tests\Unit\Dimension;
namespace Neos\ContentRepository\Tests\Unit\Dimension;

use Neos\ContentRepository\DimensionSpace\Dimension;
use Neos\ContentRepository\Dimension;
use Neos\ContentRepository\Dimension\Exception\ContentDimensionValuesAreInvalid;
use Neos\ContentRepository\Dimension\Exception\GeneralizationIsInvalid;
use Neos\Flow\Tests\UnitTestCase;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@

declare(strict_types=1);

namespace Neos\ContentRepository\DimensionSpace\Tests\Unit\Dimension;
namespace Neos\ContentRepository\Tests\Unit\Dimension;

use Neos\ContentRepository\DimensionSpace\Dimension;
use Neos\ContentRepository\Dimension;
use Neos\ContentRepository\Dimension\Exception\ContentDimensionValueSpecializationDepthIsInvalid;
use Neos\Flow\Tests\UnitTestCase;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@

declare(strict_types=1);

namespace Neos\ContentRepository\DimensionSpace\Tests\Unit\Dimension;
namespace Neos\ContentRepository\Tests\Unit\Dimension;

use Neos\ContentRepository\DimensionSpace\Dimension;
use Neos\ContentRepository\Dimension;
use Neos\ContentRepository\Dimension\Exception\ContentDimensionValueIsInvalid;
use Neos\Flow\Tests\UnitTestCase;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Neos\ContentRepository\DimensionSpace\Tests\Unit\DimensionSpace;
namespace Neos\ContentRepository\Tests\Unit\DimensionSpace;

/*
* This file is part of the Neos.ContentRepository.DimensionSpace package.
Expand All @@ -12,7 +12,7 @@
* source code.
*/
use Neos\ContentRepository\DimensionSpace;
use Neos\ContentRepository\DimensionSpace\Dimension;
use Neos\ContentRepository\Dimension;
use Neos\Flow\Tests\UnitTestCase;

// NOTE: not sure why this is needed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Neos\ContentRepository\DimensionSpace\Tests\Unit\DimensionSpace;
namespace Neos\ContentRepository\Tests\Unit\DimensionSpace;

/*
* This file is part of the Neos.ContentRepository.DimensionSpace package.
Expand All @@ -11,7 +11,7 @@
* information, please view the LICENSE file which was distributed with this
* source code.
*/
use Neos\ContentRepository\DimensionSpace\Dimension;
use Neos\ContentRepository\Dimension;
use Neos\ContentRepository\Dimension\Exception\ContentDimensionValueSpecializationDepthIsInvalid;
use Neos\ContentRepository\DimensionSpace;
use Neos\ContentRepository\DimensionSpace\Exception\ContentSubgraphVariationWeightsAreIncomparable;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Neos\ContentRepository\DimensionSpace\Tests\Unit\DimensionSpace\Fixtures;
namespace Neos\ContentRepository\Tests\Unit\DimensionSpace\Fixtures;

/*
* This file is part of the Neos.ContentRepository.DimensionSpace package.
Expand All @@ -11,7 +11,7 @@
* information, please view the LICENSE file which was distributed with this
* source code.
*/
use Neos\ContentRepository\DimensionSpace\Dimension;
use Neos\ContentRepository\Dimension;

/**
* The example dimension source fixture
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
* source code.
*/

namespace Neos\ContentRepository\DimensionSpace\Tests\Unit\DimensionSpace\Fixtures;
namespace Neos\ContentRepository\Tests\Unit\DimensionSpace\Fixtures;

use Neos\ContentRepository\DimensionSpace\Dimension;
use Neos\ContentRepository\Dimension;

/**
* A dimension source fixture with no dimensions defined
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
* source code.
*/

namespace Neos\ContentRepository\DimensionSpace\Tests\Unit\DimensionSpace\Fixtures;
namespace Neos\ContentRepository\Tests\Unit\DimensionSpace\Fixtures;

use Neos\ContentRepository\DimensionSpace\Dimension;
use Neos\ContentRepository\Dimension;

/**
* The dimension source fixture with variation examples
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
* source code.
*/

namespace Neos\ContentRepository\DimensionSpace\Tests\Unit\DimensionSpace;
namespace Neos\ContentRepository\Tests\Unit\DimensionSpace;

use Neos\ContentRepository\DimensionSpace\Dimension;
use Neos\ContentRepository\Dimension;
use Neos\ContentRepository\DimensionSpace;
use Neos\Flow\Tests\UnitTestCase;
use PHPUnit\Framework\MockObject\MockObject;
Expand Down
1 change: 0 additions & 1 deletion Neos.ContentRepository/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"require": {
"neos/eventstore": "*",
"neos/eventstore-doctrineadapter": "*",
"neos/contentrepository-dimensionspace": "*",
"php": "^8.1",
"neos/error-messages": "*",
"neos/utility-objecthandling": "*",
Expand Down
12 changes: 2 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"php": "^8.1",
"doctrine/dbal": "^2.8",
"doctrine/migrations": "*",
"neos/utility-arrays": "*",
"league/flysystem": "^3",
"webmozart/assert": "^1.11",
"neos/neos-ui": "*",
"neos/eventstore": "*",
"neos/eventstore-doctrineadapter": "*",
"neos/error-messages": "*",
"neos/utility-objecthandling": "*",
"neos/utility-arrays": "*",
"symfony/serializer": "*",
"neos/flow": "*",
"symfony/property-access": "*",
Expand All @@ -40,7 +40,6 @@
"neos/kickstarter": "*"
},
"replace": {
"neos/content-repository-dimensionspace": "self.version",
"typo3/typo3cr": "self.version",
"neos/content-repository": "self.version",
"packagefactory/atomicfusion-afx": "*",
Expand All @@ -53,7 +52,6 @@
"neos/contentgraph-doctrinedbaladapter": "self.version",
"neos/contentgraph-postgresqladapter": "self.version",
"neos/contentrepository-behavioraltests": "self.version",
"neos/contentrepository-dimensionspace": "self.version",
"neos/contentrepository-export": "self.version",
"neos/contentrepository-legacynodemigration": "self.version",
"neos/contentrepository-nodeaccess": "self.version",
Expand Down Expand Up @@ -92,7 +90,7 @@
"neos/redirecthandler-neosadapter": "Adds automatic redirects for moved/renamed pages"
},
"scripts": {
"lint:phpcs": "../../bin/phpcs --colors --standard=PSR12 ./Neos.ContentGraph.DoctrineDbalAdapter/src ./Neos.ContentGraph.PostgreSQLAdapter/src ./Neos.ContentRepository.BehavioralTests/Classes ./Neos.ContentRepository.DimensionSpace/src ./Neos.ContentRepository/src ./Neos.EventSourcedContentRepository.LegacyApi/Classes ./Neos.EventSourcedNeosAdjustments/Classes ./Neos.Neos/Classes",
"lint:phpcs": "../../bin/phpcs --colors --standard=PSR12 ./Neos.ContentGraph.DoctrineDbalAdapter/src ./Neos.ContentGraph.PostgreSQLAdapter/src ./Neos.ContentRepository.BehavioralTests/Classes ./Neos.ContentRepository/src ./Neos.EventSourcedContentRepository.LegacyApi/Classes ./Neos.EventSourcedNeosAdjustments/Classes ./Neos.Neos/Classes",
"lint:phpstan": "../../bin/phpstan analyse",
"lint": [
"@lint:phpcs",
Expand Down Expand Up @@ -139,9 +137,6 @@
"Neos\\ContentRepository\\BehavioralTests\\": [
"Neos.ContentRepository.BehavioralTests/Classes"
],
"Neos\\ContentRepository\\DimensionSpace\\": [
"Neos.ContentRepository.DimensionSpace/src"
],
"Neos\\ContentRepository\\Export\\": [
"Neos.ContentRepository.Export/src/"
],
Expand Down Expand Up @@ -245,9 +240,6 @@
"Neos\\ContentRepository\\BehavioralTests\\Tests\\": [
"Neos.ContentRepository.BehavioralTests/Tests"
],
"Neos\\ContentRepository\\DimensionSpace\\Tests\\": [
"Neos.ContentRepository.DimensionSpace/Tests"
],
"Neos\\ContentRepository\\LegacyNodeMigration\\Tests\\": [
"Neos.ContentRepository.LegacyNodeMigration/Tests"
],
Expand Down

0 comments on commit 40c2d74

Please sign in to comment.