Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Fix a condition I negated by accident#62763

Merged
vdavid merged 1 commit intomainfrom
dv/fix-condition
May 17, 2024
Merged

Fix a condition I negated by accident#62763
vdavid merged 1 commit intomainfrom
dv/fix-condition

Conversation

@vdavid
Copy link
Contributor

@vdavid vdavid commented May 17, 2024

I accidentally negated a condition here: https://github.com/sourcegraph/sourcegraph/pull/62453/files#diff-e49c67a73cb92dfd40a6015761f04bc49b5e72bd3a22b7faa7dc7c5d1390a305L74. This is a fix to revert that.

  • I merged the PR on May 15th, 9 am UTC
  • Was released 24h later, on May 16th, 9:01 am UTC.
  • Was wrong for 31 hours :/

It caused this:

CleanShot 2024-05-17 at 15 48 29@2x

to display like this for new users:

CleanShot 2024-05-17 at 15 49 00@2x

and vice versa.

It probably highly impacted our conversion rate for yesterday.

Why didn't we notice this in the code reviews: I probably messed it up when I was addressing feedback, and didn't wait for the re-review to move fast.

Test plan

It worked before, I only changed it by accident.

@cla-bot cla-bot bot added the cla-signed label May 17, 2024
@vdavid vdavid requested review from a team May 17, 2024 13:49
@vdavid vdavid enabled auto-merge (squash) May 17, 2024 13:52
@vdavid vdavid merged commit 4a049d8 into main May 17, 2024
@vdavid vdavid deleted the dv/fix-condition branch May 17, 2024 13:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants