Jonas Hünig

Results 11 issues of Jonas Hünig

Implements #158 This PR replaces DEL Command with UNLINK command like I suggested in #158 Details about UNLINK can be found here https://redis.io/commands/unlink . As noticed here https://github.com/redis/redis/issues/1748#issuecomment-43233084 this will...

With redis 4.0 there is a new unlink command intruded ( https://redis.io/commands/unlink ) with is a smarter version of del() as it deletes keys in O(1) and frees the memory...

### Welcome - [X] Yes, I've searched similar issues on GitHub and didn't find any. - [X] Yes, the DNS provider exposes a public API. - [X] Yes, I know...

enhancement
area/dnsprovider
waiting-for/contrib-feedback
new-provider
waiting-for/api-information

# Topic clarification/correction request ## Topic Link https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements-tech.html#database ## Description In https://github.com/magento/magento2/issues/8933#issuecomment-551520758 the option to set Isolation Level to READ-COMITTED was discussed as a workaround to a bug. While #9756...

Help Wanted
2.3.x
Progress: ready for dev

when I try to run a custom extension, I get this error in sw-cli-tools 0.4.2 the same one worked just fine in 0.2.0 ``` Fatal error: Uncaught Error: Class 'MAXCLUSTER\Shopware\Bootstrap'...

With markdown-3.4.1 there is now longer etree ``` Traceback (most recent call last): File "mdv/bin/mdv", line 11, in load_entry_point('mdv==1.7.4', 'console_scripts', 'mdv')() File "/opt/mdv/lib/python3.8/site-packages/pkg_resources/__init__.py", line 489, in load_entry_point return get_distribution(dist).load_entry_point(group, name)...

### Description (*) update getNextAutoincrement to not use showTableStatus for performants reasons. ### Related Pull Requests https://github.com/magento/magento2/pull/33433 #1712 ### Fixed Issues (if relevant) / ### Manual testing scenarios (*) test...

Component: ImportExport

## Purpose of this pull request This pull request copies the changelog from commerce 2.4.5-p1 and 2.4.4-p2 to open source ## Affected DevDocs pages new pages ## Links to Magento...

Progress: review

Besides the checks Cache-Control Header, there are multiple other possible reasons a side is uncacheable. See also https://www.varnish-software.com/developers/tutorials/varnish-builtin-vcl/ for some reason * Custom Changes to VCL * Authorization Headers *...

Core

### PHP Version / ### Shopware Version 6.6 ### Affected area / extension Platform(Default) ### Expected behaviour On a missing media file in media or themes folder, shopware should not...

Undocumented Feature
Improvement