Devon Campbell

Results 73 issues of Devon Campbell

Output: ``` No `edgedb.toml` found in `/Users/raddevon/Documents/projects/edgedb/demos/edb5-1` or above Initializing new project... Checking EdgeDB versions... ┌─────────────────────┬────────────────────────────────────────────────────────────────────┐ │ Project directory │ /Users/raddevon/Documents/projects/edgedb/demos/edb5-1 │ │ Project config │ /Users/raddevon/Documents/projects/edgedb/demos/edb5-1/edgedb.toml │ │ Schema...

bug

We've discussed this before, but it never came to fruition. It takes several commands to get the versions needed to file an issue. It would be nice if we could...

enhancement
developer experience

The `edgedb instance link` command now asks for a branch and defaults to `main`, but it does so indiscriminately, even when the instance is pre-v5, does not have branches, and...

developer experience

`edgedb instance credentials` output on a 5.0-beta.2+796ed0e database under CLI 4.3.0-dev.1117+2dfb53b: ``` ┌──────────────┬───────────┐ │ Host │ localhost │ │ Port │ 10913 │ │ User │ edgedb │ │ Password...

bug

Users would like to be able to rerun their generators or rerun tests whenever a schema updates. @elprans suggested we might allow users to point to a script directory to...

enhancement
developer experience

- EdgeDB Version: 4.5+641a8f3 - EdgeDB CLI Version: EdgeDB CLI 4.1.0+a8fe4d7 - OS Version: macOS 14.0 When migrating to extend a type with a new property, I'm asked if I...

bug

Add a command `edgedb uninstall` which asks for a confirmation and then - destroys all instances - removes binaries - cleans up any other traces (like paths shown by `edgedb...

When altering the type of a link property as shown in the schema at the bottom: ``` did you alter the type of property 'date' of link 'habit_completed'? [y,n,l,c,b,s,q,?] >...

bug

When trying to connect to an EdgeDB Cloud instance via CLI providing the secret key via the `EDGEDB_SECRET_KEY` env var and the instance name via CLI option, the user receives...

bug

`edgedb migrate --dev-mode` seems to both apply transient schema changes _and_ lock in those changes, which is a bit confusing. Hers's a scenario: I create a new project. I add...

enhancement