Scott Stanton

Results 18 issues of Scott Stanton

# Environment oso 0.26.1 sqlalchemy-oso 0.26.1 Python 3.10 # Setup Given these models: ``` class User(db.Model): id = Column(BigInteger, primary_key=True) class Group(db.Model): id = Column(BigInteger, primary_key=True) type = Column(String) members...

### Version 5.16.0 ### Operating System MacOS ### Browser Firefox, Chrome ### What steps will reproduce the bug? In the admin UI, create a new Content Model. In the "Description"...

bug

### Version 5.25.0-beta.5 ### Operating System MacOS ### Browser Chrome ### What steps will reproduce the bug? * Create a field with predefined values and a required validation. * Create...

### Version 5.15.0 ### Operating System MacOS ### Browser Firefox ### What steps will reproduce the bug? Create a custom app that references process.env.REACT_APP_FOO Create a .env.dev file at the...

### Version 5.15.0 ### Operating System MacOS ### Browser Firefox ### What steps will reproduce the bug? Use the filemanager api to upload a file with no extension. Open the...

### Is your feature request related to a problem? Please describe. Our file names tend to be long, so the normal FileManager view in the admin UI always truncates the...

file manager

### Version 5.14.0 ### Operating System MacOS ### Browser Firefox ### What steps will reproduce the bug? Open the File Manager with no files loaded or select a non-image type...

improvement
file manager

It would be convenient be able to use a key alias as in: `aws kms encrypt --key-id alias/my-key ...` rather than having to provide the full arn.

enhancement
help wanted

This patch addresses issue #101 It changes the working directory to the closest parent directory containing a .sops.yaml file and adjusts the paths accordingly.

Sops is unfortunately a little simplistic in how it looks for the .sops.yaml file. It expects the file to exist in the current working directory and then compares paths relative...