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

`stateBuilder` is a function object that takes some input data (current state and target state, and kong version) and produces some output data. 1. The distinction between inputs and outputs...

Hi 👋 , My team is happily running the diff command to display the difference between a given state stored locally and the state in Kong Konnect. ``` deck konnect...

Our Docker org no longer grants access to developer accounts, only bots. This runs afoul of our current decK release process, where we build and push Docker images locally. We...

With #419, programmable defaults are now supported. State files are known to be verbose and repetitive since each and every field is exported. Add a deduplicate mode in decK which...

# Background The input to decK is are state files. These are validated using JSON schema validation: https://github.com/Kong/deck/blob/84035a622e4cd2a674b25814c5269de227a0e9d1/file/validate.go#L11. While this works, there are some limitations. like: - https://github.com/Kong/deck/issues/421 - #366...

It would be nice to print (consumer, route or service) Names instead of ID in the console when plug-ins are created /deleted... https://github.com/Kong/deck/blob/84035a622e4cd2a674b25814c5269de227a0e9d1/state/types.go#L412-L418

In Konnect, Kong's services cannot be named and must have an ID. When reading the file, decK should error out if the kong service for a service version doesn't have...

area/konnect

decK v0.5.0 had a very simple bug that rendered the release unusable. This could have been easily could with an automated end-to-end testing setup, which we don't have at the...

testing

decK is currently compatible with Kong 1.x releases. The scope of this release is to drop the compatibility with Kong 1.x series and remove any related code for it. This...

feature
deck-2.0

`_plugin_configs` feature of decK allows users to abstract out configuration of plugins that are used repeatedly and then reference them in services/routes/consumers. This helps with de-duplication of configuration code. While...

feature