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

3400: Changed variable name from measurementID to measureName #3401

Closed
wants to merge 1 commit into from

Conversation

RohitGavale
Copy link

Renamed the variable name from measurementID to measureName in dropMeasurementSeries Method. Changed the @PathVariable annotation to use measureName instead of measurementID.

@github-actions github-actions bot added java Pull requests that update Java code backend Everything that is related to the StreamPipes backend labels Jan 5, 2025
@RohitGavale RohitGavale changed the title 3400: Change variable name from measurementID to measureName 3400: Changed variable name from measurementID to measureName Jan 5, 2025
@tenthe
Copy link
Contributor

tenthe commented Jan 7, 2025

Hi @RohitGavale,
Thank you very much for your PR, we really appreciate it.

For this PR, the clients that call the REST interface also need to be updated, can you please adjust this?
If you have any questions or problems, just write us. We are happy to help you.

@RohitGavale
Copy link
Author

Hi @RohitGavale, Thank you very much for your PR, we really appreciate it.

For this PR, the clients that call the REST interface also need to be updated, can you please adjust this? If you have any questions or problems, just write us. We are happy to help you.

Could you confirm if the expectation is to update measurementID to measurementName in all client calls to align with the changes made in the REST interface?

@tenthe
Copy link
Contributor

tenthe commented Jan 7, 2025

Yes, exactly.

@RohitGavale
Copy link
Author

I have made a pull request.

@tenthe
Copy link
Contributor

tenthe commented Jan 8, 2025

Hi @RohitGavale,

Thank you for updating your PR in #3402! I really appreciate your effort.

To clarify, there’s no need to open a new PR for the requested changes—you can make the updates directly in this one.

My earlier comment might have been unclear, sorry for that. I’d like to refine it: I didn’t mean for you to modify the other methods within the DataLakeResourceV4 class. Instead, I was referring specifically to the TypeScript client that interacts with this REST interface. Could you please update the naming in the datalake-rest.service.ts file, particularly for the dropSingleMeasurementSeries method?

Here’s my suggestion:

  • Let’s focus on addressing the required updates in this PR, keeping the scope manageable.
  • Changes to the naming of other interfaces can be handled in a separate issue or PR.

Additionally, to resolve the failing tests for this PR, you’ll need to adapt the variable name in the @DeleteMapping annotation, as you already did in your other PR.

I hope this comment is helpful.
Thank you again for your work and contributions.

Cheers,
Philipp

Copy link
Contributor

Hello there 👋

We noticed that it's been some time since activity occurred on your pull request 🤔. In order to keep things moving forward, we're marking this PR as stale and giving you 7 days to respond before it's automatically closed ⏰.

Please take a moment to review your pull request and make any necessary updates or changes 👨‍💻. If you need more time or have any questions, please don't hesitate to let us know 💬.

Thank you for your contributions to our project, and we look forward to hearing back from you soon 🙏.

@github-actions github-actions bot added the stale Marks pull requests that are classified as `stale` by our bot. label Jan 30, 2025
Copy link
Contributor

github-actions bot commented Feb 6, 2025

Hello there 👋

Unfortunately, we didn't hear back from you regarding your pull request, so we're closing it now. Don't worry, you can always reopen the PR at any time if you wish to continue working on it 🙌.

Please note that the branch associated with this pull request will not be deleted, so you can still access your changes and continue to work on them as needed 💻.

Thank you for your contributions to our project, and we hope to see you again soon!

@github-actions github-actions bot closed this Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Everything that is related to the StreamPipes backend java Pull requests that update Java code stale Marks pull requests that are classified as `stale` by our bot.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants