Skip to content

Commit

Permalink
Fix repair step and test it
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Molenaar <[email protected]>
  • Loading branch information
SMillerDev authored and Grotax committed Sep 29, 2020
1 parent d00d1ab commit bc01761
Show file tree
Hide file tree
Showing 28 changed files with 313 additions and 683 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ jobs:
- name: Functional tests
run: |
cd ../server
./occ migrations:migrate news
./occ maintenance:repair
./occ news:generate-explore --votes 100 "https://nextcloud.com/blog/feed/"
./occ news:folder:add 'admin' 'Something'
./occ news:folder:list 'admin' | grep 'Something'
Expand Down
20 changes: 0 additions & 20 deletions appinfo/app.php

This file was deleted.

10 changes: 4 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,17 @@
"ezyang/htmlpurifier": "^4.13.0",
"pear/net_url2": "2.2.2",
"riimu/kit-pathjoin": "1.2.0",
"debril/feed-io": "^v4.7.8",
"arthurhoaro/favicon": "^1.2",
"debril/feed-io": "^v4.7.9",
"arthurhoaro/favicon": "^1.3",
"andreskrey/readability.php": "^2.1",
"ext-json": "*",
"ext-simplexml": "*",
"ext-libxml": "*",
"andreskrey/readability.php": "^2.1",
"ext-dom": "*"
},
"require-dev": {
"phpunit/phpunit": "9.2.6",
"phpunit/phpunit": "9.2.*",
"squizlabs/php_codesniffer": "^3.5.6",
"guzzlehttp/guzzle": "^6.3",
"symfony/service-contracts": "2.2.0",
"phpstan/phpstan": "^0.12.43"
},
"replace": {
Expand Down
Loading

0 comments on commit bc01761

Please sign in to comment.