Mikael Korpela
Mikael Korpela
In https://github.com/Trustroots/trustroots/pull/819 I disabled one failing test; once our server test setup is fixed (it doesn't run currently), we should enable this test and ensure it works. I've smoke tested...
We're using CommonJS `const foo = require('foo')` format in backend code, while the frontend already mostly uses modern ESM `import foo from 'foo'` statements. Let's migrate for consistency! ### Todo...
This is a master issue to track various work going to the "shadow ban" feature. Goal: - Add a new "shadowban" role which is like suspended, but works slightly differently....
This is an overview into various framework update/refactoring needs: ### Major effort - [ ] Migrate from AngularJS to React: [React migration overview](https://github.com/Trustroots/trustroots/issues/1334), [AngularJS end of support](https://github.com/Trustroots/trustroots/issues/2436). **In progress.** ⏳...
#### Proposed Changes - [x] Update dependencies - [ ] Update testing-library tests in accordance to latest requirements (WIP) #### Testing Instructions * CI
I had to disable them in https://github.com/Trustroots/trustroots/pull/2440/commits/08b0739326ca78743b4bbabe1505f8464886a0ee as part of enabling testing in CI again in https://github.com/Trustroots/trustroots/pull/2440 Our CI tests were disabled for quite a while and these likely broke...
Two tests fail _sometimes_: ``` 1) Read count of experiences received by user logged in as public user "before each" hook: bound signIn for "private experiences are included when own...
In https://github.com/Trustroots/trustroots/pull/2444 I had to disable a single test due to it was failing consistently. Test needs fixing and enabling again. Failure: ``` trustroots/node_modules/react-dom/cjs/react-dom.development.js:3905 var evt = document.createEvent('Event'); ^ TypeError:...
Reverts a revert Trustroots/trustroots#2420 New try of https://github.com/Trustroots/trustroots/pull/2415. :-)
Stats API supports something called "values" and "meta". These are there for historical reasons; values were numbers only, and text only. That way we could send values to Stathat and...