This re-adds the check for go being installed before including the
bingo variables make file to avoid repeating errors about missing a
missing go binary when running 'make node-generate' in the ci (the node
container doesn't have go installed)
* Fix mockery setup for graph service
Add missing interfaces to .mockery.yaml. Use existing mocks from protogen
where possible. Remove remaining //go:generate call.
* Add mockery config for settings service
* Add mockery config for proxy service
ownCloud Web recently transitioned to Vue3. The settings ui is still
written in Vue2. Since it's pretty much unused we won't take the efforts
of upgrading it to Vue3.
* Update dependencies, browserslist, linting, acceptance test translations for settings service
* Unskip settings service acceptance tests
* unsilence ci-node-generate steps
* Reset nodejs in CI from 16 to 14
Co-authored-by: Willy Kloucek <wkloucek@owncloud.com>