Commit Graph

778 Commits

Author SHA1 Message Date
Diptanu Choudhury
98e3e5351b Merge pull request #685 from hashicorp/f-docker-logs
Log Rotator
2016-01-20 16:52:27 -08:00
Diptanu Choudhury
a284d27daa Simplied the logic of detecting the currently rotate log file 2016-01-20 16:50:31 -08:00
Diptanu Choudhury
890333b2e6 Added a comment in the test 2016-01-20 16:30:55 -08:00
Diptanu Choudhury
dca7a53d50 Simplifying a test 2016-01-20 16:25:51 -08:00
Diptanu Choudhury
aa4d9a3317 Using tmpdir and tmpfile in tests 2016-01-20 16:17:49 -08:00
Diptanu Choudhury
8e091a52e3 Renaming a test 2016-01-20 15:55:41 -08:00
Diptanu Choudhury
87ccaab00b Changing the logic of purging old rotated files 2016-01-20 15:53:17 -08:00
Diptanu Choudhury
306d5d281f Added some comments 2016-01-20 14:14:37 -08:00
Ivo Verberk
4330157b78 Cleanup code and add comments 2016-01-20 00:02:17 +01:00
Diptanu Choudhury
e45b89d118 stating an existing file only once 2016-01-16 20:09:24 -08:00
Diptanu Choudhury
e142dc0e4d Added a comment for bufsize 2016-01-16 19:21:16 -08:00
Diptanu Choudhury
ca07a914ed Implemented a method to purge files 2016-01-16 19:19:52 -08:00
Diptanu Choudhury
c39cb6833d Fixing tests 2016-01-15 11:18:02 -08:00
Ivo Verberk
648a3487c9 Merge branch 'master' into f-cli-short-ids 2016-01-15 09:19:53 +01:00
Diptanu Choudhury
57068a28ef add a logger 2016-01-14 23:16:30 -08:00
Diptanu Choudhury
579178720c excluding directories before opening file for writing 2016-01-14 23:05:45 -08:00
Diptanu Choudhury
c3a3ea102d Added a test for testing if logrotator creates an empty dir when it starts from scratch 2016-01-14 22:43:52 -08:00
Diptanu Choudhury
b3c56da9c4 Fixed the logic of rotating files 2016-01-14 22:36:55 -08:00
Diptanu Choudhury
7b1e3db4c5 Fixed the test for writing only N amount of bytes as much as capacity 2016-01-14 18:30:53 -08:00
Diptanu Choudhury
08d1b4c319 Added the node id to agent info 2016-01-14 15:42:30 -08:00
Diptanu Choudhury
0cf85f5355 Refactoring some comments and test names 2016-01-14 15:07:24 -08:00
Diptanu Choudhury
778c5d0a86 Added some more comments 2016-01-14 13:47:46 -08:00
Diptanu Choudhury
91869fb79b Added some docs and removed a redundant method 2016-01-14 13:45:48 -08:00
Diptanu Choudhury
21847954e0 changed the API of the client 2016-01-14 13:35:42 -08:00
Ivo Verberk
ab9409184a Shorten CLI identifiers
* Truncate all UUID identifiers to eight characters by default
* Refactor the node identifier to an auto-generated UUID
* Created and updated tests and mocks
2016-01-14 21:57:43 +01:00
Diptanu Choudhury
e7b1424bcb Returning an error if the list fails 2016-01-14 11:47:05 -08:00
Diptanu Choudhury
ea280d1b26 Added a test for file rotation 2016-01-14 11:41:31 -08:00
Diptanu Choudhury
8695e3d99f Added an impl for log-rotator 2016-01-14 11:13:11 -08:00
Diptanu Choudhury
4345fc9bee Renamed AllocFile to AllocFileInfo 2016-01-13 17:18:10 -08:00
Diptanu Choudhury
78d03616f6 Closing the file handler after finishing readat 2016-01-13 14:39:06 -08:00
Diptanu Choudhury
9dced9a890 alex: making the readat more efficient 2016-01-13 12:43:13 -08:00
Diptanu Choudhury
6604ef5be1 Writing contents of buffer to writer even if there was an error 2016-01-13 11:38:43 -08:00
Diptanu Choudhury
11a67599b9 Implemeted readAt 2016-01-12 22:06:42 -08:00
Diptanu Choudhury
b5385b616d Implemented the Stat API 2016-01-12 21:28:07 -08:00
Diptanu Choudhury
cbcdaec3fe Added the Stat API 2016-01-12 15:25:51 -08:00
Diptanu Choudhury
744c226c23 Added methods for listing directories inside an alloc 2016-01-12 15:03:53 -08:00
Alex Dadgar
dccbc0320b Fix tests 2016-01-11 09:58:31 -08:00
Alex Dadgar
8cc513d16c Add folder 2016-01-11 09:58:31 -08:00
Alex Dadgar
b8a42786f3 merge 2016-01-11 09:58:26 -08:00
Bastiaan Bakker
bf4217e4e8 Add options ipc_mode, pid_mode and uts_mode to docker driver.
May only be used if priviliged mode is enabled in driver config.
2016-01-08 23:34:49 +01:00
Diptanu Choudhury
5340767c29 Printing error message if check is not valid 2016-01-07 17:51:57 -08:00
Alex Dadgar
09a0f40278 Use basic executor 2016-01-06 15:31:08 -08:00
Diptanu Choudhury
06e2a983c1 Adding a , between args to netdav 2016-01-05 13:17:51 -08:00
Alex Dadgar
7db04aa37f Merge pull request #645 from achanda/mount_dirs
Mount task and alloc dirs in the rkt driver
2016-01-05 10:34:03 -08:00
Abhishek Chanda
9ebc143345 Mount task and alloc dirs in the rkt driver
rkt docs herer https://coreos.com/rkt/docs/latest/subcommands/run.html#mounting-volumes
2016-01-05 10:27:44 +00:00
Alex Dadgar
7cc5714dc9 Merge pull request #624 from hashicorp/f-adjustable-timeout
User specifiable kill timeout and operator configurable max
2016-01-04 11:44:22 -08:00
Alex Dadgar
428806a5f1 Merge pull request #633 from achanda/opts_change
Update the insecure flag
2015-12-28 13:35:36 -08:00
Kenneth Feng
b03d94da1e linux/exec: add /usr/share to ChrootEnv 2015-12-28 13:39:34 -05:00
Abhishek Chanda
62d879d317 Update the insecure flag
The current call has been deprecated in
https://github.com/coreos/rkt/pull/1738
2015-12-25 15:59:54 +00:00
Alex Dadgar
9f44780f89 User specifiable kill timeout and operator configurable max 2015-12-22 16:10:30 -08:00