django-qsessions icon indicating copy to clipboard operation
django-qsessions copied to clipboard

Extended session backends for Django (Sessions store IP, User Agent, and foreign key to User)

Results 55 django-qsessions issues
Sort by recently updated
recently updated
newest added

_plugin_configs is a very useful feature of decK that existed for a quite some time but has not seen any adoption because it is not properly documented: https://docs.konghq.com/deck/guides/deduplicate-plugin-configuration/ The scope...

docs

Users have expressed a need for two things: - Ability to apply a global plugin but exclude certain services/routes (https://github.com/Kong/kong/issues/5233) - Ability to define plugins templates and then directly use...

feature

There's a new class of quality issues in deck (see #331 and #288): cobra `Command`s wrongly overwriting or reading values meant for other commands. I propose that we improve maintainability/modularity...

In the cmd package, a kong client is instantiated using different inputs - sometimes with a workspace, sometimes not and this is a source of confusion and maintenance burden. Look...

tech-debt

The current code fetches version first using the root path and then using `/:workspace/kong` if the first one fails. This needs to be refactored and simplified: - if deck is...

tech-debt

The same way others entities of the gateway are handled by deck we should be able to handle the portal's entities : developers and developer's roles. There could be a...

Currently, default values for plugins need to be hard-coded into the YAML file. It would be nice if users can set only the values they need in the file and...

status/need-feedback

As of today, there is no proper logging machinery in decK. There exists a `--verbose` flag in decK which is used only in a couple of places in an ad-hoc...

feature

See: https://github.com/Kong/deck/pull/226#discussion_r535423549 Blocked on: https://github.com/Kong/deck/issues/248

Hey Harry :) As [you may know already](https://github.com/hbagdi/deck/issues/150), we're working on using decK as a go library to help us with a nice quickstart to manage our Kong EE and...

question