From 37085ef91c28fe229d66d98ab58d3612297434f0 Mon Sep 17 00:00:00 2001 From: David Andersson <51036209+jdkandersson@users.noreply.github.com> Date: Thu, 14 Nov 2024 14:04:27 +0100 Subject: [PATCH 1/6] Create CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..15a61af --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] From 1dd694695d5c987091c2509afb9968c990b6c48f Mon Sep 17 00:00:00 2001 From: David Andersson <51036209+jdkandersson@users.noreply.github.com> Date: Thu, 14 Nov 2024 14:06:14 +0100 Subject: [PATCH 2/6] Update pull_request_template.md --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 5ce31d9..0d46275 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -28,5 +28,6 @@ Applicable spec: - [ ] The documentation is generated using `src-docs` - [ ] The documentation for charmhub is updated - [ ] The PR is tagged with appropriate label (`urgent`, `trivial`, `complex`) +- [ ] The changelog has been updated From 02a3d8fc69dac82bbe7cf663fab0ed800c5b2c9c Mon Sep 17 00:00:00 2001 From: David Andersson <51036209+jdkandersson@users.noreply.github.com> Date: Thu, 14 Nov 2024 14:07:19 +0100 Subject: [PATCH 3/6] Update pull_request_template.md --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 0d46275..fe21dff 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -28,6 +28,6 @@ Applicable spec: - [ ] The documentation is generated using `src-docs` - [ ] The documentation for charmhub is updated - [ ] The PR is tagged with appropriate label (`urgent`, `trivial`, `complex`) -- [ ] The changelog has been updated +- [ ] The [changelog](CHANGELOG.md) has been updated From 9b76efa6f72f3344b710730636020ed4edfc4eda Mon Sep 17 00:00:00 2001 From: David Andersson <51036209+jdkandersson@users.noreply.github.com> Date: Thu, 14 Nov 2024 14:07:41 +0100 Subject: [PATCH 4/6] Update pull_request_template.md --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index fe21dff..68fe86c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -28,6 +28,6 @@ Applicable spec: - [ ] The documentation is generated using `src-docs` - [ ] The documentation for charmhub is updated - [ ] The PR is tagged with appropriate label (`urgent`, `trivial`, `complex`) -- [ ] The [changelog](CHANGELOG.md) has been updated +- [ ] The [changelog](../CHANGELOG.md) has been updated From 9751b2e5b2238ad30411396b53cfb421818948e0 Mon Sep 17 00:00:00 2001 From: David Andersson <51036209+jdkandersson@users.noreply.github.com> Date: Fri, 15 Nov 2024 10:43:19 +0100 Subject: [PATCH 5/6] Update tox.ini --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index d7adc89..88a2c90 100644 --- a/tox.ini +++ b/tox.ini @@ -111,6 +111,7 @@ deps = boto3 juju==3.5.2.0 git+https://github.com/canonical/saml-test-idp.git + websockets<14.0 # https://github.com/juju/python-libjuju/issues/1184 -r{toxinidir}/requirements.txt -r{toxinidir}/tests/integration/flask/requirements.txt commands = From a2afddca82a58468d6be7f51ca705059dcf3b5a4 Mon Sep 17 00:00:00 2001 From: David Andersson <51036209+jdkandersson@users.noreply.github.com> Date: Mon, 25 Nov 2024 12:01:21 +1100 Subject: [PATCH 6/6] Update tox.ini --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 88a2c90..d7adc89 100644 --- a/tox.ini +++ b/tox.ini @@ -111,7 +111,6 @@ deps = boto3 juju==3.5.2.0 git+https://github.com/canonical/saml-test-idp.git - websockets<14.0 # https://github.com/juju/python-libjuju/issues/1184 -r{toxinidir}/requirements.txt -r{toxinidir}/tests/integration/flask/requirements.txt commands =