Łukasz Mierzwa
1b4da2cb49
fix(ci): fix bundle diff
2023-12-01 13:40:55 +00:00
Łukasz Mierzwa
c10ac05e49
fix(ui): migrate to vite
2023-12-01 09:53:56 +00:00
Łukasz Mierzwa
78516a2fcf
fix(demo): drop heroku tests
2022-09-29 20:29:23 +01:00
Łukasz Mierzwa
7912442b76
feat(ui): reduce css bundle size
2021-08-05 20:21:34 +01:00
Łukasz Mierzwa
04b24c86a0
chore(ci): move e2e test deps to a dedicated dir
2021-05-23 13:15:14 +01:00
Łukasz Mierzwa
6f162d1a5a
chore(backend): use Go 1.16 embed for static files
2021-03-08 21:21:42 +00:00
Łukasz Mierzwa
61adbb1637
chore(project): add .vscode to gitignore
2020-11-30 16:02:29 +00:00
Łukasz Mierzwa
db0aa0bab9
fix(ui): migrate to cra v4
2020-11-23 19:04:14 +00:00
Łukasz Mierzwa
f017354915
fix(project): refactor and cleanup Makefile
2020-04-07 16:47:29 +01:00
Łukasz Mierzwa
108383cf73
chore(backend): move main go code to the cmd folder
...
Make the root folder less messy by moving all karma command code to the cmd folder
2019-08-31 13:49:14 +01:00
Richard Maynard
ec14be0288
feat(backend): add support for custom headers ( #368 )
...
This will allow the AlertManager upstreams to be sent user defined HTTP headers.
2019-01-17 08:53:33 +00:00
Łukasz Mierzwa
6c40d7aa66
chore(git): git ignore TODO.md
2018-11-30 18:35:34 +00:00
Łukasz Mierzwa
9c16ffa447
chore(project): rename from unsee to karma
...
Fixes prymitive/unsee#23
2018-09-09 14:12:26 +01:00
Łukasz Mierzwa
5bd8addba0
feat(test): send test coverage report to codecov.io
2018-08-20 21:34:54 +01:00
Łukasz Mierzwa
bf4477eadc
feat(build): add a build target for deploying to heroku
2018-08-17 22:27:58 +01:00
Łukasz Mierzwa
a4a20ea3ef
feat(ui): new UI written in React
2018-07-19 23:38:11 +02:00
Łukasz Mierzwa
d8ce9f9710
Remove bindata_assetfs.go from git
...
Maintaining this file as part of git tree isn't great, it's not really possible to review changes to it, let's just build it locally, especially that we've added webpack that also builds all assets and it's the files generated by webpack that we now compile into bindata_assetfs.go
2017-08-08 12:19:01 -07:00
Łukasz Mierzwa
b8acd53505
Git ignore vendor folder
2017-08-08 11:01:29 -07:00
Łukasz Mierzwa
b6d5a5614e
Run end-to-end tests for unsee.js
...
This will allow to test entire alerts flow - get alerts.json response (via mocks) and render alerts
2017-07-30 21:08:11 -07:00
Łukasz Mierzwa
83f291a5ae
Move jest coverage dir to .coverage
2017-07-29 16:29:12 -07:00
Łukasz Mierzwa
8f5c246297
Move to fully webpack managed assets
2017-07-29 13:52:07 -07:00
Łukasz Mierzwa
895fa24456
update git ignore files to exclude dev dirs
2017-07-29 13:49:45 -07:00
Łukasz Mierzwa
9525cbcbe0
Cleanup Makefile
...
Rename 'make build' to 'make docker-image' so it's more obvious what it's doing
Initialize git submodules automatically when needed, so users don't need to do it manually
2017-03-23 22:56:17 -07:00
Łukasz Mierzwa
e239fd05fd
Import code from internal repository ( #1 )
...
Import code from internal repository
2017-03-23 16:58:04 -07:00