Commit log
1b46b7a
Move modules into `collab` library as opposed to using the binary
Click to expand commit body
This ensures that we can use collab's modules from the seed script
as well.
Antonio Scandurra
created
3 years ago
7502558
Make all tests pass again after migration to sea-orm
Antonio Scandurra
created
3 years ago
48b6ee3
Use i32 to represent Postgres `INTEGER` types in Rust
Antonio Scandurra
created
3 years ago
dec5f37
Finish porting remaining db methods to sea-orm
Antonio Scandurra
created
3 years ago
239a04e
Add test that should have exercised tab reordering while following
Click to expand commit body
Except it doesn't, it passes both with and without the prior commit.
Investigate further
Julia
created
3 years ago
ea03b48
Merge pull request #1876 from zed-industries/update-release-urls-to-match-new-zed.dev-url-format
Click to expand commit body
Update release urls to match new zed.dev url format
Joseph T. Lyons
created
3 years ago
82824f7
Make each Zed instance use half the screen in 'start-local-collaboration' script
Max Brunsfeld
created
3 years ago
e4507c1
Fetch missing buffers when adding excerpts to a multibuffer while following
Click to expand commit body
Make FollowableItem::apply_update_proto asynchronous. Use a single
task per workspace to process all leader updates, to prevent updates
from being interleaved.
Co-authored-by: Antonio Scandurra <antonio@zed.dev>
Max Brunsfeld
and
Antonio Scandurra
created
3 years ago
Antonio Scandurra
created
3 years ago
29a4baf
Replace i32 with u32 for database columns
Click to expand commit body
We never expect to return signed integers and so we shouldn't use
a signed type. I think this was a limitation of sqlx.
Antonio Scandurra
created
3 years ago
cfdf0a5
Implement `Database::update_project`
Antonio Scandurra
created
3 years ago
944d655
Implement `Database::unshare_project`
Antonio Scandurra
created
3 years ago
e3ac677
Implement `Database::project_guest_connection_ids`
Antonio Scandurra
created
3 years ago
62624b8
Avoid using `col_expr` whenever possible
Click to expand commit body
...and use the more type-safe `::set`.
Antonio Scandurra
created
3 years ago
256e3e8
Get basic calls working again with sea-orm
Antonio Scandurra
created
3 years ago
aebc632
Implement `Database::create_room`
Antonio Scandurra
created
3 years ago
db1d935
Go back to a compiling state, panicking on unimplemented db methods
Antonio Scandurra
created
3 years ago
d2385bd
Start using the new sea-orm backed database
Antonio Scandurra
created
3 years ago
19d1473
Implement signups using sea-orm
Antonio Scandurra
created
3 years ago
4f864a2
Implement invite codes using sea-orm
Antonio Scandurra
created
3 years ago
2375741
Implement `db2::Database::fuzzy_search_users`
Antonio Scandurra
created
3 years ago
46f1d5f
Avoid moving tab when leader item updates
Julia
created
3 years ago
Max Brunsfeld
created
3 years ago
9314c0e
Replicate multibuffer excerpt additions and removals to followers
Max Brunsfeld
created
3 years ago
5a0c39c
Merge pull request #1922 from zed-industries/dont-panic-clip-instead
Click to expand commit body
Dont panic in point conversion, clip instead
Julia
created
3 years ago
Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Julia
and
Max Brunsfeld
created
3 years ago
023ecd5
Change verify macro to debug panic
Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Julia
and
Max Brunsfeld
created
3 years ago
2b979d3
Don't panic rope point conversions
Julia
created
3 years ago
5965113
Add verify macros & use in one location for point conversion
Julia
created
3 years ago
a48cd91
Start-local-collaboration script: put peers' windows at different positions
Max Brunsfeld
created
3 years ago
4c04d51
Implement `db2::Database::remove_contact`
Antonio Scandurra
created
3 years ago
d1a44b8
Implement contacts using sea-orm
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
3 years ago
04d553d
Implement `db2::Database::get_user_metrics_id`
Antonio Scandurra
created
3 years ago
2e24d12
Implement access tokens using sea-orm
Antonio Scandurra
created
3 years ago
9e59056
Implement `db2::Database::get_user_by_github_account`
Antonio Scandurra
created
3 years ago
d9a892a
Make some db tests pass against the new sea-orm implementation
Antonio Scandurra
created
3 years ago
3a1cd6e
Merge pull request #1913 from zed-industries/Add-column-to-signups-for-added-to-mailing-list
Click to expand commit body
Add "added_to_mailing_list" column on signups table
Joseph T. Lyons
created
3 years ago
6120d64
Start work on following in multi-buffers
Max Brunsfeld
created
3 years ago
82abf31
Add start-local-collaboration script
Max Brunsfeld
created
3 years ago
9f93984
Merge pull request #1920 from zed-industries/order-invites-by-creation-time
Click to expand commit body
Order invites by creation time
Joseph T. Lyons
created
3 years ago
b729488
WIP: move to a non-generic test database struct
Click to expand commit body
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
Co-Authored-By: Julia Risley <julia@zed.dev>
Antonio Scandurra
,
Mikayla Maki
, and
Julia Risley
created
3 years ago
049c0f8
Order invites by creation time
Joseph Lyons
created
3 years ago
11a3922
Start on a new `db2` module that uses SeaORM
Antonio Scandurra
created
3 years ago
ac24600
Start moving towards using sea-query to construct queries
Antonio Scandurra
created
3 years ago
d525cfd
Increase probability of creating new files in randomized test
Antonio Scandurra
created
3 years ago
4436ec4
Add "added_to_mailing_list" column on signups table
Joseph Lyons
created
3 years ago
5a9a0f9
Merge pull request #1918 from zed-industries/remove-sign-in-telemetry-event
Click to expand commit body
Remove sign in telemetry event
Joseph T. Lyons
created
3 years ago
6d9b55a
Send full multibuffer anchors to following peers
Max Brunsfeld
created
3 years ago
3eac3e2
Emit events from a multibuffer when adding/removing excerpts
Max Brunsfeld
created
3 years ago
d2cd9c9
Remove sign in telemetry event
Joseph Lyons
created
3 years ago
Page 6 of 145