Łukasz Mierzwa
5d4ae47888
Convert all packages to be internal
...
Internal packages are supported by Go 1.5+, any package in /internal/ dir is only importable from the same repo. This will cleanup main dir a bit and provide better namespace for unsee subpackages
2017-08-04 16:21:27 -07:00
Łukasz Mierzwa
87ea13c8ee
Update docs
2017-07-29 14:56:12 -07:00
Łukasz Mierzwa
e114ceb1ae
Use dep instead of govendor for vendor folder management
2017-07-18 09:16:42 -07:00
Łukasz Mierzwa
1414ed1428
Minor README updates
2017-07-10 22:11:46 -07:00
Łukasz Mierzwa
26d14d1bd2
Refactor Alertmanager API client code to use multiple upstream instances
...
Alerts are stored per instance and deduplicated on read.
2017-06-28 22:35:16 -07:00
Łukasz Mierzwa
0497e82128
Move assets target to a dedicated Makefile
2017-05-10 15:10:29 +01:00
Łukasz Mierzwa
c3bed3cc62
Add a note about writing new mappers
2017-04-06 19:24:48 -07:00
Łukasz Mierzwa
2c003b8a87
Document releases and tags
...
Fixes #27
2017-03-31 09:25:03 -07:00
Łukasz Mierzwa
b458f63713
Switch from manul to govendor for maintaining vendor directory
...
Manul works great, but using git submodules creates some problems (like https://github.com/travis-ci/travis-ci/issues/5806 ), switch to govendor to have reproducible builds
2017-03-28 20:09:26 -07:00
Łukasz Mierzwa
e0279ebe5e
Add more details about make variable 'DEBUG'
...
Make 'make DEBUG=true ...' work with run-docker target and provide more details of what it will do
2017-03-28 11:25:27 -07:00
Łukasz Mierzwa
317936d107
Use links when referencing other files in the repo
2017-03-27 22:30:37 -07:00
Łukasz Mierzwa
9322b8ab0b
Add CONTRIBUTING.md file
...
This file explains how to get started with unsee development
2017-03-27 07:46:42 -07:00