simplQ-backend icon indicating copy to clipboard operation
simplQ-backend copied to clipboard

SimplQ backend, written in Java for AWS

Results 17 simplQ-backend issues
Sort by recently updated
recently updated
newest added

Parallel to [this API](https://github.com/SimplQ/simplQ-backend/blob/master/simplq/src/main/java/me/simplq/controller/QueueController.java#L85), define a GET request that responds with the same data, but in CSV form.

You can do this
hacktoberfest

Bumps [liquibase-core](https://github.com/liquibase/liquibase) from 4.3.1 to 4.8.0. Release notes Sourced from liquibase-core's releases. v4.8.0 Liquibase 4.8.0 release Please report any issues to https://github.com/liquibase/liquibase/issues. Notable Changes Liquibase 4.8.0 introduces the following functionality:...

dependencies

Bumps [hibernate-core](https://github.com/hibernate/hibernate-orm) from 5.4.15.Final to 5.4.24.Final. Changelog Sourced from hibernate-core's changelog. Changes in 5.4.24.Final (November 17, 2020) https://hibernate.atlassian.net/projects/HHH/versions/31892 ** Bug * [HHH-14333] - Pessimistic Lock causes FOR UPDATE on outer...

dependencies

Hi, Not sure if this is a feature or an issue. I am not clear as to why once a queue having a certain queue name is deleted, a new...

![image](https://user-images.githubusercontent.com/46458047/131676108-ef65a0cc-62d9-49f7-9d56-28e603d325c3.png) I see the name of the queue changes and becomes capitalised in the pop-up of the qr-code. I think there might be miss-understanding arising with the name of the...

You can do this

The default profile being used for the application runtime is local. The README also does not mention setting the profile at runtime to anything else. However, local has `sms.enabled=true` but...

Our backend is very straightforward CRUD on two resources, queues and tokens. Both of them have two status fields, [QueueStatus](https://github.com/SimplQ/simplQ-backend/blob/master/simplq/src/main/java/me/simplq/constants/QueueStatus.java) and [TokenStatus](https://github.com/SimplQ/simplQ-backend/blob/master/simplq/src/main/java/me/simplq/constants/TokenStatus.java). These enums are a bit overloaded, a better...

You can do this