alces-software / adminware

A sandbox CLI for running commands remotely across nodes
1 stars 0 forks source link

Feat/history commands #141

Closed DavidMarchant closed 5 years ago

DavidMarchant commented 5 years ago

Implementation of tool-history and node-history commands. Take a tool or node respectively and displays all jobs ran for that tool/node.

Currently suffers from the same issue outlined #128 - this isn't acceptable but is to be fixed in a later PR.

I've generalized further shared_job_data_table for the time being - to apply it for all history commands. This methodology will be removed completely before long.

It's possible that this entire methodology has been rendered incompatible by any of the PRs put up over the weekend (such as #133). I will put this up now anyway & investigate further.

WilliamMcCumstie commented 5 years ago

I am going to delay merging this PR for the time being. There are extensive changes to the commands which might lead to conflicts. It will be easier to merge that work first and then resolve any issues on this branch.

DavidMarchant commented 5 years ago

Rebased on develop for updates to command generation method

Now ready & compatible with new develop