Skip to content

Conversation

@labkey-nicka
Copy link
Contributor

@labkey-nicka labkey-nicka commented Jul 16, 2025

Rationale

This addresses Issue 53463 by adding an endpoint wrapper SaveRowsApiCommand for the query-saveRows.api endpoint. Integration test coverage added in related PR.

Related Pull Requests

Changes

  • Adds SaveRowsApiCommand to prepare and execute requests against query-saveRows.api endpoint.
  • Adds SaveRowsApiResponse that wraps endpoint response.
  • Update pom.scm.url to fix published path
  • Issue 53243: Add includeEmptyPermGroups to GetGroupPermsCommand

Delete
}

public static class Command
Copy link
Contributor

Choose a reason for hiding this comment

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

Largely a duplicate of SaveRowsCommand, but for the CommandType. Even if we decide not to rebrand SaveRowsCommand, I think making that class a shell that derives from CommandBase that could then also be used here might be a good idea.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

As discussed, not really overlap in behavior since this is not a command like a post command or a get command (in labkey-api-java parlance). Added comment above class explaining this.

Copy link
Contributor

@labkey-susanh labkey-susanh left a comment

Choose a reason for hiding this comment

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

I like it!

@labkey-nicka labkey-nicka merged commit e823690 into develop Jul 18, 2025
3 checks passed
@labkey-nicka labkey-nicka deleted the fb_save_rows_cmd branch July 18, 2025 17:49
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.

3 participants