Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Config v2 route handling refactor #148

Merged
merged 4 commits into from
Feb 9, 2025

Conversation

jsirianni
Copy link
Member

@jsirianni jsirianni commented Feb 9, 2025

Description of Changes

Please check that the PR fulfills these requirements

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • CI passes

@jsirianni jsirianni requested a review from a team as a code owner February 9, 2025 00:58
@jsirianni jsirianni merged commit 320e115 into epic/configuration-v2 Feb 9, 2025
19 checks passed
@jsirianni jsirianni deleted the refactor-route-handling branch February 9, 2025 01:04
jsirianni added a commit that referenced this pull request Feb 10, 2025
* refactor route parsing

* Ensure routes returned are not nil

* refactor config v2 read routes

* typo
jsirianni added a commit that referenced this pull request Feb 10, 2025
* Generate component ID

* test id change

* lint: package comment

* feat(resource): Connectors for configuration v2 (#141)

* add connectors

* support delete

* move readRolloutOptions()

* WIP: We need component ID to be generated before apply

* generate connector id

* Remove test file

* feat: Configuration V2 with routing (#143)

* support delete

* WIP: We need component ID to be generated before apply

* Remove test file

* rough working concept

* test some advanced routing

* remove route id, bindplane can generate it

* input validation

* resolve validation func

* linter

* fix issue with telemetry type and route id not persisting

* feat: Configuration V2 Processors (#144)

* support delete

* WIP: We need component ID to be generated before apply

* test some advanced routing

* remove route id, bindplane can generate it

* input validation

* resolve validation func

* fix issue with telemetry type and route id not persisting

* WIP: We need component ID to be generated before apply

* implement create

* implement read

* sync tests

* chore: Test against v1.74.0 - current (#145)

* lets see which versions work :)

* tighten up versions

* add version notice

* doc processor groups on config v2 (#146)

* feat: Config v2 connectors (#147)

* add connector to config v2 schema

* fix tests from bad rebase upstream

* support connectors in the configuration

* chore: Config v2 route handling refactor (#148)

* refactor route parsing

* Ensure routes returned are not nil

* refactor config v2 read routes

* typo

* fix: Config v2 routes should use TypeSet to avoid ordering requirements (#149)

* Fix an issue where the config v2 read func was not comparing route_id correctly

* refactor RoutesToState further

* use TypeSet for routes in order to avoid ordering constraint

* ci

* Route (#150)

* unify route schema

* implement route_id and enable connector support

* add license

* linter fixes

* doc

* fix bad rebase
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.

1 participant