-
Notifications
You must be signed in to change notification settings - Fork 62
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
feat: throw error if duplicate map #1082
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for first contribution! This check makes sense, though prefer .exists
(see comments). Though we actually have two different endpoints that handle BSP uploads, the initial submission, and updated versions after then. So you need a check in MapsService.submitMapVersion
as well, and E2E tests there as well.
The Volta thing I'm okay with, I'd been meaning to get round to pinning an Node version at some point anyway. Personally I'm using NVM but fine with switching.
Something weird's happened with Git here - if you need a hand just ping me on Discord in #website! |
Just to clarify. might be that you just haven't been available over past few days, but in case you missed it, you seem to have botched the commits here, most stuff is now missing and we wouldn't accept a merge commit. No rush with the PR though! |
Sorry, yes, I've been AFK and before I left only put the implementation and reverted everything and made a force push. I will update the E2E when I get the oomph again :D |
All good, no rush |
Can't tell what one cus on phone, but one of these is missing e2e test! |
Closes #245
ConflictException
.Screenshots (if applicable)
Checks
nx run db:create-migration <name>
and committed the migration if I've made DB schema changesfeat: Add foo
,chore: Update bar
, etc...fixup
ed into my original commits