This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
zed
Watch
1
Star
0
Fork
You've already forked zed
0
mirror of
https://github.com/zed-industries/zed.git
synced
2025-01-07 17:26:56 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
13
1062c5bd26
zed
/
script
/
seed-db
5 lines
72 B
Text
Raw
Normal View
History
Unescape
Escape
Add seed-db script
2021-08-06 02:06:13 +00: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 20:52:15 +00: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 20:23:44 +00:00
cargo run --quiet --package=collab --bin seed -- $@
Reference in a new issue
Copy permalink