Skip to content

Dbeaver/pro#6200 mask secret paramters#3828

Merged
serge-rider merged 17 commits intodevelfrom
dbeaver/pro#6200-mask-secret-paramters
Nov 4, 2025
Merged

Dbeaver/pro#6200 mask secret paramters#3828
serge-rider merged 17 commits intodevelfrom
dbeaver/pro#6200-mask-secret-paramters

Conversation

@HocKu7
Copy link
Copy Markdown
Contributor

@HocKu7 HocKu7 commented Oct 15, 2025

yagudin10
yagudin10 previously approved these changes Oct 20, 2025
String json = GSON.toJson(value);
joiner.add(json);
} catch (Exception e) {
// ignore
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Never ignore errors

|| Enum.class.isAssignableFrom(cls);
}

private static List<Field> getAllInstanceFields(Class<?> type) {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Delete dead code

protected void beforeWebActionCall(WebAction webAction, Method method, Object[] args) throws DBException {

}
HttpServletRequest request = this.env.getGraphQlContext().get("request");
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Use getServletRequestOrThrow util function in GraphQLEndpoint

@serge-rider serge-rider merged commit 22c7f0d into devel Nov 4, 2025
8 of 10 checks passed
@serge-rider serge-rider deleted the dbeaver/pro#6200-mask-secret-paramters branch November 6, 2025 09:07
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.

4 participants