SystemGlitch

Results 24 issues of SystemGlitch

**Comparison rules addded:** - Rule functions have access to the entire form in order to be able to compare one field with another. - Can be used to add more...

**Problem** First of all, thank you for making Cube.js, it is a powerful and useful tool! We are using Google BigQuery, PostgreSQL on Google Cloud SQL and Cube.js. We have...

enhancement
help wanted
backend:server

# Description Create a structure and make it implement the slug functions. **Benefits:** - Ability to slug concurrently with different settings (this wasn't possible because of global variables) - Better...

enhancement

## Proposal Add a "required_if" validation rule that would take another field as first parameter and check if its value is exactly the value of the second parameter (converted to...

enhancement
feature request
v5

## Proposal Go's 1.16 new embed feature is great to bundle static resources into the binary, making it easier to distribute it. Currently, the frameworks relies on a non-interfaced filesystem,...

feature request
v5

## Proposal Instead of using globals for the server, the config, the database connection, etc, we could use structures. That way, every component that is currently more or less a...

v5

## Proposal Guards are an extension of the authentication system using user-defined fields from the authenticator's user model to allow or deny specific actions to an authenticated user. For example,...

feature request

- [x] Do only one thing - [x] Non breaking API changes - [x] Tested ### What did this pull request do? This PR executes scopes after parsing the model...

## GORM Playground Link https://github.com/go-gorm/playground/pull/530 ## Description Despite what the docs says, it is not possible to chose the selected columns when using join preloading. Docs quote: ``` db.Joins("Account", DB.Select("id").Where("user_id...

type:with reproduction steps

[Original PR Ref](https://github.com/go-gorm/gorm/pull/5810) - [x] Do only one thing - [x] Non breaking API changes - [x] Tested I'm open to feedback if you think there is a better way...