~sylvain-pineau/pm-graph:python3-debian-packaging

Last commit made on 2020-02-18
Get this branch:
git clone -b python3-debian-packaging https://git.launchpad.net/~sylvain-pineau/pm-graph
Only Sylvain Pineau can upload to this branch. If you are Sylvain Pineau please log in for upload directions.

Branch merges

Branch information

Name:
python3-debian-packaging
Repository:
lp:~sylvain-pineau/pm-graph

Recent commits

da13294... by Sylvain Pineau

debian: switch to dh-python3

247f38d... by Sylvain Pineau

debian-pyversions-is-obsolete

https://lintian.debian.org/tags/debian-pyversions-is-obsolete.html

f8c13b8... by Sylvain Pineau

Upgrade to python3

3a8cd2f... by Todd Brandt <email address hidden>

googlesheet folder cache:
- increase run speed by skipping folder searches at the start
- enable multitest folder cache on the $HOME/.multitests file
- any time new data is added from a tarball it's cached
googlesheet sorting:
- enable sorting by both RC and MACHINE and creat summaries for both
- change -rcdir to -sortdir (will use to sort by many things)
- move sort dirs to sortdir/rc/* & sortdir/machine/*
- make -sortdir optional, without it there's no rc or machine summary
- add a -sortonly command for manually updating the sort sheets
- add -machswap argument to combine machine names together
- reorganize the sort dir to include fullpath links to webdir (for caching)
googlesheet formatting:
- fix deletion of bugzilla temp file when -bugzilla not used
- place a warning on gdrive list calls that have multiple pages
- add kernel columns to "kernel issues" and "suspend/reume devices" tabs
tools/googleapi:
- add a gdrive id cache for all dir and file ids retrieved
- this should cut the api call count down by a factor of 5
- change handling of User Rate Limit Exceeded error from the google apis
- when it occurs, delay by a value different from the other processes
tools/intel-multitest-handler.sh:
- store the dataserver script as a public example of how to enable googlesheet

83d29a3... by Todd Brandt <email address hidden>

sleeograph: add two new acpi_s2idle calls to timeline

7804ba9... by Todd Brandt <email address hidden>

sleepgraph:
- fix TypeError: 'dict_keys' object is not subscriptable
- python3 does not allow iteration on dict.keys()

1e83eff... by Todd Brandt <email address hidden>

Merge pull request #16 from ckoppolu/upgrade-python

Use python3 executable by default

bec2e72... by Chanakya Koppolu <email address hidden>

Upgrade to python3

Signed-off-by: Chanakya Koppolu <email address hidden>

c791e16... by Todd Brandt <email address hidden>

sleepgraph:
- ignore turbostat 32-bit capability warnings
- include all instances of the word "FAILED" in error messages

6862ea2... by Todd Brandt <email address hidden>

sleepgraph:
- in freeze, fix more than 2 occurances of back to back suspend/resume machines
- only the first two were handle properly color-wise