Skip to content

This appears to be the only place that is causing the entityid issue#66

Merged
tvdijen merged 2 commits intobugfix/http-clientfrom
2026/march/metadata
Mar 18, 2026
Merged

This appears to be the only place that is causing the entityid issue#66
tvdijen merged 2 commits intobugfix/http-clientfrom
2026/march/metadata

Conversation

@monkeyiq
Copy link
Contributor

I am still not sure why this is happening. But it is only being made in the attributeauthority-remote by this one block of code for some test federation files I have.

This was mentioned here #64

dependabot bot and others added 2 commits March 16, 2026 21:24
Bumps the all-actions group with 3 updates: [simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml](https://github.com/simplesamlphp/simplesamlphp-test-framework), [simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml](https://github.com/simplesamlphp/simplesamlphp-test-framework) and [geekyeggo/delete-artifact](https://github.com/geekyeggo/delete-artifact).


Updates `simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml` from 1.11.1 to 1.11.3
- [Commits](simplesamlphp/simplesamlphp-test-framework@v1.11.1...v1.11.3)

Updates `simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml` from 1.11.1 to 1.11.3
- [Commits](simplesamlphp/simplesamlphp-test-framework@v1.11.1...v1.11.3)

Updates `geekyeggo/delete-artifact` from 5 to 6
- [Release notes](https://github.com/geekyeggo/delete-artifact/releases)
- [Changelog](https://github.com/GeekyEggo/delete-artifact/blob/main/CHANGELOG.md)
- [Commits](GeekyEggo/delete-artifact@v5...v6)

---
updated-dependencies:
- dependency-name: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml
  dependency-version: 1.11.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-actions
- dependency-name: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml
  dependency-version: 1.11.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-actions
- dependency-name: geekyeggo/delete-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@codecov
Copy link

codecov bot commented Mar 18, 2026

Codecov Report

❌ Patch coverage is 0% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 66.58%. Comparing base (d49a0c2) to head (2581f9a).
⚠️ Report is 11 commits behind head on bugfix/http-client.

Additional details and impacted files
@@                  Coverage Diff                  @@
##             bugfix/http-client      #66   +/-   ##
=====================================================
  Coverage                 66.58%   66.58%           
  Complexity                  154      154           
=====================================================
  Files                         4        4           
  Lines                       407      407           
=====================================================
  Hits                        271      271           
  Misses                      136      136           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@tvdijen
Copy link
Member

tvdijen commented Mar 18, 2026

I think quality control fails because of this:
simplesamlphp/simplesamlphp@f10b701

We can safely ignore it. Let's merge this PR into #63 and let everyone test. #64 is wrong and should be closed.

@tvdijen tvdijen changed the base branch from master to bugfix/http-client March 18, 2026 13:33
@tvdijen tvdijen merged commit e68d25e into bugfix/http-client Mar 18, 2026
32 of 36 checks passed
@tvdijen tvdijen deleted the 2026/march/metadata branch March 18, 2026 13:34
tvdijen added a commit that referenced this pull request Mar 18, 2026
* Fix to work with Symfony's http-client

* Fix

* Fix handling response codes

* Repair test

* Fix path to autoloader

* Suppress errors from the http-clients

* Properly deal with transport issues

* Add warning

* add underlying error to the info message

* If we are using TransportException then maybe include it here too

* This appears to be the only place that is causing the entityid issue (#66)

* Bump the all-actions group with 3 updates (#65)

Bumps the all-actions group with 3 updates: [simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml](https://github.com/simplesamlphp/simplesamlphp-test-framework), [simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml](https://github.com/simplesamlphp/simplesamlphp-test-framework) and [geekyeggo/delete-artifact](https://github.com/geekyeggo/delete-artifact).


Updates `simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml` from 1.11.1 to 1.11.3
- [Commits](simplesamlphp/simplesamlphp-test-framework@v1.11.1...v1.11.3)

Updates `simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml` from 1.11.1 to 1.11.3
- [Commits](simplesamlphp/simplesamlphp-test-framework@v1.11.1...v1.11.3)

Updates `geekyeggo/delete-artifact` from 5 to 6
- [Release notes](https://github.com/geekyeggo/delete-artifact/releases)
- [Changelog](https://github.com/GeekyEggo/delete-artifact/blob/main/CHANGELOG.md)
- [Commits](GeekyEggo/delete-artifact@v5...v6)

---
updated-dependencies:
- dependency-name: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml
  dependency-version: 1.11.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-actions
- dependency-name: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml
  dependency-version: 1.11.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-actions
- dependency-name: geekyeggo/delete-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* This appears to be the only place that is causing the entityid issue

This was mentioned here
#64

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Ben Martin <monkeyiq@users.sourceforge.net>
Co-authored-by: monkeyiq <monkeyiq@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants