Zeke Foppa

Results 153 issues of Zeke Foppa

# Description of Changes Please describe your change, mention any related tickets, and so on here. # API and ABI breaking changes If this is an API or ABI breaking...

Do not merge

# Background Commands like `spacetime server set-default` print the "Saving config" text twice. This is because all commands save the config once right after loading it. (So this issue likely...

# Background We currently parse, update, and write out the entire config file whenever the CLI is mutating the file. This has the side effect of removing any comments. We...

# Background `spacetime generate` will delete stale generated files in the output directory, but not in any subdirectories. However, we have the ability to _generate_ files in subdirectories, so this...

# Background As @jdetter noted in https://github.com/clockworklabs/SpacetimeDB/pull/1774/files#r1781948491, `spacetime generate` might happily overwrite files that were user-generated. # Definition of Done - [ ] `spacetime generate` should only (over)write a file...

# Description of Changes The `dns` subcommand is half-finished. We are removing it for now. If/when we decide to add it back in the future, we will make a separate...

release-any
abi-break
CLI only

We have no compelling reason for these to be separate repos. # Definition of "Done" - [ ] Merge spacetime-docs into a subdirectory of SpacetimeDB - [ ] Integrate/update the...

# Description of Changes This is a **non-functional change** to make the `tools/merge-docker-images.sh` script more generic/flexible. This PR is a series of small (stacking) changes: - [add `sanitize_docker_ref`](https://github.com/clockworklabs/SpacetimeDB/commit/0c3e82dbb74d0e6d7beb2f2dfaeb3eabc907194d#diff-420ad3305b9234b763ba2d2a77c973be716716a4384fe4c1bc14977839855c8b) - [add...

release-any
no runtime change

# Description of Changes Previously, we would create an extra docker image for every git ref that was pushed. Now, we only do it for tags. We had intended to...

release-any
no runtime change

Currently the "reducer timeout" error message can be somewhat confusing to a new user. We should take care to capture this case & improve clarity.