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

chore(server): remove deprecated endpoints #6984

Merged
merged 2 commits into from Feb 8, 2024

Conversation

jrasm91
Copy link
Contributor

@jrasm91 jrasm91 commented Feb 8, 2024

No description provided.

Copy link

cloudflare-pages bot commented Feb 8, 2024

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 6a83924
Status: ✅  Deploy successful!
Preview URL: https://81fcb7d7.immich.pages.dev
Branch Preview URL: https://chore-remove-deprecated-endp.immich.pages.dev

View logs

@jrasm91 jrasm91 force-pushed the chore/remove-deprecated-endpoints branch from e82e08f to 6a83924 Compare February 8, 2024 20:39
await api.userApi.create(server, admin.accessToken, userDto.user1);
user1 = await api.authApi.login(server, userDto.user1);
libraries = await api.libraryApi.getAll(server, user1.accessToken);
asset1 = await createAsset(user1, new Date('1970-01-01'));
Copy link
Member

Choose a reason for hiding this comment

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

Don't we have a stub for dates already?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm not sure. I just copy/pasted the code from asset e2e to download e2e. There are actually a few things that are done different ways throughout the e2e tests that need to be cleaned up.

@jrasm91 jrasm91 merged commit 90a7f16 into main Feb 8, 2024
24 checks passed
@jrasm91 jrasm91 deleted the chore/remove-deprecated-endpoints branch February 8, 2024 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants