-
-
Notifications
You must be signed in to change notification settings - Fork 304
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: nachoparker <nacho@ownyourbits.com> add ncp-previews Signed-off-by: nachoparker <nacho@ownyourbits.com>
- Loading branch information
1 parent
f23d6c6
commit 0fc2390
Showing
36 changed files
with
2,848 additions
and
12 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -0,0 +1,45 @@ | ||
language: php | ||
php: | ||
- 7 | ||
- 7.1 | ||
- 7.2 | ||
|
||
env: | ||
global: | ||
- CORE_BRANCH=master | ||
- APP_NAME=previewgenerator | ||
matrix: | ||
- DB=sqlite | ||
|
||
branches: | ||
only: | ||
- master | ||
- /^stable\d+(\.\d+)?$/ | ||
|
||
before_install: | ||
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh | ||
- . ./before_install.sh $APP_NAME $CORE_BRANCH $DB | ||
|
||
# Add some output debugging information | ||
- cd ../server | ||
- ./occ check | ||
- ./occ status | ||
- ./occ app:list | ||
- ./occ app:enable $APP_NAME | ||
|
||
script: | ||
- cd apps/$APP_NAME/ | ||
|
||
# Test the app | ||
- sh -c "find . -name \*.php -exec php -l \"{}\" \;;" | ||
- cd ../../ | ||
#- sh -c "./occ app:check-code $APP_NAME -c private -c strong-comparison;" | ||
#- sh -c "./occ app:check-code $APP_NAME -c deprecation;" | ||
- cd apps/$APP_NAME/ | ||
|
||
# Run phpunit tests | ||
- cd tests/ | ||
- sh -c "phpunit --configuration phpunit.xml" | ||
|
||
after_success: | ||
- bash <(curl -s https://codecov.io/bash) |
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 |
---|---|---|
@@ -0,0 +1,82 @@ | ||
## 2.1.0 - 2019-03-05 | ||
### Added | ||
- Nextcloud 16 support | ||
|
||
## 2.0.0 - 2018-11-08 | ||
|
||
- PHP 7.x required | ||
- Nextcloud 14 only | ||
- Moved to migrations for DB handling | ||
- Added path option to generate command (thanks to @adduxa) | ||
- Nextcloud 15 compatible | ||
|
||
## 1.0.9 - 2017-12-29 | ||
|
||
### Fixes | ||
|
||
### Added | ||
- Show timestamp in occ commands [#88](https://github.com/rullzer/previewgenerator/pull/88) | ||
- Add Composer Classmap for file (NC13) [#90](https://github.com/rullzer/previewgenerator/pull/90) | ||
- Respect .nomedia [#92](https://github.com/rullzer/previewgenerator/pull/92) | ||
- Use PID to check for already running process [#93](https://github.com/rullzer/previewgenerator/pull/93) | ||
|
||
## 1.0.8 - 2017-12-21 | ||
|
||
### Fixes | ||
- Do not add file if it already is in the table [#86](https://github.com/rullzer/previewgenerator/pull/86) | ||
|
||
### Added | ||
- Allow to specify sizes to be generated [#87](https://github.com/rullzer/previewgenerator/pull/86) | ||
|
||
## 1.0.7 - 2017-09-26 | ||
|
||
### Fixes | ||
- Updated/Fixed README | ||
- [#55](https://github.com/rullzer/previewgenerator/pull/55) @Eeems | ||
- [#58](https://github.com/rullzer/previewgenerator/pull/58) @MichaIng | ||
- [#67](https://github.com/rullzer/previewgenerator/pull/67) @sndrr | ||
- Avoid folder processing on pre-generate [#73](https://github.com/rullzer/previewgenerator/pull/73) @Seik | ||
|
||
### Added | ||
- Make NC13 Compatible [#63](https://github.com/rullzer/previewgenerator/pull/63) | ||
|
||
## 1.0.6 - 2017-05-05 | ||
|
||
### Fixed | ||
- Better preview error handling [#51](https://github.com/rullzer/previewgenerator/pull/51) @icewind1991 | ||
- Travis test runs [#53](https://github.com/rullzer/previewgenerator/pull/53) | ||
|
||
### Added | ||
- README.md [#52](https://github.com/rullzer/previewgenerator/pull/52) | ||
- CHANGELOG.md [#52](https://github.com/rullzer/previewgenerator/pull/52) | ||
|
||
## 1.0.5 - 2017-03-17 | ||
|
||
### Added | ||
- Generate more preview sizes | ||
- Add --force command to break lock | ||
|
||
## 1.0.4 - 2017-03-14 | ||
|
||
### Fixed | ||
- Lock timeout was 30 hours instead of minutes | ||
|
||
## 1.0.3 - 2017-03-14 | ||
|
||
### Added | ||
- Do not use app with encryption | ||
- Check for already running command | ||
|
||
## 1.0.2 - 2017-03-08 | ||
|
||
### Added | ||
- More verbose output of commands | ||
- Hack around preview generation errors by not trying the file again in the next run | ||
|
||
## 1.0.1 - 2016-12-08 | ||
|
||
### Fixed | ||
- Pimp info.xml | ||
|
||
## 1.0.0 – 2016-12-07 | ||
Initial release |
Oops, something went wrong.