Commit Graph

163 Commits

Author SHA1 Message Date
Matej Kramny
14f850fcec Merge pull request #144 from tokuhirom/save-task-executed-user
Save task executed user's ID in database.
2016-06-26 08:10:20 +01:00
Tokuhiro Matsuno
af8d0595d4 Save task executed user's ID in database.
And show user name in task information view.
2016-06-26 07:50:51 +09:00
Anže Jenšterle
c2a4d25653 Rename key to opts 2016-06-25 21:19:47 +01:00
Matej Kramny
d39e77cc87 Merge pull request #143 from tokuhirom/js-fix
Fix #142
2016-06-25 21:16:37 +01:00
Anže Jenšterle
a2956f2829 Fix async install from global to local 2016-06-25 20:45:13 +01:00
Tokuhiro Matsuno
d36760c28c Fixed API Call. Close #142 2016-06-25 18:39:55 +09:00
Matej Kramny
a5c33bf87a Update changelog 2016-06-25 02:22:18 +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
b4cab16fda Improved UI
- Fixes #94
- Fixes admin permissions (needed to manipulate users)
2016-06-17 13:16:46 -07:00
Matej Kramny
f1972a697b mv models/accessKey.go -> models/AccessKey.go 2016-06-15 22:01:12 -07:00
Matej Kramny
ecd6ef96f5 Edit Environments 2016-06-13 20:40:16 -07:00
Matej Kramny
d960ec53f0 Update repositories 2016-06-13 19:37:40 -07:00
Matej Kramny
2ab74b1768 Fix new user modal
- Fixes #124
2016-06-13 15:40:39 -07:00
Matej Kramny
f16b3a57e8 Fix SQL bugs
- Fixes #117
- Fixes #116
2016-06-02 19:26:51 +01:00
Matej Kramny
cafdcf2d93 Fix CI 2016-05-24 10:58:34 +01:00
Matej Kramny
c58d9ac34f refactoring 2016-05-24 10:55:48 +01:00
Matej Kramny
41dcf1f3ca Bump version for api docs 2016-05-24 10:27:11 +01:00
Matej Kramny
fd5986ed15 Circle: generate .html 2016-05-23 23:59:45 +01:00
Matej Kramny
2597f41618 Bump version, fix CI build 2016-05-23 21:08:28 +01:00
Matej Kramny
0b417594a4 Improve setup, upgrade, new API
- Improve upgrade process (fixes #106)
- Improve upgrade UI
- Delete Users API
- Get user API
- User update API
- Security improvement (does not spill secret over api)
- Improve setup (fixes #100)
2016-05-23 20:29:38 +01:00
Matej Kramny
9a292f0f82 Fix sql order (oops), fix circle tests 2016-05-21 00:47:09 +01:00
Matej Kramny
3f3534ff82 fix circle test 2016-05-21 00:13:16 +01:00
Matej Kramny
758b9b480a contributor notes 2016-05-20 23:50:38 +01:00
Matej Kramny
652c8a6617 Update changelog 2016-05-20 23:31:45 +01:00
Matej Kramny
489eb7a7a0 Bump version 2016-05-20 23:29:12 +01:00
Matej Kramny
7a9dd75b5a Fix #91 2016-05-20 23:22:09 +01:00
Matej Kramny
2caa691ed6 Fix #93 2016-05-20 23:19:52 +01:00
Matej Kramny
977835f923 Fix sql errors
- Add details to contribution guide
- Fix sql errors with project creation (resolves #92, #83)
- Check for updates every day
- Display alert next to settings cog when update is available
2016-05-20 23:07:27 +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
4975c8a498 Move public/vendor to special repository 2016-05-17 20:35:23 +01:00
Matej Kramny
3f913f6a71 update contrib guide 2016-05-17 20:32:37 +01:00
Matej Kramny
74b0657ed2 rename swagger.yml to api-docs.yml 2016-05-17 20:22:11 +01:00
Matej Kramny
fcc332dffc Fix ws logs, output updates from ws
- raw output option for logs (no time prefix)
- fix ws logging
- status updates from ws
2016-05-17 20:12:54 +01:00
Matej Kramny
172f0924a7 Ignore css file 2016-05-17 17:51:41 +01:00
Matej Kramny
27498e6d9a Update documentation, update screenshot 2016-05-17 16:52:25 +01:00
Matej Kramny
e8d3ab7df9 Update readme, logo 2016-05-17 16:43:15 +01:00
Matej Kramny
4ca05800ee Upgrade from the UI
yay 👏
2016-05-17 16:18:26 +01:00
Matej Kramny
c94f68b86b More branding! :)
https://imgur.com/a/sJOga
2016-05-16 23:06:45 +01:00
Matej Kramny
15eb0abe9c Improve looks of project dashboard 2016-05-16 16:58:18 +01:00
Matej Kramny
abafffd994 Better navigation css, logging & ux 2016-05-08 10:36:17 +01:00
Matej Kramny
8b5d6b9803 log fwding 2016-05-01 12:24:09 +01:00
Matej Kramny
ca321053ae Update readme 2016-04-30 16:23:04 +02:00
Matej Kramny
1502ec3935 Fix #83
- oversight with sql code which doesn't actually add a project
2016-04-30 15:38:01 +02: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
d5b1977889 Create db if doesn't exist.. 2016-04-30 07:54:29 +02:00
Matej Kramny
57f107d2fe Code of conduct, changelog 2016-04-29 23:47:31 +02:00
Matej Kramny
1d5d311315 Update readme, contributing guide 2016-04-29 15:58:17 +02:00
Matej Kramny
4787df9ee5 Bump version 2016-04-29 14:07:33 +02:00