Commit Graph

21 Commits

Author SHA1 Message Date
serge 41c93a8a19 Update frontend dependencies (#498)
* update npm packages

* update tsconfig

* remove babelrc, babel presets as well as stable package

* fix svg namespace tag syntax errors

* fix reference error due to namespace and class component having same name

* replace tslint with eslint

* make eslint happier

* update .nvmrc to 14

* update node version to 14 in gh workflow

* fix eslint warnings due to warnings treated as errors on CI (process.env.CI = true)

* pretty fix

* bump node version in Dockerfile

* use createRoot instead of react-dom render

* update browsers list in package.json
2022-09-16 11:07:51 +01:00
Sergejs Kostjucenko db661a76dc pin gha versions and add dependabot (#492) 2022-08-25 01:09:21 +03:00
James Wilson fe19a75414 Un-brittle-ify backend E2E tests and have them run by default again in CI (#397)
* test running tests

* Add delay so that core knows about node before feed subscribes to limit chance of race

* move delaye to the right place

* Don't do expensive docker step untill we will be pushing the image

* docker test skipped as hoped, so push to 'true'

* just remove docker steps in github CI entirely since they aren't needed by anything (gitlab CI does this stuff now)

* run CI on pull requests too to catch PRs from forks
2021-09-06 11:30:17 +01:00
James Wilson 35cfb16ed9 Copy and adapt better CI from Soketto instead. Hopefully cache bits will improve build speed 2021-08-12 14:57:10 +01:00
Martin Pugh ac8a4c4d8b lets run CI when CI gets updated.... 2021-03-26 13:38:54 +01:00
Martin Pugh 7fd740e25d fix tags maybe 2021-03-26 13:35:16 +01:00
Martin Pugh 673a649a9c fix frontend.yml 2021-03-26 13:30:48 +01:00
Martin Pugh 9a268c5d49 fix strings 2021-03-26 13:29:47 +01:00
Martin Pugh 44eada6eb9 update docker actions to v2 2021-03-26 13:28:12 +01:00
e. g 227e35bb64 Update frontend.yml (#286) 2020-09-02 17:29:50 +02:00
Erin Grasmick ef1e649593 update README 2020-07-28 14:22:49 +02:00
Erin Grasmick 2da071ae47 fix confusion action behavior 2020-07-28 13:24:15 +02:00
Erin Grasmick c06de1880d remove newline 2020-07-28 13:13:58 +02:00
Erin Grasmick 4340026d54 change working directory 2020-07-21 16:32:36 +02:00
Erin Grasmick a7c92e8e99 change publish org 2020-07-15 17:28:54 +02:00
Erin Grasmick 5c76ada912 push to docker hub only on tag refs 2020-07-15 14:17:06 +02:00
Erin Grasmick dc1a747b57 remove tags 2020-07-15 12:53:46 +02:00
Erin Grasmick 817092d9c4 change repository names 2020-07-13 16:45:33 +02:00
Erin Grasmick 4bbfd54297 add docker build + push to CI 2020-07-13 12:38:13 +02:00
Chevdor f82bf6cb44 Fix prettifier checks (#258) 2020-04-23 19:17:04 +02:00
Chevdor 00d21ef16c Add github workflows (#254)
* Add new workflows to set labels and build/test the backend

* Add frontend workflow

* Limit triggers to PUSH only

* Fix so that BE and FE are mutually exclusive

* Bump up frontend

* Fix case to match current tags
2020-04-17 21:45:32 +02:00