queue icon indicating copy to clipboard operation
queue copied to clipboard

A microservice queue for holding open office hours

Results 78 queue issues
Sort by recently updated
recently updated
newest added

[Feature request] Notify the user when there are a given number of people ahead of them in line. This has the use case of letting people know when they are...

Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.5.1 to 9.0.0. Changelog Sourced from jsonwebtoken's changelog. 9.0.0 - 2022-12-21 Breaking changes: See Migration from v8 to v9 Breaking changes Removed support for Node versions 11...

dependencies

Currently, the socket that allows real-time updates on the Queue verifies user authentication using the stored JWT token, which is only present if the user authenticates through Shibboleth. This prevents...

Bumps [node-sass](https://github.com/sass/node-sass) from 4.11.0 to 7.0.0. Release notes Sourced from node-sass's releases. v7.0.0 Breaking changes Drop support for Node 15 (@​nschonni) Set rejectUnauthorized to true by default (@​scott-ut, #3149) Features...

dependencies

Bumps [next](https://github.com/vercel/next.js) from 8.0.4 to 11.1.1. Commits 804971f v11.1.1 194d70f v11.1.1-canary.19 36d922f Add apiVersion to config (#28610) a60690f v11.1.1-canary.18 7afc97c Add CSP to Image Optimization API (#28620) 8711c5c Tests: Remove...

dependencies

Bumps [axios](https://github.com/axios/axios) from 0.18.0 to 0.21.2. Release notes Sourced from axios's releases. v0.21.2 0.21.2 (September 4, 2021) Fixes and Functionality: Updating axios requests to be delayed by pre-emptive promise creation...

dependencies

I may be wrong, but it seems like there is no way to convert an existing, non-confidential queue to confidential. (Maybe I'm overlooking something obvious though.) There may be cases...

enhancement

David Unger suggested: > Given that they access the Queue with their NetID, can the Queue send a student an automated email when it’s their turn? (regardless of whether the...

new feature

There are a lot of files hanging around for deployment/CI using vercel/now. Working to bring these up to date has revealed several backwards-incompatible changes that are going to take some...

Currently the tests will fail if run using the standard `npm test` command as it runs them in parallel. Each test suite uses the same database, so they write over...