Commit Graph

19 Commits

Author SHA1 Message Date
Karina Kwiatek abc884aefd Update CI to use main instead of master 2022-01-26 23:17:38 +01:00
Andreas Nedbal 2f52a9c325 Remove HAML linting action step
Hound also does this
2022-01-15 23:48:43 +01:00
Andreas Nedbal aad91d4c09 Assign lockfiles to proper owners 2022-01-07 14:49:14 +01:00
Georg Gadinger d8f38962d3 Use official setup-ruby action 2022-01-07 00:03:48 +01:00
Andreas Nedbal 993667ad0c
Add more frontend filetypes to CODEOWNERS
This just prevents @nilsding from getting code review requests on frontend-related code.
2021-12-26 14:02:32 +01:00
Karina Kwiatek b0fce22ef1 Install `libidn11-dev` for build & docker 2021-12-25 14:49:18 +01:00
Andreas Nedbal 9f39661cdd Add Typescript linting step to GitHub CI 2020-12-26 21:59:53 +01:00
Andreas Nedbal 37ad25018d Add workflow step to export i18n JS files 2020-12-25 18:22:03 +01:00
Andreas Nedbal 82893ece0a Match installation from yarn.lock 2020-12-25 18:22:03 +01:00
Andreas Nedbal 49b0b6e1a2 Precompile assets before tests 2020-12-25 18:22:03 +01:00
Andreas Nedbal d5f61239ce Set proper node environment for testing 2020-12-25 18:22:03 +01:00
Andreas Nedbal 9416debc4a Extend GitHub Actions to install node and yarn 2020-12-25 18:22:03 +01:00
Andreas Nedbal 498d31ecd6 Add HAML linting GitHub Action step 2020-05-11 19:40:44 +02:00
Andreas Nedbal 40a10355e4 Add codeowners file 2020-05-09 09:28:35 +02:00
Andreas Nedbal 138528092a Move CoC and Contributing guidelines to .github 2020-05-09 09:28:12 +02:00
Georg Gadinger c724cecf57 refresh repositories before installing dependencies 2020-05-08 15:54:43 +02:00
Georg Gadinger 781a4ba8b4 Use codecov's bash-based github action 2020-05-01 10:13:42 +02:00
Georg Gadinger 5bb94927a2 Add codecov 2020-04-30 20:18:50 +02:00
Dominik M. Kwiatek c292f51957
Set up GitHub Actions (#72)
* Add GitHub Actions config

* Add extra dependencies and use environment variable for DB config

Moved the env vars up to outside of the postgres service so this might not work

* Pass environment variables for Postgres credentials to Postgres container

* Pass service ports to application

Have a suspicion that Redis one won't work as justask.yml is probably not using ERB

* Add database.yml.postgres with port

* Cache gems; pass Redis URL as env var

* Add host to DB config

* Pass DB credentials for db:setup

* Use 127.0.0.1 instead of localhost to force TCP; Use bundler config without instead of --without

* I can't read 🗑

* 🤔

* 💻🔨 I have no idea what I'm doing…

* Testing env defined outside steps

* Move templated vars down

* Add build badge
2020-04-20 21:02:48 +01:00