-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FromTim: suggested changes to Collections looking to Python3.8 #9
Commits on Mar 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 68c9cdc - Browse repository at this point
Copy the full SHA 68c9cdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 696f643 - Browse repository at this point
Copy the full SHA 696f643View commit details -
Configuration menu - View commit details
-
Copy full SHA for e01b3f0 - Browse repository at this point
Copy the full SHA e01b3f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a973e94 - Browse repository at this point
Copy the full SHA a973e94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3870e3a - Browse repository at this point
Copy the full SHA 3870e3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64b8528 - Browse repository at this point
Copy the full SHA 64b8528View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49c8d92 - Browse repository at this point
Copy the full SHA 49c8d92View commit details -
Configuration menu - View commit details
-
Copy full SHA for df4885f - Browse repository at this point
Copy the full SHA df4885fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2100249 - Browse repository at this point
Copy the full SHA 2100249View commit details -
Configuration menu - View commit details
-
Copy full SHA for 441f953 - Browse repository at this point
Copy the full SHA 441f953View commit details -
Configuration menu - View commit details
-
Copy full SHA for 456ed7a - Browse repository at this point
Copy the full SHA 456ed7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4137437 - Browse repository at this point
Copy the full SHA 4137437View commit details -
Configuration menu - View commit details
-
Copy full SHA for a282a23 - Browse repository at this point
Copy the full SHA a282a23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fab0a5 - Browse repository at this point
Copy the full SHA 7fab0a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b2f7a2 - Browse repository at this point
Copy the full SHA 3b2f7a2View commit details -
health check: move debug log line
* prevent 'Performing next health check' message being output each loop
Configuration menu - View commit details
-
Copy full SHA for 23c6384 - Browse repository at this point
Copy the full SHA 23c6384View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ec85fb - Browse repository at this point
Copy the full SHA 4ec85fbView commit details -
* adapt to separated identity, description and state_totals endpoints * remove multi-process logic (replace later with asyncio?) * separate logic for different output formats * make output formats orthogonal * make --describe and --state-totals orthogonal * make --color and --state-totals orthogonal * remove back-compat logic * use colorama for terminal colors, remove TitleFormatter * interface changes: * subtly tweaked colors * automatically use color if terminal supports it * remove arguments: - remove HOSTS argument * remove options: -a --all (scan all) option -b --no-bold option (use --color=never) --print-ports --old --old-format * renamed options: -r -raw --raw-format => --format=raw -f raw -j --json --json-format => --format=json -f json * transformed options: --color => --color=WHEN (use the GNU'esque color opt)
Configuration menu - View commit details
-
Copy full SHA for 7e5bc71 - Browse repository at this point
Copy the full SHA 7e5bc71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e91945 - Browse repository at this point
Copy the full SHA 8e91945View commit details -
* print over multi lines in the log rather than just str.__repr__ * label --- and +++
Configuration menu - View commit details
-
Copy full SHA for aa10f13 - Browse repository at this point
Copy the full SHA aa10f13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63279ab - Browse repository at this point
Copy the full SHA 63279abView commit details -
graph: re-implement --reference functionality
* the old `cylc graph` with all of the non-textural stuff stripped out * no longer dependent on gtk or pygraphviz * interface changes --reference becomes mandatory --file, -f option removed --filter option removed --output-file -O option removed --output-format option removed
Configuration menu - View commit details
-
Copy full SHA for c04079c - Browse repository at this point
Copy the full SHA c04079cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c8a13f1 - Browse repository at this point
Copy the full SHA c8a13f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 904bb34 - Browse repository at this point
Copy the full SHA 904bb34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86db16a - Browse repository at this point
Copy the full SHA 86db16aView commit details -
diffr: utility for differencing JSON files
* difference lists and dicts * differences nested structures * dictionary order does not affect diff, list order does
Configuration menu - View commit details
-
Copy full SHA for bb68a81 - Browse repository at this point
Copy the full SHA bb68a81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0db2492 - Browse repository at this point
Copy the full SHA 0db2492View commit details -
Configuration menu - View commit details
-
Copy full SHA for be9fa8e - Browse repository at this point
Copy the full SHA be9fa8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4174219 - Browse repository at this point
Copy the full SHA 4174219View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5252c07 - Browse repository at this point
Copy the full SHA 5252c07View commit details -
* tidy .travis.yml * run unittests under multiple python versions * add [pycodestyle] section in tox.ini so pycodestyle can be run with no args
Configuration menu - View commit details
-
Copy full SHA for a5312d9 - Browse repository at this point
Copy the full SHA a5312d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d20915f - Browse repository at this point
Copy the full SHA d20915fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fa6c76 - Browse repository at this point
Copy the full SHA 6fa6c76View commit details -
scan: use zmq asyncio interface
* add --ordered option, results are displayed in order, the cost being that slow results will cause blocking
Configuration menu - View commit details
-
Copy full SHA for 7909a98 - Browse repository at this point
Copy the full SHA 7909a98View commit details
Commits on Mar 5, 2019
-
tests: fix flaky timing dependent tests
* ensure order of events not affected by race conditions
Configuration menu - View commit details
-
Copy full SHA for 9c9b328 - Browse repository at this point
Copy the full SHA 9c9b328View commit details -
Configuration menu - View commit details
-
Copy full SHA for 726a6e3 - Browse repository at this point
Copy the full SHA 726a6e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd53b8a - Browse repository at this point
Copy the full SHA fd53b8aView commit details -
* cylc scan will clean up contact files, this may have been the culprit * reduce the time between the kill and the cylc ping to reduce the window for failure
Configuration menu - View commit details
-
Copy full SHA for 20fe29f - Browse repository at this point
Copy the full SHA 20fe29fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f523008 - Browse repository at this point
Copy the full SHA f523008View commit details -
Configuration menu - View commit details
-
Copy full SHA for 192b8d3 - Browse repository at this point
Copy the full SHA 192b8d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b41f038 - Browse repository at this point
Copy the full SHA b41f038View commit details -
Configuration menu - View commit details
-
Copy full SHA for b27bb78 - Browse repository at this point
Copy the full SHA b27bb78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c5a6d9 - Browse repository at this point
Copy the full SHA 6c5a6d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36c80e8 - Browse repository at this point
Copy the full SHA 36c80e8View commit details