Commit Graph

25 Commits

Author SHA1 Message Date
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
James Wilson d4b5c2b0c8 split e2e tests out and run them separately, not blocking the build or marking it as failed 2021-08-12 13:38:29 +01:00
James Wilson bb25a8c3e2 enforce rustfmt and valid doc links in CI 2021-08-12 12:53:14 +01:00
James Wilson faedba87d4 no e2e feature, and don't assume 'cargo run' is a good default 2021-07-13 11:12:23 +01:00
James Wilson f2f122285e make it obvious that unbounded channels don't need to await, and tidy up some bits 2021-07-12 10:01:23 +01:00
James Wilson 65178de82f Just one dockerfile to simplify things a little and reduce repetition 2021-07-09 20:57:39 +01:00
James Wilson 486418e5e9 Fix CI 2021-06-21 10:54:46 +01:00
James Wilson 2b0accbbb6 Ci tidy 2021-06-16 11:34:33 +01:00
James Wilson 5b01179ca2 tweak CI to work with shards+core split 2021-06-16 11:31:19 +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 de83475e10 fix backend.yml 2021-03-26 13:31:25 +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
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 8ed8d01426 Documentation (#259)
* Documentation

- bump up frontend version (to trigger the CI)
- bump up the backend version (to trigger the CI)
- add some docker related doc
- add CI badges

* Fix CI step name

* Add screenshot
2020-04-24 12:49:52 +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