- Sep 20, 2017
-
-
Michael Davis authored
Simplifies option parsing by overloading on the option type (string, uint64_t or bool). Flags are treated as optional bool options which are either true or not present in the option list.
-
Michael Davis authored
-
Michael Davis authored
-
- Sep 19, 2017
-
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
- Sep 18, 2017
-
-
Julien Leduc authored
and not standard releases.
-
Julien Leduc authored
condition.
-
Julien Leduc authored
This commit should fail in system tests with a core dump on the frontend.
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
This completes the dispatcher logic in the frontend
-
Julien Leduc authored
avoid file metadata resolution on eos side.
-
Michael Davis authored
-
- Sep 15, 2017
-
-
Michael Davis authored
-
Michael Davis authored
-
- Sep 14, 2017
-
-
Michael Davis authored
-
Julien Leduc authored
when SSI is not used.
-
Eric Cano authored
The probe state is also used. It represents the time when the drive is being checked for tapes during the down to up transition. Shutdown is not in use yet as it requires changing the behaviour of the system (clean shutdowns).
-
- Sep 13, 2017
-
-
Eric Cano authored
We now automatically find all binaries to symlink into /usr/bin of containers.
-
Michael Davis authored
Changes dispatcher back to using a switch statement for the EOS commands for easier static analysis.
-
Michael Davis authored
-
Julien Leduc authored
-
Julien Leduc authored
Generating backtrace automatically when ctafrontend dies, collect it for artifacts and display it when the namespace gets deleted so that it appears on the Pipeline.
-
Michael Davis authored
For the admin functions, it is very clunky to map <cmd,subcmd> pairs to which function to call using nested switches. Instead we lookup which function to call in a static const map of <cmd,subcmd> to method function pointers. Now new commands can be added or old ones removed by editing a single line in the map definition.
-
Michael Davis authored
-
- Sep 12, 2017
-
-
Julien Leduc authored
and 1 hour by default. Previously when cta frontend coredumped, all the files appeared to have been successfully deleted when it was not the case. I am now making sure cta client returned with no error to correctly detect failures.
-
Julien Leduc authored
-