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

DEVPROD-5277: Add Parsley setting for jump to failing line #7681

Merged
merged 4 commits into from
Mar 28, 2024

Conversation

minnakt
Copy link
Contributor

@minnakt minnakt commented Mar 25, 2024

DEVPROD-5277

Description

Adds support for storing a user's preference for jump to the failing log line on initial page load.

Testing

  • GraphQL tests
  • Unit tests

@minnakt minnakt marked this pull request as ready for review March 25, 2024 17:40
@minnakt minnakt requested review from a team March 25, 2024 17:40
assert.Equal(t, utility.FromBoolPtr(changes.JumpToFailingLineEnabled), false)

oldSettings = Settings{
SectionsEnabled: utility.FalsePtr(),
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: Can you add a test case where this value is true, then we can have full coverage for this value (not defined, true, and false)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

added!

@minnakt minnakt changed the title DEVPROD-5277: Add Parsley setting for jumping to failing line DEVPROD-5277: Add Parsley setting for jump to failing line Mar 28, 2024
@minnakt minnakt merged commit b8eeb39 into evergreen-ci:main Mar 28, 2024
8 checks passed
@minnakt minnakt deleted the DEVPROD-5277 branch March 28, 2024 19:19
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