Skip to content

Commit

Permalink
refactor(core): improvements on Search
Browse files Browse the repository at this point in the history
  • Loading branch information
Guikingone committed Nov 2, 2020
1 parent dff561d commit 92288a6
Show file tree
Hide file tree
Showing 36 changed files with 1,268 additions and 934 deletions.
11 changes: 11 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,21 @@ Here's the allowed contexts:

Here's the allowed scopes:

- bridge
- cache
- client
- command
- dic
- document
- collector
- dump
- events
- form
- messenger
- metadata
- provider
- result
- search
- docker
- tests

Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,10 @@ jobs:
with:
args: --dry-run .

# —— Docker ————————————————————————————————————————————————————————
- name: Docker setup
run: docker run -d -p 7700:7700 getmeili/meilisearch:latest ./meilisearch --master-key=masterKey --no-analytics=true

# —— PHPUnit ———————————————————————————————————————————————————————
- name: PHPUnit
run: php vendor/bin/phpunit tests

# —— Infection —————————————————————————————————————————————————————
- name: Infection
run: php vendor/bin/infection --no-progress --min-covered-msi=90 --min-msi=80
run: php vendor/bin/infection --no-progress --min-covered-msi=90 --min-msi=90
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
"ramsey/uuid": "^3.8",
"symfony/cache": "^4.4|^5.0",
"symfony/event-dispatcher": "^4.4|^5.0",
"symfony/expression-language": "^4.4|^5.0",
"symfony/form": "^4.4|^5.0",
"symfony/http-client": "^4.4|^5.0",
"symfony/messenger": "^4.4|^5.0",
Expand Down

0 comments on commit 92288a6

Please sign in to comment.