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

Indexer refactoring: Consolidate tests and centralize type definitions #1393

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

eugypalu
Copy link
Collaborator

@eugypalu eugypalu commented Sep 20, 2024

Resolves: #1392

Pull Request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no API changes)
  • Build-related changes
  • Documentation content changes
  • Testing

What is the new behavior?

  1. Consolidating Tests: All test files are moved to a single folder for better organization and maintainability.
  2. Refactoring Types: Type definitions are centralized in types.ts, simplifying type management and ensuring consistency.

Does this introduce a breaking change?

  • Yes
  • No

@eugypalu eugypalu changed the title Refactor: Consolidate tests and centralize type definitions Indexer refactoring: Consolidate tests and centralize type definitions Sep 20, 2024
ClementWalter
ClementWalter previously approved these changes Sep 23, 2024
Copy link
Collaborator

@greged93 greged93 left a comment

Choose a reason for hiding this comment

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

waiting for hive

tcoratger
tcoratger previously approved these changes Sep 23, 2024
@eugypalu eugypalu force-pushed the indexer_move_tests branch 3 times, most recently from 16ce77a to fa645f0 Compare October 1, 2024 15:50
@greged93
Copy link
Collaborator

greged93 commented Oct 4, 2024

@eugypalu if you can rebase this we can merge!

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.

Indexer refactoring: Reorganize Project Structure
4 participants