-
Notifications
You must be signed in to change notification settings - Fork 0
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
Draft projects musn't be publicly accessible #259
Conversation
@bastiendmt raised interesting concerns about the way our tests are written and I'd like to spend some more time rewriting them. |
@bastiendmt thank you very much for the reviews @lutangar so far the goal is to have a usable tool. Secondly, we must respond to issues specific to Industry Map. Then we can focus on testing (and Kepler migration), so that would be November or something. Unless you tell me it's just an hour or it's an emergency. |
fix(project): forbid requesting a draft project fix(project): fix project guard
...fetching projects was returning a 500...
Co-authored-by: Bastien Dumont <[email protected]> Update apps/backend-e2e/src/e2e/auth.cy.ts Co-authored-by: Bastien Dumont <[email protected]> Update apps/backend-e2e/src/e2e/auth.cy.ts Co-authored-by: Bastien Dumont <[email protected]>
84c7742
to
0525eb6
Compare
chore(ci): test chore(ci): fix credentials chore(ci): run background idomitc way chore(ci): specify container chore(ci): map to host chore(ci): setup users chore(ci): add & use wait-on chore(ci): run wait on sequentially chore(ci): run wait on sin server step chore(env): fix in ci chore(env): simplify
Forbid access to draft projects from any users except owner & admin.