Open KimEbert42 opened 1 year ago
git log --no-merges --date-order --graph --decorate origin/main ^origin/stable ^origin/ubuntu-20.04-upgrade --stat > ~/dev/j/task/00009-indy-node/indy-node-main-origin-unbutu2004.md
* commit 387cdcaa3c9e8aabe86a0ed90a71026c7b3787e2 (origin/main, origin/HEAD) Author: Ry Jones <ry@linux.com> Date: Wed Oct 19 09:11:18 2022 -0700 Move inactive maintainers to emeritus status The TOC approved a requirement that maintainers that have not been active in over three to six months be move to emeritus status. These maintainers have not been active in over one year. hyperledger/toc#32 Signed-off-by: Ry Jones <ry@linux.com> MAINTAINERS.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) * commit 300be0b3afa17ebde078bd327b31092fa080fd54 | Author: Wade Barnes <wade@neoterictech.ca> | Date: Fri Sep 9 07:59:17 2022 -0700 | | Update the setup-iptables documentation. | | - Update with the latest connection limit recommendations. | - Add instructions for updating the scripts and recommended settings on a node. | | Signed-off-by: Wade Barnes <wade@neoterictech.ca> | | docs/source/setup-iptables.md | 95 +++++++++++++++++++++-------------------- | 1 file changed, 48 insertions(+), 47 deletions(-) | | * commit 7559c4e1e2657da62389fdd2922448e3f538949b | Author: Wade Barnes <wade@neoterictech.ca> | Date: Fri Sep 2 12:49:04 2022 -0700 | | Fix linting errors | | Signed-off-by: Wade Barnes <wade@neoterictech.ca> | | indy_common/test/test_util.py | 6 +++++- | 1 file changed, 5 insertions(+), 1 deletion(-) | | * commit 6215b99c4970e053e09453a7a13711c5b9959b3c | | Author: Wade Barnes <wade@neoterictech.ca> | | Date: Thu Aug 18 07:22:42 2022 -0700 | | | | Fix exception type in update_package_cache | | | | Signed-off-by: Wade Barnes <wade@neoterictech.ca> | | | | indy_node/test/node_control_utils/test_node_control_util.py | 4 ++-- | | indy_node/utils/node_control_utils.py | 2 +- | | 2 files changed, 3 insertions(+), 3 deletions(-) | | | * commit 960311879cd0dd40a5aab97027cfbd2a05a79552 | | Author: Wade Barnes <wade@neoterictech.ca> | | Date: Tue Aug 16 11:52:24 2022 -0700 | | | | Fix apt update issues affecting NodeControlUtil.update_package_cache | | | | Signed-off-by: Wade Barnes <wade@neoterictech.ca> | | | | .../node_control_utils/test_node_control_util.py | 109 ++++++++++++++++++- | | indy_node/utils/node_control_utils.py | 40 +++++++ | | 2 files changed, 148 insertions(+), 1 deletion(-) | | | * commit 6c11c532c199cacbbf3b02dbdb32175b5ff1796e | | Author: Wade Barnes <wade@neoterictech.ca> | | Date: Thu Jul 21 10:39:56 2022 -0700 | | | | Switch string formatting to python 3.5 supported syntax. | | | | Signed-off-by: Wade Barnes <wade@neoterictech.ca> | | | | .../node_control_utils/test_node_control_util.py | 18 +++++++++--------- | | .../request_handlers/test_pool_upgrade_handler.py | 4 ++-- | | 2 files changed, 11 insertions(+), 11 deletions(-) | | | * commit 94b984b4786dc94f5748375b5147509af7ebaa10 | | Author: Wade Barnes <wade@neoterictech.ca> | | Date: Mon May 30 10:49:28 2022 -0700 | | | | Additional updates to upgrade txn handling | | | | - Update PoolUpgradeHandler to only allow processing of a single package. | | - Update NodeControlUtil._get_curr_info to only allow processing of a single package and check for the existence of the package before fetching any details. | | - Add additional unit tests. | | | | Signed-off-by: Wade Barnes <wade@neoterictech.ca> | | | | indy_common/test/test_util.py | 33 +++- | | indy_common/util.py | 2 +- | | .../config_req_handlers/pool_upgrade_handler.py | 4 +- | | .../node_control_utils/test_node_control_util.py | 165 ++++++++++++++++--- | | .../test_pool_upgrade_handler.py | 24 ++- | | indy_node/utils/node_control_utils.py | 18 ++ | | 6 files changed, 221 insertions(+), 25 deletions(-) | | | * commit 07a7f3f7bc4e24d53d161771438da916bf9ab570 | | Author: Wade Barnes <wade@neoterictech.ca> | | Date: Fri May 6 11:45:48 2022 -0700 | | | | Refactor pool upgrade handler | | | | - Switch order of operations. | | - Clean up messaging. | | - Update unit tests | | | | Signed-off-by: Wade Barnes <wade@neoterictech.ca> | | | | indy_common/util.py | 2 ++ | | .../config_req_handlers/pool_upgrade_handler.py | 32 ++++++++++---------- | | .../test_pool_upgrade_handler.py | 20 ++++++++++++ | | 3 files changed, 38 insertions(+), 16 deletions(-) | | * | commit 572162fdaa6daa6dfa258527f84561321f45d94f | | Author: Wade Barnes <wade@neoterictech.ca> | | Date: Thu Aug 18 13:00:03 2022 -0700 | | | | Update setup_iptables script | | | | - Make rate limiting optional. Defaults to off. | | - Add test mode `-t`, so you can see how your input settings will be applied before using them. | | | | Signed-off-by: Wade Barnes <wade@neoterictech.ca> | | | | scripts/setup_iptables | 57 +++++++++++++++++++++++++++++++++++++--------- | | 1 file changed, 46 insertions(+), 11 deletions(-) | | | * commit b894cc0ab81a177afba6eeddb10f368d06f3ff41 | Author: Ry Jones <ry@linux.com> | Date: Thu Aug 4 07:22:39 2022 -0700 | | Update settings.yml | | Signed-off-by: Ry Jones <ry@linux.com> | | .github/settings.yml | 2 +- | 1 file changed, 1 insertion(+), 1 deletion(-) | * commit 69374ee9f9cc05fc31ddd3b5aa4d19a2194cafca | Author: Wade Barnes <wade@neoterictech.ca> | Date: Wed Aug 3 14:08:29 2022 -0700 | | Update setup_iptables script | | - Adjust defaults based on testing. | - Remove default logging rule. | - Add support for setting an explicit logging level. Recommend debug. | | Signed-off-by: Wade Barnes <wade@neoterictech.ca> | | scripts/setup_iptables | 30 +++++++++++++++++++++--------- | 1 file changed, 21 insertions(+), 9 deletions(-) | * commit 656b797d17ee679d9793027f343813bc6dedf40d | Author: Wade Barnes <wade@neoterictech.ca> | Date: Mon Jun 13 12:34:43 2022 -0700 | | Update setup_iptables | | - Add support for disabling IPv6. | | Signed-off-by: Wade Barnes <wade@neoterictech.ca> | | scripts/setup_iptables | 33 +++++++++++++++++++++++++++++++++ | 1 file changed, 33 insertions(+) | * commit 7229c7a8dd9036d26e44e5072f6cbbac9385186a Author: Wade Barnes <wade@neoterictech.ca> Date: Fri May 27 13:27:06 2022 -0700 Update setup_iptables script - Retain overall connection limit - Limit the number of connections per IP address - Rate limit the connections per IP address. - Add support for deleting (-d) the rules added by the script. - Update usage and warning documentation. Signed-off-by: Wade Barnes <wade@neoterictech.ca> scripts/setup_iptables | 185 ++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 157 insertions(+), 28 deletions(-) * commit 3194c1f5ea6492a275fd41855d4425c80f1425f5 | Author: Lynn Bendixsen <lynn@indicio.tech> | Date: Thu Feb 10 12:14:30 2022 -0700 | | Corrected initial checkin with consistency and typo and line feeds. | | Signed-off-by: Lynn Bendixsen <lynn@indicio.tech> | | docs/source/NewNetwork/NewNetwork.md | 2 +- | docs/source/installation-and-configuration.md | 6 +++--- | 2 files changed, 4 insertions(+), 4 deletions(-) | * commit 0a1b2f8b7abecf3eccdbd6f2e2a824e42133c77a Author: Lynn Bendixsen <lynn@indicio.tech> Date: Thu Feb 10 11:50:30 2022 -0700 Moved some steps into the correct order in the Hand on Walkthrough and added clarifying text to 2 other documents to help people with the steps. Signed-off-by: Lynn Bendixsen <lynn@indicio.tech> docs/source/NewNetwork/NewNetwork.md | 2 +- docs/source/installation-and-configuration.md | 2 ++ sample/Network/README.md | 18 +++++++++--------- 3 files changed, 12 insertions(+), 10 deletions(-) * commit 2afb24a440bb23e0e9b0a4919f8611c4b2016d85 Author: pSchlarb <p.schlarb@esatus.com> Date: Mon Nov 29 14:48:18 2021 +0100 Removed pip imports Signed-off-by: pSchlarb <p.schlarb@esatus.com> .github/workflows/build/Dockerfile | 3 ++- .github/workflows/lint/Dockerfile | 1 - Jenkinsfile.ci | 2 +- ci/pipeline.groovy | 2 +- indy_node/__init__.py | 4 ++-- setup.py | 7 +++++-- 6 files changed, 11 insertions(+), 8 deletions(-) * commit 25f281410a30ec229f2a34f7862466f891913ed3 Author: udosson <klemens@internet-sicherheit.de> Date: Fri Jan 14 15:04:14 2022 +0100 fixed typo in uploading detailed test failure results Signed-off-by: udosson <klemens@internet-sicherheit.de> .github/workflows/indy_test_automation.yml | 48 ++++++++++++++-------------- 1 file changed, 24 insertions(+), 24 deletions(-) * commit 36c3f88354e3679c8b41daeea70e903e614b0b42 Author: udosson <klemens@internet-sicherheit.de> Date: Thu Jan 13 11:44:05 2022 +0100 Indy-Test-Automation workflow Signed-off-by: udosson <klemens@internet-sicherheit.de> .github/workflows/build.yaml | 40 +- .github/workflows/indy_test_automation.yml | 1672 ++++++++++++++++++++++++++ 2 files changed, 1711 insertions(+), 1 deletion(-) * commit d73baf182283311d4a15c2e3ec7636194021e454 Author: Philipp Schlarb <p.schlarb@esatus.com> Date: Fri Aug 27 10:33:18 2021 +0200 Added documentation for creating a new network from scratch Co-authored-by: Wade Barnes <wade@neoterictech.ca> Signed-off-by: Philipp Schlarb <p.schlarb@esatus.com> docs/source/NewNetwork/CLIInstall.md | 116 +++++++ docs/source/NewNetwork/CreateDID.md | 33 ++ docs/source/NewNetwork/NewNetwork.md | 144 ++++++++ docs/source/configuring-2nics.md | 148 +++++++++ docs/source/index.rst | 7 +- docs/source/installation-and-configuration.md | 418 ++++++++++++++++++++++++ docs/source/start-nodes.md | 2 +- sample/Network/DIDs.txt | 71 ++++ sample/Network/README.md | 132 ++++++++ sample/Network/Stewards.csv | 5 + sample/Network/Trustees.csv | 4 + sample/Network/domain_transactions_genesis | 7 + sample/Network/pool_transactions_genesis | 4 + 13 files changed, 1089 insertions(+), 2 deletions(-) * commit 1da2405438ca0ce9ceff339b5e2ae16b631c5234 Author: Philipp Schlarb <p.schlarb@esatus.com> Date: Mon Nov 29 16:04:12 2021 +0100 FIX wrong Slicing and SLICE_TOTAL_SLICES Signed-off-by: Philipp Schlarb <p.schlarb@esatus.com> .github/workflows/build.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) * commit 9c3d0e42fa8595086829cf097e6d12f6e3d40298 Author: Philipp Schlarb <p.schlarb@esatus.com> Date: Thu Nov 4 14:57:18 2021 +0100 Baseimage changes as discussed in #1684 Signed-off-by: Philipp Schlarb <p.schlarb@esatus.com> .../docker/baseimage/indy-baseci.ubuntu.dockerfile | 2 +- environment/docker/baseimage/indy-baseci.version | 2 +- .../docker/baseimage/indy-baseimage.ubuntu.dockerfile | 14 ++++++++++---- environment/docker/baseimage/indy-baseimage.version | 2 +- .../docker/baseimage/indy-core-baseci.ubuntu.dockerfile | 2 +- environment/docker/baseimage/indy-core-baseci.version | 2 +- 6 files changed, 15 insertions(+), 9 deletions(-) * commit 6bd7f20deb79df6a1f4bc8906bba7bee6bf9f1a8 Author: udosson <r.klemens@yahoo.de> Date: Tue Nov 9 17:15:44 2021 +0100 prepares indy-plenum package version of debian version depedency Signed-off-by: udosson <r.klemens@yahoo.de> build-scripts/ubuntu-1604/prepare-package.sh | 4 ++++ 1 file changed, 4 insertions(+) * commit d785d0a65a77a65c0fc335c75c8f91766b4d52e1 Author: udosson <r.klemens@yahoo.de> Date: Mon Nov 8 21:37:14 2021 +0100 bump indy-plenum to version 1.13.0.dev169 Signed-off-by: udosson <r.klemens@yahoo.de> setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) * commit 5994b3fab897d9e8f999400607670f5228627939 | Author: udosson <r.klemens@yahoo.de> | Date: Thu Nov 4 08:56:54 2021 +0100 | | updated version of setup-jfrog-cli to v2 | | Signed-off-by: udosson <r.klemens@yahoo.de> | | .github/workflows/build.yaml | 2 +- | 1 file changed, 1 insertion(+), 1 deletion(-) | * commit 3c015ca2c27c4ca2685d271f23f887eb1d8a3611 Author: udosson <r.klemens@yahoo.de> Date: Wed Nov 3 17:27:48 2021 +0100 re-added the adjustment of packages for the cannonical archive Signed-off-by: udosson <r.klemens@yahoo.de> build-scripts/ubuntu-1604/prepare-package.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) * commit 5ff852b93e615ce67455c7445fc1a4a2a39b2556 Author: udosson <r.klemens@yahoo.de> Date: Tue Nov 2 19:24:14 2021 +0100 pinned dependencies because of missing support for python 3.5 Signed-off-by: udosson <r.klemens@yahoo.de> .github/workflows/build/Dockerfile | 6 ++++++ Jenkinsfile.ci | 2 +- build-scripts/ubuntu-1604/Dockerfile | 6 ++++-- ci/code-validation.dockerfile | 2 +- ci/pipeline.groovy | 2 +- ci/ubuntu.dockerfile | 4 +++- setup.py | 2 +- 7 files changed, 17 insertions(+), 7 deletions(-) * commit 0aff581eefc56036b7d2cfd645bb12e56a27ab85 Author: pSchlarb <p.schlarb@esatus.com> Date: Thu Oct 28 10:27:02 2021 +0200 LF Endings Signed-off-by: pSchlarb <p.schlarb@esatus.com> ...AS-03-01-identity-owner-anyone-can-write.batch | 264 +++++++++---------- .../indy-cli-batches/AS-03-01-steward.batch | 272 ++++++++++---------- 2 files changed, 268 insertions(+), 268 deletions(-) * commit 2a19753733c6c082960d00d174fc017e437a6587 Author: udosson <r.klemens@yahoo.de> Date: Thu Oct 14 17:26:16 2021 +0200 added tag to pull of lint image Signed-off-by: udosson <r.klemens@yahoo.de> .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) * commit 75c13515dcf119f0f3376192a2e3a9de0b7d1912 Author: Robin Klemens <39259938+udosson@users.noreply.github.com> Date: Mon Sep 13 18:23:43 2021 +0200 Update version of Indy SKD Update version of Indy SDK to the same version used in Indy-Plenum which is at python3-indy==1.15.0-dev-1625 Signed-off-by: udosson <r.klemens@yahoo.de> setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) * commit 953cace936c47a7775e9b72ae41cab8ac82fe12f Author: udosson <r.klemens@yahoo.de> Date: Mon Sep 13 15:14:23 2021 +0200 fix uploading of deb files with the same name but different distribution Signed-off-by: udosson <r.klemens@yahoo.de> .github/actions/publish-deb/publishPackages | 2 +- .github/actions/publish-deb/upload-spec.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) * commit bae657d4d47593ebde4f951085f326aabab264be Author: Philipp Schlarb <p.schlarb@esatus.com> Date: Thu Aug 19 13:16:11 2021 +0200 updated dev setup for ubuntu 16 and setup-dev.md Signed-off-by: Philipp Schlarb <p.schlarb@esatus.com> dev-setup/ubuntu/init-dev-project.sh | 3 ++- dev-setup/ubuntu/setup-dev-python.sh | 5 ++--- docs/source/setup-dev.md | 18 ++++++++++++++---- 3 files changed, 18 insertions(+), 8 deletions(-)
I think it is safe to say that the commits regarding the github actions (.github/*) can be ignored. The most work on the pipelines is already targeted to the new branch.
.github/*
git log --no-merges --date-order --graph --decorate origin/main ^origin/stable ^origin/ubuntu-20.04-upgrade --stat > ~/dev/j/task/00009-indy-node/indy-node-main-origin-unbutu2004.md