Borek Bernard

Results 241 comments of Borek Bernard

Found some notes from when I was working on #1389, posting them here as they were: --- - The `stop` scripts use `docker-compose stop` – I don't know why, it...

We have `ignored-entities` and `ignored-columns` ([docs](https://github.com/versionpress/versionpress/blob/d867edc36512222ab24a6dc60b91775a0f12b758/docs/content/en/developer/plugin-support.md#ignoring-entities)), maybe simpler would be to call the former `ignored-rows`. Current: ```yaml post: ignored-entities: - 'post_type: revision' - 'post_status: auto-draft' ignored-columns: - comment_count: '@vp_fix_comments_count' ```...

[This Travis build](https://travis-ci.org/versionpress/versionpress/builds/528556822) just failed because of some unrelated fetch error during Docker build 🤨. Something similar has been reported by @pavelevap here: https://github.com/versionpress/versionpress/pull/1435#issuecomment-488689435.

Hi, thanks for reporting this, it can indeed happen as the way VersionPress is designed can lead to tons of small files in the Git repo. Usually, Git packs these...

Splitting/merging a site from/to multisite is an intriguing feature, I agree.

@amjad Realistically speaking, multisite support will not come very soon :/ First, we need to ship VersionPress 4.0 which is quite a bit of work in its own right. Then...

@amjad For files only, you don't need VersionPress; plain Git is more than enough.

@juslintek Awesome that you're willing to help with this! Feel free to fork the repo and send a pull request (or more :) ), here are our contributing guidelines: [`CONTRIBUTING.md`](https://github.com/versionpress/versionpress/blob/master/CONTRIBUTING.md).

For anyone who would like to see this happen and is willing to help, it would be awesome to read a detailed proposal of this feature – how would it...

@dsnid3r Contributing development time would be absolutely awesome!