Julien Vehent
|
d2f302cbd0
|
[major] f*** gpgme, use Go's own openpgp and Camlistore's gpgagent/pinentry instead
|
2014-06-14 14:15:12 -04:00 |
Julien Vehent
|
824e52f82f
|
[minor] add version to agent RPM build
|
2014-06-11 17:19:52 -04:00 |
Julien Vehent
|
0e85f01ade
|
[minor] API compilation fix
|
2014-05-13 17:21:17 -07:00 |
Julien Vehent
|
c53b11ca8d
|
[minor] don't daemonize the API
|
2014-05-13 17:15:32 -07:00 |
Julien Vehent
|
27439b0fb6
|
[minor] fix Makefile for scheduler build with gpgme
|
2014-05-01 08:11:04 -04:00 |
Julien Vehent
|
d2c6fc553c
|
[minor/bug] Makefile ars aren't the same as env vars. duh!
|
2014-04-25 13:47:27 -04:00 |
Julien Vehent
|
8012d441ff
|
[minor] rewrite Makefile to be moar Makefil-y
|
2014-04-25 13:26:08 -04:00 |
Julien Vehent
|
250e85b33c
|
[minor] when daemonizing the agent, just create a new instance and exit. no more godaemon magic.
|
2014-04-25 12:57:35 -04:00 |
Julien Vehent
|
7a7d8e1eb1
|
[minor] add cross compilation makefile directive
|
2014-04-25 12:57:35 -04:00 |
Julien Vehent
|
ec511e7e6b
|
[medium] Add support for self-installable agent service
|
2014-04-21 17:43:23 -04:00 |
Julien Vehent
|
c0cfcf8ccb
|
[minor] use osext module to find agent executable path
|
2014-04-20 14:11:21 -04:00 |
Julien Vehent
|
ae2536c44f
|
[minor] make clean removes deb packages
|
2014-04-18 19:01:14 -04:00 |
Julien Vehent
|
642c00b99c
|
[minor] change agent binary path in Makefile
|
2014-04-18 13:38:51 -04:00 |
Julien Vehent
|
20ad452bdf
|
[minor] update Makefile for RPM and DEB generation
|
2014-04-17 14:06:50 -04:00 |
Julien Vehent
|
b2b0571ca9
|
[minor] PHONY Makefile
|
2014-04-12 16:45:23 -04:00 |
Julien Vehent
|
272a8159a3
|
[minor] better getter into system Go
|
2014-04-12 16:38:48 -04:00 |
Julien Vehent
|
7d84ffde18
|
[minor] add Makefile command to get dependencies into system's go path
|
2014-04-11 16:54:06 -04:00 |
Julien Vehent
|
c03a79f733
|
[minor] added 'verifier', a tool for checking actions or commands
|
2014-02-18 12:33:25 -08:00 |
Julien Vehent
|
1c7da80b41
|
[medium] use Collection+JSON standard for API resources
|
2014-02-17 05:56:40 -08:00 |
Julien Vehent
|
9378846a2d
|
[medium] base API structure and endpoint for creating actions
|
2014-02-12 17:20:08 -05:00 |
Julien Vehent
|
82060ee034
|
[minor] move action generator code to its own folder
|
2014-02-12 17:20:02 -05:00 |
Julien Vehent
|
22f0b80522
|
[minor] update clean in makefile
|
2014-02-10 17:50:49 -05:00 |
Julien Vehent
|
596b443231
|
[minor] fix postinstall script in agent rpm
|
2014-02-10 17:48:55 -05:00 |
Julien Vehent
|
947b1a3419
|
Merge pull request #2 from gdestuynder/master
[medium] add support to automatically start mig_agent after rpm install
|
2014-02-10 17:11:36 -05:00 |
Julien Vehent
|
79559268b6
|
[minor] add mgo module to makefile dependencies fetching
|
2014-02-10 15:15:28 -05:00 |
Guillaume Destuynder
|
4b026a3bcc
|
[medium] add support to automatically start mig_agent
when installing the rpm
|
2014-02-07 11:21:08 -08:00 |
Julien Vehent
|
6d73583a30
|
[medium] run agent in background (daemonize)
|
2014-02-07 09:38:57 -05:00 |
Julien Vehent
|
18c1c6cc78
|
[minor] fix filechecker test in makefile
|
2014-02-07 09:14:30 -05:00 |
Julien Vehent
|
90499e9296
|
[minor] clean up dependencies in make clean, and exclude them from git
|
2014-02-07 09:14:05 -05:00 |
Julien Vehent
|
42d0cbb205
|
[doc] explain configuration of agent
|
2014-02-05 13:30:19 -05:00 |
Julien Vehent
|
6b78e51874
|
[medium] make configuration template for agent, overridden at build time with custom conf
|
2014-02-05 11:10:23 -05:00 |
Julien Vehent
|
0773980740
|
[minor] updated gitignore
|
2014-02-05 10:42:27 -05:00 |
Julien Vehent
|
cb34bc2cc4
|
[minor] fix github url in rpm target
|
2014-02-03 11:15:15 -05:00 |
Guillaume Destuynder
|
0d6f8c8b71
|
[medium] Add rpm target, automatically fpm MIG
Fix install target, had incorrect INSTALL arguments
Missing mig.cfg install with correct mode
|
2014-02-03 11:15:06 -05:00 |
Guillaume Destuynder
|
879f8bb89d
|
[minor] Add necessary directory and config while installing mig
|
2014-02-03 11:14:53 -05:00 |
Guillaume Destuynder
|
a66eac7f7e
|
[minor] Add install code for mig action generator.
Fix install path for privilegied binaries (sbin)
|
2014-02-03 11:14:38 -05:00 |
Guillaume Destuynder
|
c0eb1bd670
|
[minor] Add test for mig agent's file parsing
|
2014-02-03 11:13:56 -05:00 |
Julien Vehent
|
12d7a3c670
|
[minor] Makefile fix
|
2014-02-03 10:44:32 -05:00 |
Julien Vehent
|
23e5e5dc6b
|
[minor] Makefile: prefer dash to underscore in binary names
|
2014-02-03 10:44:18 -05:00 |
Guillaume Destuynder
|
e1049937ab
|
[medium] Makefile support
LICENSE file added
|
2014-02-03 10:42:36 -05:00 |