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

Feat: remove last seen refactor flag #5423

Merged
merged 13 commits into from
Nov 30, 2023

Conversation

FredrikOseberg
Copy link
Contributor

What it says on the box

Copy link

vercel bot commented Nov 27, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
unleash-monorepo-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 29, 2023 0:35am
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
unleash-docs ⬜️ Ignored (Inspect) Visit Preview Nov 29, 2023 0:35am

FredrikOseberg and others added 4 commits November 28, 2023 20:49
Signed-off-by: andreas-unleash <[email protected]>
…lag' into feat/remove-last-seen-refactor-flag

# Conflicts:
#	src/lib/features/feature-toggle/tests/feature-toggle-last-seen-at.e2e.test.ts
#	src/lib/features/playground/advanced-playground.test.ts
#	src/server-dev.ts
@andreas-unleash andreas-unleash changed the title Feat/remove last seen refactor flag Feat: remove last seen refactor flag Nov 29, 2023
Signed-off-by: andreas-unleash <[email protected]>
Signed-off-by: andreas-unleash <[email protected]>
Signed-off-by: andreas-unleash <[email protected]>
Signed-off-by: andreas-unleash <[email protected]>
Signed-off-by: andreas-unleash <[email protected]>
@@ -77,14 +77,13 @@ test('returns three archived toggles', async () => {
});

test('returns three archived toggles with archivedAt', async () => {
expect.assertions(3);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Why did this have to change?

Copy link
Contributor

Choose a reason for hiding this comment

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

no archive, just archivedAt

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It seems strange to me that the changes in this PR should affect this? Or am I missing something?

Copy link
Contributor

Choose a reason for hiding this comment

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

I know, that's why I said I had to fix unrelated tests around this, the scheduled-service and maintenance mode. Strange

@@ -0,0 +1,122 @@
import { LogProvider } from '../logger';
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Why is this file new?

Copy link
Contributor

Choose a reason for hiding this comment

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

Not sure, I rebased the branch from main

@andreas-unleash andreas-unleash self-requested a review November 30, 2023 08:15
@andreas-unleash andreas-unleash merged commit e5760b5 into main Nov 30, 2023
12 checks passed
@andreas-unleash andreas-unleash deleted the feat/remove-last-seen-refactor-flag branch November 30, 2023 08:17
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.

2 participants