- Oct 11, 2021
-
-
Eva Schiffer authored
adding warning when we are ignoring variables requested on the command line because we have a config file
-
- Oct 07, 2021
-
-
Eva Schiffer authored
-
Eva Schiffer authored
-
Eva Schiffer authored
-
- Sep 21, 2021
-
-
Eva Schiffer authored
-
- Aug 25, 2021
-
-
Eva Schiffer authored
-
- Aug 24, 2021
-
-
Eva Schiffer authored
-
Eva Schiffer authored
-
Eva Schiffer authored
-
- Aug 18, 2021
-
-
Eva Schiffer authored
-
Eva Schiffer authored
-
- Aug 16, 2021
-
-
Eva Schiffer authored
adding the ability to strip out part of your file names when doing automatic file matching between two directories
-
- Aug 02, 2021
-
-
Eva Schiffer authored
-
- Jul 28, 2021
-
-
Eva Schiffer authored
-
- Jul 26, 2021
-
-
Eva Schiffer authored
-
- Apr 01, 2021
-
-
Eva Schiffer authored
-
- Feb 25, 2021
-
-
Eva Schiffer authored
-
Eva Schiffer authored
-
- Feb 24, 2021
-
-
Eva Schiffer authored
-
Eva Schiffer authored
a first attempt at a more generalized report command that can handle one or two file paths and will search directories and generate multiple reports if needed
-
- Jan 21, 2021
-
-
Eva Schiffer authored
-
- Jan 05, 2021
-
-
Eva Schiffer authored
-
- Oct 23, 2020
-
-
Eva Schiffer authored
-
- Jul 09, 2020
-
-
Eva Schiffer authored
-
- Apr 24, 2020
-
-
Eva Schiffer authored
-
- Nov 29, 2018
-
-
Alan De Smet authored
The move from optparse to argparse caused a regression: positional arguments could no longer intermix with optional arguments. This fixes that. (As of Python 3.7, parse_intermixed_args solves the problem, but we want to support 2.6, maybe 2.5.)
-
- Nov 28, 2018
-
-
Eva Schiffer authored
-
- Oct 03, 2018
-
-
Alan De Smet authored
-
- Sep 21, 2018
-
-
Alan De Smet authored
-
- Mar 20, 2018
-
-
Eva Schiffer authored
-
- Jul 21, 2017
-
-
Eva Schiffer authored
-
- Jul 17, 2017
-
-
Eva Schiffer authored
adding extra checks when variable data is loaded to prevent crashing and some cosmetic changes to html report output
-
- Apr 20, 2017
-
-
Eva Schiffer authored
added global and variable attributes to report pages; fixed bug in the io module that was causing global attributes to never be loaded; corrected the behavior for purple marking circles behind small numbers of mismatch points and added that behavior to some other kinds of mismatch plots
-
- Apr 03, 2017
-
-
Eva Schiffer authored
-
- Mar 16, 2017
-
-
Eva Schiffer authored
-
- Dec 20, 2016
-
-
Alan De Smet authored
Old behavior was to raise an uncaught exception. Now it reports a warning and continues onward.
-
- Aug 10, 2016
-
-
Alan De Smet authored
"glance info --parsable" now outputs the results in tab deliminated format, repeating the filename on each line, making it easier to parse programmatically. Additional fields may be added later! At the moment only supports "info". May add support for other formats later.
-
- Jul 27, 2016
-
-
Alan De Smet authored
Put sort directly into for loop; don't bother with giving it a variable. Use named argument instead of relying on positional one.
-
Alan De Smet authored
Returns how many files could not be read, to a maximum of 255 (since the exit code is 8 bit). This allows other processes calling "glance info" to detect errors.
-
- Jul 14, 2016
-
-
Alan De Smet authored
Previously output was ordered in whatever order the set happened to offer them in. This was not stable between different Python versions. Ordered alphabetically(ish) should be more human friendly, and will simplify the tests.
-