mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-18 19:23:05 +01:00
Merge remote-tracking branch 'origin/master' into 2.4
This commit is contained in:
commit
b6d72e0c91
@ -26,3 +26,18 @@ tools:
|
|||||||
checks:
|
checks:
|
||||||
php:
|
php:
|
||||||
code_rating: true
|
code_rating: true
|
||||||
|
|
||||||
|
# use the new PHP analysis engine
|
||||||
|
# https://scrutinizer-ci.com/docs/tools/php/php-analyzer/guides/migrate_to_new_php_analysis
|
||||||
|
build:
|
||||||
|
nodes:
|
||||||
|
analysis:
|
||||||
|
tests:
|
||||||
|
override:
|
||||||
|
- php-scrutinizer-run
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
override:
|
||||||
|
- npm install -g 'yarn'
|
||||||
|
- yarn install --force
|
||||||
|
- COMPOSER_MEMORY_LIMIT=-1 composer install -o --no-interaction --no-progress --prefer-dist
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "wallabag",
|
"name": "wallabag",
|
||||||
"version": "2.2.2",
|
"version": "2.3.3",
|
||||||
"description": "wallabag is a self hostable application for saving web pages",
|
"description": "wallabag is a self hostable application for saving web pages",
|
||||||
"private": true,
|
"private": true,
|
||||||
"directories": {
|
"directories": {
|
||||||
"doc": "docs"
|
"doc": "docs"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">4.8"
|
"node": ">=6.10"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -450,7 +450,7 @@ class EntryRepository extends EntityRepository
|
|||||||
*/
|
*/
|
||||||
private function getSortedQueryBuilderByUser($userId, $sortBy = 'createdAt', $direction = 'desc')
|
private function getSortedQueryBuilderByUser($userId, $sortBy = 'createdAt', $direction = 'desc')
|
||||||
{
|
{
|
||||||
return $this->sortQueryBuilder($this->getQueryBuilderByUser($userId));
|
return $this->sortQueryBuilder($this->getQueryBuilderByUser($userId), $sortBy, $direction);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -1325,12 +1325,12 @@ class EntryControllerTest extends WallabagCoreTestCase
|
|||||||
'http://www.hao123.com/shequ?__noscript__-=1',
|
'http://www.hao123.com/shequ?__noscript__-=1',
|
||||||
'zh_CN',
|
'zh_CN',
|
||||||
],
|
],
|
||||||
'ru_RU' => [
|
'ru' => [
|
||||||
'http://netler.ru/ikt/windows-error-reporting.htm',
|
'https://www.kp.ru/daily/26879.7/3921982/',
|
||||||
'ru_RU',
|
'ru',
|
||||||
],
|
],
|
||||||
'pt_BR' => [
|
'pt_BR' => [
|
||||||
'http://precodoscombustiveis.com.br/postos/cidade/4121/pr/maringa',
|
'https://politica.estadao.com.br/noticias/eleicoes,campanha-catatonica,70002491983',
|
||||||
'pt_BR',
|
'pt_BR',
|
||||||
],
|
],
|
||||||
'fucked_list_of_languages' => [
|
'fucked_list_of_languages' => [
|
||||||
|
@ -2178,6 +2178,10 @@ hawk@~3.1.3:
|
|||||||
hoek "2.x.x"
|
hoek "2.x.x"
|
||||||
sntp "1.x.x"
|
sntp "1.x.x"
|
||||||
|
|
||||||
|
highlight.js@^9.12.0:
|
||||||
|
version "9.12.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-9.12.0.tgz#e6d9dbe57cbefe60751f02af336195870c90c01e"
|
||||||
|
|
||||||
hmac-drbg@^1.0.0:
|
hmac-drbg@^1.0.0:
|
||||||
version "1.0.1"
|
version "1.0.1"
|
||||||
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
|
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
|
||||||
|
Loading…
Reference in New Issue
Block a user