Skip to content

Feature accounting

Heinz N. Gies requested to merge philippreston:feature-accounting into master

Created by: philippreston

Added the accounting feature into fifo.

fifo -c dev orgs accounting 798c5e77-b623-4dd4-bf5a-d6db9b2603ff 1451606400000000 1453807249986000
                       Resource UUID Action   Timestamp        
------------------------------------ -------- ---------------- 
676cfb7e-44ec-4fdf-916d-eaa5e2fcfb3d create   1440010933711914 
676cfb7e-44ec-4fdf-916d-eaa5e2fcfb3d update   1440082303097810 
c6ca867f-b309-472b-b94e-7608853af16c create   1440082358865496 
c074a7b3-cd88-48e5-95fd-4338a0945743 create   1440085642941763 
27880935-50b6-47a6-bc10-cb2fe70cc521 create   1440086213866154 
27880935-50b6-47a6-bc10-cb2fe70cc521 update   1440086904744407

Also added --readable option for displaying human readable date and time

fifo -c dev orgs accounting --readable 798c5e77-b623-4dd4-bf5a-d6db9b2603ff 1451606400000000 1453807249986000
                       Resource UUID Action   Date & Time         
------------------------------------ -------- ------------------- 
676cfb7e-44ec-4fdf-916d-eaa5e2fcfb3d create   2015/08/19 20:02:13 
676cfb7e-44ec-4fdf-916d-eaa5e2fcfb3d update   2015/08/20 15:51:43 
c6ca867f-b309-472b-b94e-7608853af16c create   2015/08/20 15:52:38 
c074a7b3-cd88-48e5-95fd-4338a0945743 create   2015/08/20 16:47:22 
27880935-50b6-47a6-bc10-cb2fe70cc521 create   2015/08/20 16:56:53

Minor change to curl print to allow easier copy, paste and run

Merge request reports