Stanislav Zhuk
Stanislav Zhuk
> Probably a superset of that. I wouldn't expect something like `ddev describe` to create files either for example. That's right, this PR does this not only for `ddev --version`,...
I noticed another bug in the project directory, there is a warning when there is no `.ddev/commands` folder: ``` $ ls -l .ddev total 4 -rw-r--r-- 1 stas stas 306...
Two popular commenting systems, based on GitHub: - Issues https://utteranc.es/ (https://github.com/utterance/utterances) - Discussions https://giscus.app/ (https://github.com/giscus/giscus)
Here is what I have for add-ons JSON data: - ~~https://stasadev.github.io/mm-starter/all.json~~ - ~~https://stasadev.github.io/mm-starter/official.json~~ - ~~https://stasadev.github.io/mm-starter/third-party.json~~ And minified: - ~~https://stasadev.github.io/mm-starter/all.min.json~~ - ~~https://stasadev.github.io/mm-starter/official.min.json~~ - ~~https://stasadev.github.io/mm-starter/third-party.min.json~~ These files are not stored in the...
> It would be great if dependencies and ddev version constraints were included in the json as well (or are they already and I just didn't see them?) They are...
Here's my progress https://ddev.github.io/addon-registry/ Source code https://github.com/ddev/addon-registry - I used DataTables for the add-ons table. - The add-on pages are currently created manually, I need to develop a way to...
Update https://ddev.github.io/addon-registry/: - Add all add-ons with autoupdate - Add breadcrumbs navigation - Make README.md relative links absolute, display images from README.md - New JSON https://ddev.github.io/addon-registry/addons.json
I had a discussion with @rfay, and after fixing this, we can proceed with the initial release: Main page: - [x] Do not display the org/user in the table; move...
@galoppi and @seebeen I would appreciate it if you could check it out.
This change looks simple, but other than that: - buildkite may have `master` hardcoded somewhere - how readthedocs builds will behave with this change? - will the automatic redirect from...