Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable19] Store scss variables under a different prefix for each theming config version #24452

Merged
merged 1 commit into from
Nov 30, 2020

Conversation

backportbot-nextcloud[bot]
Copy link

backport of #24449

… version

The main issue with using the general theming- prefix is that with APCu caching
the cache is not shared between processes, so when trying to reset the cache
through the CLI, e.g. when updating the theming config the old cache is never
invalidated.

Signed-off-by: Julius Härtl <jus@bitgrid.net>
@faily-bot
Copy link

faily-bot bot commented Nov 30, 2020

🤖 beep boop beep 🤖

Here are the logs for the failed build:

Status of 36097: failure

mariadb10.4-php7.3

Show full log
There were 3 warnings:

1) Test\Files\ViewTest::testRenameFailDeleteTargetKeepSource
Trying to configure method "writeStream" which cannot be configured because it does not exist, has not been specified, is final, or is static

2) Test\Files\ViewTest::testCopyFailDeleteTargetKeepSource
Trying to configure method "writeStream" which cannot be configured because it does not exist, has not been specified, is final, or is static

3) OCA\Files_Sharing\Tests\External\ManagerTest::testAddShare
Cannot stub or mock class or interface "OCA\Files_Sharing\Tests\External\IManager" which does not exist

--

There was 1 failure:

1) Test\Files\Cache\Wrapper\CacheJailTest::testSimple
Failed asserting that 0 matches expected 689.

/drone/src/tests/lib/Files/Cache/CacheTest.php:81

@MorrisJobke MorrisJobke merged commit 4d34133 into stable19 Nov 30, 2020
@MorrisJobke MorrisJobke deleted the backport/24449/stable19 branch November 30, 2020 15:54
This was referenced Dec 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants