Граф коммитов

1010 Коммитов

Автор SHA1 Сообщение Дата
Aaron Meihm ab2534c46b [minor] buildResults() -> buildResultsScribe() 2015-08-07 11:56:20 -05:00
Aaron Meihm d98caff904 [minor] add raw package query mode 2015-08-07 11:56:20 -05:00
Aaron Meihm 39fc2df2c2 [minor] option to limit results to true evaluations 2015-08-07 11:56:20 -05:00
Aaron Meihm d67c3c9a43 [minor] remaining cleanup for existing scribe module 2015-08-07 11:56:20 -05:00
Aaron Meihm eadec415c3 [minor] mig scribe module implementation 2015-08-07 11:56:20 -05:00
Julien Vehent 96b9a29744 Merge pull request #78 from ameihm0912/master
[minor] fix typo in makefile error message
2015-08-03 09:58:58 -04:00
Aaron Meihm d78bce93e7 [minor] fix typo in makefile error message 2015-08-03 07:46:18 -05:00
Julien Vehent 11f939e811 [doc] update new bug link in readme 2015-07-25 09:41:32 -04:00
Julien Vehent 78d8c75e7a Merge pull request #76 from mozilla/migdirect
[major] change mig exchange type to direct, requires exchange recreation
2015-07-24 17:47:40 -04:00
Julien Vehent 80c1162da5 [major] change mig exchange type to direct, requires exchange recreation 2015-07-24 17:01:20 -04:00
Julien Vehent 794d23b347 [doc] 1,000 commits! \o/ https://www.youtube.com/watch?v=2AIRQZAgtaE 2015-07-23 11:34:08 -04:00
Julien Vehent 2c29a615df Merge branch 'master' of github.com:mozilla/mig 2015-07-23 11:21:06 -04:00
Julien Vehent 322b8d0191 [minor] add results printing to agentdestroy module 2015-07-23 11:20:38 -04:00
Julien Vehent 1136ba9d2a [minor] don't print module errors in client pkg, it's the job of the module 2015-07-23 11:20:10 -04:00
Julien Vehent 1060a4cd43 Merge pull request #75 from ameihm0912/makefile-cleanup
[minor] remove unused agent-cron target
2015-07-21 16:10:02 -04:00
Aaron Meihm 7f04e9dfbc [minor] remove unused agent-cron target 2015-07-21 14:48:31 -05:00
Julien Vehent 26e2feb706 [minor] display a list of failed agents in command line results 2015-07-20 10:28:35 -04:00
Julien Vehent 7e90991f39 [minor] paginate search results by prime number increments #nerdalert 2015-07-20 10:27:42 -04:00
Julien Vehent 48f3f97086 [minor] improve raw query support in console 2015-07-20 09:56:44 -04:00
Julien Vehent 7947339d28 [minor] fix next offset indicator in api response 2015-07-20 09:56:24 -04:00
Julien Vehent b3c28367f1 [minor] fix counter in console action reader 2015-07-17 11:05:25 -04:00
Julien Vehent 0d80ea8d72 [medium] paginate api search results using offset parameters 2015-07-17 10:47:50 -04:00
Julien Vehent 9d21c89e11 [minor] support debug mode in api 2015-07-17 10:47:08 -04:00
Julien Vehent ad47c222cc [minor] fix error handling on empty API responses in client package 2015-07-17 04:48:47 -04:00
Julien Vehent 8bfd16abf4 [minor] add debug flag to console 2015-07-16 10:39:43 -04:00
Julien Vehent b86d8f68b7 [medium] rework the ID format to prevent float64 precision loss 2015-07-14 09:42:06 -04:00
Julien Vehent 4ea85a1171 [minor] in scheduler, update action counters when command results are stored 2015-07-10 22:35:46 -04:00
Julien Vehent 9af4353161 [minor] add debug/verbose output to client 2015-07-10 11:58:18 -04:00
Julien Vehent 50da7d34a7 [doc] minor update 2015-07-06 14:51:08 -05:00
Julien Vehent b23303b630 Merge pull request #70 from Novemburr/master
Update README.md
2015-07-06 09:46:31 -05:00
Julien Vehent e836686e78 Merge pull request #64 from djmitche/module-init
Revamp module initialization
2015-07-06 09:40:59 -05:00
Novemburr 9b8628c1e9 Update README.md
Changed grammar. searches to searched.
2015-06-23 22:47:54 -05:00
Dustin J. Mitchell d1f2b7704f [minor] change 'object' to 'instance' 2015-06-19 12:28:20 -04:00
Dustin J. Mitchell c9ce07b15b [minor] make NewRun return a Runner without casting 2015-06-19 12:28:19 -04:00
Dustin J. Mitchell efe723783b [minor] rename NewRunner to NewRun 2015-06-19 12:28:19 -04:00
Dustin J. Mitchell 25c9bd9bdd [minor] make all modules' run structs private, pointer receivers 2015-06-19 12:28:19 -04:00
Dustin J. Mitchell 38a1e32d86 [minor] rename Executer to Runner, which now represents a module run 2015-06-19 12:28:19 -04:00
Dustin J. Mitchell f0bfac549b [doc] update documentation for new registration scheme 2015-06-19 12:28:19 -04:00
Dustin J. Mitchell 8c750ee948 [minor] replace all OldRegister with Register 2015-06-19 12:28:19 -04:00
Dustin J. Mitchell f7f49c8164 [minor] rename Register to OldRegister and build compatibility 2015-06-19 12:28:19 -04:00
Dustin J. Mitchell 63e739d52f [minor] rename Moduler to Executer, since Moduler will mean something else 2015-06-19 12:28:19 -04:00
Dustin J. Mitchell f24c615aab [minor] factor module registration into its own file 2015-06-19 12:28:19 -04:00
Julien Vehent 4e867badfa Merge pull request #69 from mozilla/travisupdate20150619
[minor] update go and postgres versions in travis build
2015-06-19 10:27:43 -04:00
Julien Vehent 540d6c5313 [minor] update go and postgres versions in travis build 2015-06-19 10:18:38 -04:00
Julien Vehent 73ca09b906 Merge pull request #67 from mozilla/gdestuynder-patch-1
[minor] Update cipher ordering
2015-06-18 06:10:38 -04:00
Julien Vehent 0d7ea2ede2 Merge pull request #68 from ameihm0912/pkg-tests
[minor] parameter tests for pkg module, and some additional validation
2015-06-18 06:10:06 -04:00
Aaron Meihm 0ed5cc7c2f [minor] parameter tests for pkg module, and some additional validation 2015-06-10 14:54:07 -05:00
Guillaume Destuynder 524e3f218a [minor] Update cipher ordering
Should match mozilla/server-side-tls#69
2015-06-02 15:04:55 -07:00
Julien Vehent ba74452627 [minor] corrected help in mig-console 2015-05-28 12:10:03 -04:00
Julien Vehent 78184e5da6 Merge branch 'master' of github.com:mozilla/mig 2015-05-28 11:40:57 -04:00