openstax / qualitas-server

Home to any tools or dashboards used by the OpenStax QA team.
https://qualitas-server.herokuapp.com
GNU Affero General Public License v3.0
0 stars 0 forks source link

Add a diff tool to compare the history.txt between the different servers. #43

Closed m1yag1 closed 5 years ago

m1yag1 commented 5 years ago

Currently, the process to validate what is on a server involves manually going to the history.txt cutting and pasting that into a diff tool and then going to next server, repeating this process to copy into the diff tool in order to figure out the differences.

This process could be much easier.

The proposed idea is to allow for a multi select between two servers. This could be qa and staging for example. The diff for the history.txt for each server would then be displayed in the screen. This would make the validation process much faster. Most of the code has already been written by Dante and exists in openstax/cnx-automation.

m1yag1 commented 5 years ago

Resolved by #45