Commit Graph

24 Commits

Author SHA1 Message Date
Matej Kramny
2f16f70e98 begin refactor gin -> net/http 2017-02-22 14:17:36 -08:00
Matej Kramny
80a34026e3 bump version to 2.2.0 2017-02-22 13:30:05 -08:00
julian
245a033456
fix api breaking of google/go-github
google/go-github broke the api of their functions with 23d6cb9cac
This commit adds the context `context.TODO()` to the call of `gh.Repositories.ListReleases` which is meant to be used "when it's unclear which Context to use or it is not yet available (because the surrounding function has not yet been extended to accept a Context parameter)" (citing https://godoc.org/context)

Signed-off-by: julian <dev@jneureuther.de>
2017-02-21 20:44:35 +01:00
Matej Kramny
79954131b1 bump version 2.1.0 2016-12-22 03:50:59 +09:00
gcavalcante8808
e567d20c41 Alias field was not created on the DB. Corrected: added version 1.9.0. 2016-11-17 20:16:28 -02:00
Matej Kramny
1f565eb668 Bump version 2016-06-28 19:26:00 +01:00
Matej Kramny
6680763e2c Bump version 2016-06-25 02:19:22 +01:00
Matej Kramny
c179b38d10 Fix #136 2016-06-25 02:04:24 +01:00
Matej Kramny
c58d9ac34f refactoring 2016-05-24 10:55:48 +01:00
Matej Kramny
2597f41618 Bump version, fix CI build 2016-05-23 21:08:28 +01:00
Matej Kramny
489eb7a7a0 Bump version 2016-05-20 23:29:12 +01:00
Matej Kramny
47a6fe51f1 improve setup
- fix bug with -setup not accepting spaces
- fix pointless panic while decoding cookies
- fix bug generating secure hashes for cookies during setup
2016-05-17 21:17:17 +01:00
Matej Kramny
4ca05800ee Upgrade from the UI
yay 👏
2016-05-17 16:18:26 +01:00
Matej Kramny
b2eb39d605 🎉 remove redis dependency
- Remove mandrill
- Remove redis
- Sessions & more transparency into who's logged into your user
- Session is stored in cookies (map of two integers.)
- Encrypted sessions, configurable keys (auto-generated)
2016-04-30 14:28:47 +02:00
Matej Kramny
8fd27ee16b Improved setup formatting 2016-04-30 09:52:33 +02:00
Matej Kramny
4787df9ee5 Bump version 2016-04-29 14:07:33 +02:00
Matej Kramny
697e456802 Upgrade 2016-04-26 19:18:28 +01:00
Matej Kramny
98210da21d Improve setup 2016-04-24 19:11:43 +01:00
Matej Kramny
ab3a33e763 Interactive setup 2016-04-18 01:58:29 +01:00
Matej Kramny
5354d0a645 Print example configuration 2016-04-11 11:30:31 +01:00
Matej Kramny
2e1ad91e7a Running tasks
- Link models with tables
- Basic API to fetch everything
2016-04-07 13:49:34 +01:00
Matej Kramny
ad860ef236 Login working 2016-03-18 23:23:03 +00:00
Matej Kramny
252b4fbe50 Use proper github path 2016-03-16 21:49:43 +00:00
Matej Kramny
90f9295505 Initial v2 work 2016-01-05 00:32:53 +01:00