mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-12 02:24:15 +00:00
709a0c8492
* removed some portions of the guest access flow in favor of the unauthed flow w/ burnettk * removed guest access from auth flow in backend w/ burnettk * updated frontend to use new public api for guest tasks * fixed tests and updated get task url script to choose between public and non public urls * removed old guest task support from frontend * return 404 when a task cannot be found w/ burnettk * fixed typo in group list tiles w/ burnettk * added cypress tests for public formg w/ burnettk * display metadata key for urls instead of values w/ burnettk * updated permissions for acceptance testss w/ burnettk * set up permissions for public group if it is in the list and login and logout admin user in ci to ensure permissions are set w/ burnettk --------- Co-authored-by: jasquat <jasquat@users.noreply.github.com>
39 lines
521 B
Plaintext
39 lines
521 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# in case we accidentally run backend tests in frontend. :D
|
|
/.coverage.*
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
cypress/videos
|
|
cypress/screenshots
|
|
cypress/downloads
|
|
|
|
# i keep accidentally committing these
|
|
/test*.json
|
|
|
|
# Editors
|
|
.idea
|
|
|
|
/cypress.env
|