Konstantin Myakshin

Results 151 comments of Konstantin Myakshin

@mejo- we have a lot of pages in collectives, so I would like to reduce amount of runtime operations to speedup backend endpoints.

I've achieved some progress. Now it more or less works, we have even redirects if slugs have been renamed. You can observe how it works in the video that attached...

@mejo- there is one more reason to persist `slug` in the database: we can make it editable in upcoming PRs. Sometimes page titles can be long, so we can give...

For some reason migrations stop work for me (even previous). Both autoloading and dependency injection resolving not works. Any idea how to fix that? ``` devcontainer@5e275b290d01:/var/www/html$ ./occ migrations:migrate collectives -v...

hey @mejo- ! It seems like `./occ migrations:migrate collectives` works in a different way comparing to `./occ upgrade`. Here some interesting scenario: 1. Truncate all collectives/pages 2. Create few collectives...

I don't know why cypress is failing with `401: Unauthorized` error :confused:

@juliusknorr I've already rebased few times :smile:. Mentioned PR fixes Behat tests but not Cypress.

@juliusknorr I've opened PR with backport: #1625. But now there is another error :man_shrugging: : > `Could not download app contacts`

@max-nextcloud I've just rebased branch and resolve conflicts. Yeah, I will be very appreciated if you can help me with Cypress. I've completely stuck with it. Feel free to push...

@max-nextcloud > One benefit of including the ids is that the collective / page can still be identified after a rename. Yeah, it was a main idea of having it...