-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove subsites as a part of the code * Remove subsites from circleci and extensions * Add suggestion * Add subsite to the docs * Can return null for current state
- Loading branch information
1 parent
cc6eb65
commit a5c216b
Showing
10 changed files
with
8 additions
and
65 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,7 +60,6 @@ jobs: | |
command: | | ||
cp .circleci/.env.test ./.env | ||
cp .circleci/CircleCITestIndex.phpsrc app/src/CircleCITestIndex.php | ||
cp .circleci/Subsite.phpsrc app/src/Subsite.php | ||
cp .circleci/TestIndexTwo.yml app/_config/search.yml | ||
- run: vendor/bin/sake dev/build flush=all skipannotation=true | ||
- run: | ||
|
@@ -184,7 +183,6 @@ jobs: | |
command: | | ||
cp .circleci/.env.test ./.env | ||
cp .circleci/CircleCITestIndex.phpsrc app/src/CircleCITestIndex.php | ||
cp .circleci/Subsite.phpsrc app/src/Subsite.php | ||
cp .circleci/TestIndexTwo.yml app/_config/search.yml | ||
- run: git clone [email protected]:silverstripe-archive/silverstripe-fulltextsearch-localsolr.git localsolr | ||
- run: | ||
|
@@ -240,6 +238,7 @@ jobs: | |
case $CIRCLE_BRANCH in "master") git clone [email protected]:Firesphere/silverstripe-solr-compatibility.git compat -q ;; esac | ||
case $CIRCLE_BRANCH in "master") git clone [email protected]:Firesphere/silverstripe-solr-search.git search -q ;; esac | ||
case $CIRCLE_BRANCH in "master") git clone [email protected]:Firesphere/silverstripe-fluent-solr.git fluent -q ;; esac | ||
case $CIRCLE_BRANCH in "master") git clone [email protected]:Firesphere/silverstripe-subsite-solr.git subsite -q ;; esac | ||
- run: | ||
name: Setup git | ||
command: | | ||
|
@@ -250,7 +249,7 @@ jobs: | |
name: Generate docs | ||
command: | | ||
rm -rf solr | ||
case $CIRCLE_BRANCH in "master") php phpdoc.phar -d "compat/src","search/src","fluent/src" -t solr ;; esac | ||
case $CIRCLE_BRANCH in "master") php phpdoc.phar -d "compat/src","search/src","fluent/src","subsite/src" -t solr ;; esac | ||
- run: | ||
name: Commit and upload | ||
command: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,6 @@ | ||
SilverStripe\ORM\DataObject: | ||
extensions: | ||
- Firesphere\SolrSearch\Extensions\DataObjectExtension | ||
Firesphere\SolrSearch\Indexes\BaseIndex: | ||
extensions: | ||
- Firesphere\SolrSearch\Compat\SubsitesExtension # Subsites compatibility | ||
SilverStripe\Forms\GridField\GridField: | ||
extensions: | ||
- Firesphere\SolrSearch\Extensions\GridFieldExtension |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters