From b12e68ea180c5a3de205249d8b550365339fd762 Mon Sep 17 00:00:00 2001 From: Thomas Hu Date: Wed, 3 Jun 2020 15:29:36 -0400 Subject: [PATCH 1/6] Update changelog --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8a67c0b..8e10572f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,32 @@ +### `2.1.4 + +- Enforce black formatting (https://github.com/codecov/codecov-python/pull/260) +- Fix command line quoting on Windows (https://github.com/codecov/codecov-python/pull/169) +- Fix GitLab CI project directory detection on Windows (https://github.com/codecov/codecov-python/pull/216) +- Fix GitLab CI post version 9 (https://github.com/codecov/codecov-python/pull/264) +- Check text for NoneType on writes (https://github.com/codecov/codecov-python/pull/262) +- Include the cacert in the PUT call when uploading to S3 (https://github.com/codecov/codecov-python/pull/266) +- Fixed gcov not being found in certain instances (https://github.com/codecov/codecov-python/pull/263) + +### `2.1.3 + +- Fix find command not working on Windows +- Add support for gzipping reports +- Dynamic syncing of version + +### `2.1.1 + +- Fix command when neither hg or git are not available + +### `2.1.0 + +- Remove x-amz-acl header +- Reformat with Black + +### `2.0.22 + +- Cleaning TOC generation + ### `2.0.21` - fixed string issues From 03902df386c8fb9bb1c54862fbe93ccd058443dd Mon Sep 17 00:00:00 2001 From: Thomas Hu Date: Wed, 3 Jun 2020 15:30:39 -0400 Subject: [PATCH 2/6] will it work with just the number --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e10572f..c948195d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ### `2.1.4 -- Enforce black formatting (https://github.com/codecov/codecov-python/pull/260) +- Enforce black formatting (#260) - Fix command line quoting on Windows (https://github.com/codecov/codecov-python/pull/169) - Fix GitLab CI project directory detection on Windows (https://github.com/codecov/codecov-python/pull/216) - Fix GitLab CI post version 9 (https://github.com/codecov/codecov-python/pull/264) From c28dd60a38681325261e754df55b5e316c6ae579 Mon Sep 17 00:00:00 2001 From: Thomas Hu Date: Wed, 3 Jun 2020 15:32:10 -0400 Subject: [PATCH 3/6] maybe this format --- CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c948195d..eca61b01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ ### `2.1.4 -- Enforce black formatting (#260) -- Fix command line quoting on Windows (https://github.com/codecov/codecov-python/pull/169) -- Fix GitLab CI project directory detection on Windows (https://github.com/codecov/codecov-python/pull/216) -- Fix GitLab CI post version 9 (https://github.com/codecov/codecov-python/pull/264) -- Check text for NoneType on writes (https://github.com/codecov/codecov-python/pull/262) +- Enforce black formatting #260 (https://github.com/codecov/codecov-python/pull/260) +- Fix command line quoting on Windows (https://github.com/codecov/codecov-python/pull/169) +- Fix GitLab CI project directory detection on Windows (https://github.com/codecov/codecov-python/pull/216) +- Fix GitLab CI post version 9 (https://github.com/codecov/codecov-python/pull/264) +- Check text for NoneType on writes (https://github.com/codecov/codecov-python/pull/262) - Include the cacert in the PUT call when uploading to S3 (https://github.com/codecov/codecov-python/pull/266) -- Fixed gcov not being found in certain instances (https://github.com/codecov/codecov-python/pull/263) +- Fixed gcov not being found in certain instances (https://github.com/codecov/codecov-python/pull/263) ### `2.1.3 From a7be295a4575ad4a379f597a9348a1d3dbe936ed Mon Sep 17 00:00:00 2001 From: Thomas Hu Date: Wed, 3 Jun 2020 15:35:31 -0400 Subject: [PATCH 4/6] fine --- CHANGELOG.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eca61b01..d9d12d79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ ### `2.1.4 -- Enforce black formatting #260 (https://github.com/codecov/codecov-python/pull/260) -- Fix command line quoting on Windows (https://github.com/codecov/codecov-python/pull/169) -- Fix GitLab CI project directory detection on Windows (https://github.com/codecov/codecov-python/pull/216) -- Fix GitLab CI post version 9 (https://github.com/codecov/codecov-python/pull/264) -- Check text for NoneType on writes (https://github.com/codecov/codecov-python/pull/262) -- Include the cacert in the PUT call when uploading to S3 (https://github.com/codecov/codecov-python/pull/266) -- Fixed gcov not being found in certain instances (https://github.com/codecov/codecov-python/pull/263) +- Enforce black formatting [#260](https://github.com/codecov/codecov-python/pull/260) +- Fix command line quoting on Windows [#169](https://github.com/codecov/codecov-python/pull/169) +- Fix GitLab CI project directory detection on Windows [#216](https://github.com/codecov/codecov-python/pull/216) +- Fix GitLab CI post version 9 [#264](https://github.com/codecov/codecov-python/pull/264) +- Check text for NoneType on writes [#262](https://github.com/codecov/codecov-python/pull/262) +- Include the cacert in the PUT call when uploading to S3 [#266](https://github.com/codecov/codecov-python/pull/266) +- Fixed gcov not being found in certain instances [#263](https://github.com/codecov/codecov-python/pull/263) ### `2.1.3 From 8e52eeee4c15a25b109b56e35d699d23569199f4 Mon Sep 17 00:00:00 2001 From: Thomas Hu Date: Wed, 3 Jun 2020 15:36:27 -0400 Subject: [PATCH 5/6] Close out my tags --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9d12d79..b0ccefce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### `2.1.4 +### `2.1.4` - Enforce black formatting [#260](https://github.com/codecov/codecov-python/pull/260) - Fix command line quoting on Windows [#169](https://github.com/codecov/codecov-python/pull/169) @@ -8,22 +8,22 @@ - Include the cacert in the PUT call when uploading to S3 [#266](https://github.com/codecov/codecov-python/pull/266) - Fixed gcov not being found in certain instances [#263](https://github.com/codecov/codecov-python/pull/263) -### `2.1.3 +### `2.1.3` - Fix find command not working on Windows - Add support for gzipping reports - Dynamic syncing of version -### `2.1.1 +### `2.1.1` - Fix command when neither hg or git are not available -### `2.1.0 +### `2.1.0` - Remove x-amz-acl header - Reformat with Black -### `2.0.22 +### `2.0.22` - Cleaning TOC generation From b5d5b240cac142220577c9796571808eb6d51935 Mon Sep 17 00:00:00 2001 From: Thomas Hu Date: Wed, 3 Jun 2020 15:37:50 -0400 Subject: [PATCH 6/6] pretty --- CHANGELOG.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0ccefce..dea8451d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ ### `2.1.4` -- Enforce black formatting [#260](https://github.com/codecov/codecov-python/pull/260) -- Fix command line quoting on Windows [#169](https://github.com/codecov/codecov-python/pull/169) -- Fix GitLab CI project directory detection on Windows [#216](https://github.com/codecov/codecov-python/pull/216) -- Fix GitLab CI post version 9 [#264](https://github.com/codecov/codecov-python/pull/264) -- Check text for NoneType on writes [#262](https://github.com/codecov/codecov-python/pull/262) -- Include the cacert in the PUT call when uploading to S3 [#266](https://github.com/codecov/codecov-python/pull/266) -- Fixed gcov not being found in certain instances [#263](https://github.com/codecov/codecov-python/pull/263) +- [#260](https://github.com/codecov/codecov-python/pull/260) Enforce black formatting +- [#169](https://github.com/codecov/codecov-python/pull/169) Fix command line quoting on Windows +- [#216](https://github.com/codecov/codecov-python/pull/216) Fix GitLab CI project directory detection on Windows +- [#264](https://github.com/codecov/codecov-python/pull/264) Fix GitLab CI post version 9 +- [#262](https://github.com/codecov/codecov-python/pull/262) Check text for NoneType on writes +- [#266](https://github.com/codecov/codecov-python/pull/266) Include the cacert in the PUT call when uploading to S3 +- [#263](https://github.com/codecov/codecov-python/pull/263) Fixed gcov not being found in certain instances ### `2.1.3`