Finn Woelm
Finn Woelm
The last year has been a wonderful journey for `next-on-netlify` :heart: `next-on-netlify` really has come a very long way, from the small prototype project that it started as, all the...
I ran some more tests. I did a total of 10 travis CI tests, each with 4 builds (2x db, 2x ruby version) for a total of 40 complete cucumber...
@cmrd-senya Taking screenshots on every failure would be super useful! In the meantime, a hacky workaround to get a picture 'on demand' is to use the following line in whatever...
> using `commit()` explicitly caused some issues with failed SQL queries dirtying the connection, so I've done this: > > ```python > def save(self): > try: > super().save() > self.session.commit()...
After some more tinkering myself, I also feel that using the `autocommit=True` flag is better suited for the job. It provides users with more flexibility — some may want to...
Rails does not have the concept of flush vs commit. In Rails, every flush is automatically a commit. So to get Rails-like behavior, you want to pass `autocommit=True` to the...
Removed from Sprint because we don't have any teams using Openly and thus the current value of this feature is low.
There are three scenarios to test here: - Move single file f1 from project p1 to project p2 - Move folder f1 with files f1 and f2 from project p1...
The fix for this is almost complete. We have identified all the issues and solutions: 1) When a folder is moved out of a project, its descendants were not marked...
Hi @javierbrea, first of all: Thanks for this great work! Just wanted to jump in here and note that the security warning still exists on fresh install of `mocks-server/main`. It...