Skip to content

Conversation

@prateekch33
Copy link
Contributor

Proposed changes

Implemented validation to ensure the specified MongoDB collection exists before proceeding with GraphQL operations.

Types of changes

What types of changes does your code introduce to Litmus? Put an x in the boxes that apply

  • New feature (non-breaking change which adds functionality)
  • Bugfix (non-breaking change which fixes an issue)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update (if none of the other choices applies)

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

  • I have read the CONTRIBUTING doc
  • I have signed the commit for DCO to be passed.
  • Lint and unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works (if appropriate)
  • I have added necessary documentation (if appropriate)

Copy link
Contributor

@SarthakJain26 SarthakJain26 left a comment

Choose a reason for hiding this comment

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

LGTM

@SarthakJain26
Copy link
Contributor

@prateekch33 can you please fix the go import order, it is causing the backend checks to fail

prateekch33 and others added 5 commits September 8, 2025 17:04
Updated email address for Neelanjan Manna.

Signed-off-by: Neelanjan Manna <[email protected]>
Signed-off-by: prateekch33 <[email protected]>
Signed-off-by: prateekch33 <[email protected]>
Signed-off-by: prateekch33 <[email protected]>
Signed-off-by: prateekch33 <[email protected]>
@prateekch33 prateekch33 force-pushed the feature/validating-collections branch from 651d34d to 92e73d7 Compare September 8, 2025 17:05
@prateekch33
Copy link
Contributor Author

@SarthakJain26 I have updated the order of the imports in init.go file, please check

@SarthakJain26
Copy link
Contributor

@prateekch33 the build pipeline is still failing, can you please check the import orders. Please let us know if you need any help

@prateekch33
Copy link
Contributor Author

@SarthakJain26 I tried fixing the import order in the file, but I don't know why its still failing, let's connect for sometime tomorrow or later, as per your availability to get this fixed. Let me know the medium through which we can connect.

@SarthakJain26
Copy link
Contributor

@prateekch33 please try running goimports -w -l ./ in your working terminal. If this does not fixes this, then we will merge this and try to fix in another PR

@prateekch33
Copy link
Contributor Author

@SarthakJain26 I ran that command, and pushed the changes, let's see whether it resolves the issue or not

@ispeakc0de ispeakc0de merged commit adc7c4e into litmuschaos:master Oct 15, 2025
19 of 20 checks passed
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.

6 participants