Skip to content

fix(honua-gp): bootstrap env and resolve FeatureServer URLs - #206

Open
mikemcdougall wants to merge 2 commits into
trunkfrom
fix/205-honua-gp-live-url
Open

fix(honua-gp): bootstrap env and resolve FeatureServer URLs#206
mikemcdougall wants to merge 2 commits into
trunkfrom
fix/205-honua-gp-live-url

Conversation

@mikemcdougall

Copy link
Copy Markdown
Contributor

Summary

  • bootstrap an unconfigured honua-gp session from HONUA_BASE_URL on first client access
  • canonicalize absolute and relative ArcGIS REST FeatureServer layer URLs
  • preserve foldered service identifiers when building SDK descriptors

Validation

  • with-build-lock python3 -m pytest packages/honua-gp/tests/test_resolve.py packages/honua-gp/tests/test_session.py -q
  • 24 passed
  • licensed Windows ArcGIS Pro Python environment resolved https://localhost:28446/rest/services/test/FeatureServer/0 to honua://services/test/0 and completed a live GetCount request against the released 2026.1 server

Closes #205

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: d9a4c9e56e

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread packages/honua-gp/honua_gp/_resolve.py Outdated
@mikemcdougall

Copy link
Copy Markdown
Contributor Author

CI note: staging-smoke did not execute any SDK request. All five tests aborted in setup because HONUA_CLIENT_COMPAT_BINDING_JSON expired at 2026-08-16T04:15:11.694Z. The remaining unit, platform matrix, compatibility, conformance, lint, package, typecheck, and security checks passed. This is an external demo binding freshness blocker, not a regression from this PR.

@mikemcdougall

Copy link
Copy Markdown
Contributor Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: d9a4c9e56e

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread packages/honua-gp/honua_gp/_session.py
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.

bug(honua-gp): environment configuration and FeatureServer URL resolution break GetCount parity

1 participant