This website requires JavaScript.
Explore
Help
Sign In
zed-industries
/
zed
Watch
1
Star
1
Fork
0
You've already forked zed
mirror of
https://github.com/zed-industries/zed.git
synced
2024-12-29 21:42:37 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a56a260778
zed
/
script
/
seed-db
5 lines
72 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add seed-db script
2021-08-06 05:06:13 +03:00
#!/bin/bash
set -e
Document database setup and fix issue in script/seed-db Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
2021-12-27 23:52:15 +03:00
Upload crashes to collab directly (#8649) This lets us run rustc_demangle on the backtrace, which helps the Slack view significantly. We're also now uploading files to digital ocean's S3 equivalent (with a 1 month expiry) instead of to Slack. This PR paves the way for (but does not yet implement) sending this data to clickhouse too. Release Notes: - N/A
2024-03-01 23:23:44 +03:00
cargo run --quiet --package=collab --bin seed -- $@
Reference in New Issue
Copy Permalink