Skip to content

Develop - #10

Merged
alirezat66 merged 4 commits into
mainfrom
develop
Aug 10, 2026
Merged

Develop#10
alirezat66 merged 4 commits into
mainfrom
develop

Conversation

@alirezat66

Copy link
Copy Markdown
Collaborator

add enriched events

add transformer for make an event enrichment.
add custom category and subcategory

Reza Taghizadeh and others added 2 commits August 10, 2026 16:58

@alirezat66 alirezat66 left a comment

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

I approve the changes

@alirezat66 alirezat66 self-assigned this Aug 10, 2026

@alirezat66 alirezat66 left a comment

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

it reviewed, it seems now the test errors gone.

@alirezat66 alirezat66 left a comment

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

the analyze problem solved well

@alirezat66
alirezat66 merged commit 422f67d into main Aug 10, 2026
1 check passed
alirezat66 added a commit that referenced this pull request Aug 10, 2026
* refactor: rename BaseEvent methods `getName` and `getProperties` to getters `name` and `properties`

This commit refactors the `BaseEvent` class by changing the methods `getName()` and `getProperties()` to getters `name` and `properties` respectively. This change simplifies the API for accessing event data.

All usages of these methods across the codebase, including in tests, examples, and internal logic, have been updated to use the new getter syntax.

Additionally, the example project's pubspec.lock has been updated.

* Add repository code owner

* Develop (#10)

* add creation of category and subcategory into readme and add test for them.

* feat: add event transformer pipeline for automatic event enrichment (#9)

Co-authored-by: Reza Taghizadeh <alirezataghizadeh@gmail.com>

* style: format code for better readability in event test files

* fix: update transformer function signatures to use BaseEvent type

---------

Co-authored-by: Reza Taghizadeh <alirezataghizadeh@gmail.com>

* fix: keep BaseEvent getName/getProperties as deprecated wrappers for backward compatibility

* style: apply dart format to satisfy CI

---------

Co-authored-by: Reza Taghizadeh <alirezataghizadeh66@gmail.com>
Co-authored-by: Reza Taghizadeh <alirezataghizadeh@gmail.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
alirezat66 added a commit that referenced this pull request Aug 11, 2026
* refactor: rename BaseEvent methods `getName` and `getProperties` to getters `name` and `properties`

This commit refactors the `BaseEvent` class by changing the methods `getName()` and `getProperties()` to getters `name` and `properties` respectively. This change simplifies the API for accessing event data.

All usages of these methods across the codebase, including in tests, examples, and internal logic, have been updated to use the new getter syntax.

Additionally, the example project's pubspec.lock has been updated.

* Add repository code owner

* Develop (#10)

* add creation of category and subcategory into readme and add test for them.

* feat: add event transformer pipeline for automatic event enrichment (#9)

Co-authored-by: Reza Taghizadeh <alirezataghizadeh@gmail.com>

* style: format code for better readability in event test files

* fix: update transformer function signatures to use BaseEvent type

---------

Co-authored-by: Reza Taghizadeh <alirezataghizadeh@gmail.com>

* fix: keep BaseEvent getName/getProperties as deprecated wrappers for backward compatibility

* style: apply dart format to satisfy CI

---------

Co-authored-by: Reza Taghizadeh <alirezataghizadeh66@gmail.com>
Co-authored-by: Reza Taghizadeh <alirezataghizadeh@gmail.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
alirezat66 added a commit that referenced this pull request Aug 11, 2026
* add creation of category and subcategory into readme and add test for them.

* refactor: rename BaseEvent methods `getName` and `getProperties` (#1)

* refactor: rename BaseEvent methods `getName` and `getProperties` to getters `name` and `properties`

This commit refactors the `BaseEvent` class by changing the methods `getName()` and `getProperties()` to getters `name` and `properties` respectively. This change simplifies the API for accessing event data.

All usages of these methods across the codebase, including in tests, examples, and internal logic, have been updated to use the new getter syntax.

Additionally, the example project's pubspec.lock has been updated.

* Add repository code owner

* Develop (#10)

* add creation of category and subcategory into readme and add test for them.

* feat: add event transformer pipeline for automatic event enrichment (#9)

Co-authored-by: Reza Taghizadeh <alirezataghizadeh@gmail.com>

* style: format code for better readability in event test files

* fix: update transformer function signatures to use BaseEvent type

---------

Co-authored-by: Reza Taghizadeh <alirezataghizadeh@gmail.com>

* fix: keep BaseEvent getName/getProperties as deprecated wrappers for backward compatibility

* style: apply dart format to satisfy CI

---------

Co-authored-by: Reza Taghizadeh <alirezataghizadeh66@gmail.com>
Co-authored-by: Reza Taghizadeh <alirezataghizadeh@gmail.com>
Co-authored-by: Cursor <cursoragent@cursor.com>

* docs: update homepage and documentation links in README and pubspec.yaml (#12)

* chore: update version to 2.0.0 and document breaking changes in CHANGELOG

* refactor: update tests to use new property accessors instead of deprecated methods

---------

Co-authored-by: Reza Taghizadeh <alirezataghizadeh@gmail.com>
Co-authored-by: Amir Jabbari <am.jabbarii@gmail.com>
Co-authored-by: Cursor <cursoragent@cursor.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.

1 participant