Commit log
1db75ca
Make device_id optional on signups table
Click to expand commit body
This way, signup won't fail if for some reason, the
user's client-side JS doesn't provide an amplitude
device id.
Co-authored-by: Joseph Lyons <joseph@zed.dev>
Max Brunsfeld
and
Joseph Lyons
created
3 years ago
5d0b6a3
Merge branch 'main' into new-signup-flow
Max Brunsfeld
created
3 years ago
ac0bcf3
Limit the size of the buffer in the OpenTelemetryLog command
Click to expand commit body
Co-authored-by: Joseph Lyons <joseph@zed.dev>
Max Brunsfeld
and
Joseph Lyons
created
3 years ago
c1c5eae
Use the amplitude API key secret on CI
Click to expand commit body
Co-authored-by: Joseph Lyons <joseph@zed.dev>
Max Brunsfeld
and
Joseph Lyons
created
3 years ago
3bd6812
Add command to view the telemetry log
Click to expand commit body
Co-authored-by: Joseph Lyons <joseph@zed.dev>
Max Brunsfeld
and
Joseph Lyons
created
3 years ago
f2db3ab
Always allow overriding amplitude API key via a runtime env var
Max Brunsfeld
created
3 years ago
75594fc
Merge pull request #1659 from zed-industries/terminal-selections
Click to expand commit body
Terminal Touch ups
Mikayla Maki
created
3 years ago
9a59603
Added a SendKeystroke action and rewrote terminal actions to remove duplication
Mikayla Maki
created
3 years ago
24cc985
Added terminal::SendText command, for sending text to the terminal
Mikayla Maki
created
3 years ago
2ae3fbd
Improved terminal selection ergonomics
Mikayla Maki
created
3 years ago
78def05
Merge pull request #1658 from zed-industries/terminal-hyperlink-scroll
Click to expand commit body
Fixed bug where hyperlinks would not be refreshed when the page scrolled
Mikayla Maki
created
3 years ago
a8e05c9
Fixed bug where hyperlinks would not be refreshed when the page scrolled
Mikayla Maki
created
3 years ago
824fdb5
Report editor open and save events to Amplitude
Click to expand commit body
Co-authored-by: Max Brunsfeld <max@zed.dev>
Nathan Sobo
and
Max Brunsfeld
created
3 years ago
98aad9a
Merge pull request #1637 from zed-industries/terminal-hyperlinks
Click to expand commit body
Tracking PR for Terminal hyperlinks
Mikayla Maki
created
3 years ago
550ae40
Slightly improved left click handling
Mikayla Maki
created
3 years ago
4bc0afd
Finished terminal hyperlinks for now
Mikayla Maki
created
3 years ago
f0c50c1
Extract db module from project to its own crate
Click to expand commit body
This will let us use it from the telemetry crate.
Co-authored-by: Joseph Lyons <joseph@zed.dev>
Nathan Sobo
and
Joseph Lyons
created
3 years ago
Max Brunsfeld
created
3 years ago
4784dbe
Link signups to users in telemetry via a stored device_id
Click to expand commit body
Co-authored-by: Joseph Lyons <joseph@zed.dev>
Max Brunsfeld
and
Joseph Lyons
created
3 years ago
4398b51
Merge pull request #1653 from zed-industries/re-enable-format-on-save
Click to expand commit body
Re-enable format on save by default
Julia
created
3 years ago
cd07c98
Re-enable format on save by default
Julia
created
3 years ago
Mikayla Maki
created
3 years ago
cd5537d
Merge pull request #1652 from zed-industries/backward-compat-format-settings
Click to expand commit body
Backward compat format settings
Julia
created
3 years ago
879a0d8
Backward compat format settings
Julia
created
3 years ago
d2d4963
WIP, almost done with tooltips
Mikayla Maki
created
3 years ago
04baccb
Start work on a client-side telemetry system
Max Brunsfeld
created
3 years ago
af5ad2d
Merge pull request #1647 from zed-industries/format-buffer-action
Click to expand commit body
Add editor action to manually invoke buffer format
Julia
created
3 years ago
12e439b
Test manual buffer format trigger
Julia
created
3 years ago
a686a9f
Merge branch 'main' into terminal-hyperlinks
Mikayla Maki
created
3 years ago
0584b2f
added the fields for drawing the hyperlinks
Mikayla Maki
created
3 years ago
5cd5658
Completed terminal hyperlink clicking functionality. Just need to display it now
Mikayla Maki
created
3 years ago
f3395cf
Add editor action to manually invoke buffer format
Julia
created
3 years ago
dac0ce1
Return the metrics id from the signup-creation API
Click to expand commit body
Co-authored-by: Nathan Sobo <nathan@zed.dev>
Max Brunsfeld
and
Nathan Sobo
created
3 years ago
955ebc5
Merge pull request #1644 from zed-industries/scroll-in-overlays
Click to expand commit body
Fix scroll problems
Mikayla Maki
created
3 years ago
4761898
removed the last dispatch_event I could find
Mikayla Maki
created
3 years ago
dd7259c
Finished fixing flex scrolls
Mikayla Maki
created
3 years ago
f4d4ea4
WIP fixing scrollable flex
Mikayla Maki
created
3 years ago
ab7f7b3
Added on_scroll to mouse_event_handler and fixed the uniform list scroll implementation
Mikayla Maki
created
3 years ago
7a049f1
Fix error when loading users without github user ids from the db
Max Brunsfeld
created
3 years ago
20ec933
Proceed gracefully when someone signs up repeatedly
Max Brunsfeld
created
3 years ago
Nathan Sobo
created
3 years ago
83d1e2c
Merge pull request #1643 from zed-industries/global-macos-deployment-target
Click to expand commit body
Set `MACOSX_DEPLOYMENT_TARGET` when running `script/bundle`
Antonio Scandurra
created
3 years ago
9da7fd2
Set `MACOSX_DEPLOYMENT_TARGET` when running `script/bundle`
Click to expand commit body
This ensures that every library and binary we build doesn't assume
that it's going to run on the same machine that created it.
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
3 years ago
6dbae37
Merge pull request #1442 from zed-industries/packaged-json-language-server
Click to expand commit body
Use a pre-packaged version of the JSON language server
Antonio Scandurra
created
3 years ago
eb71ac9
Download json-language-server as a zip instead of as a binary
Click to expand commit body
It turns out that this lifts the code-signing limitation and lets
us run arbitrary executables.
Antonio Scandurra
created
3 years ago
a29d5dd
Use a pre-packaged version of the JSON language server
Click to expand commit body
This ensures users can still edit settings even if they don't have
Node or NPM installed.
Antonio Scandurra
created
3 years ago
7588753
Add on delete cascade to signups user_id column
Max Brunsfeld
created
3 years ago
1877fc2
Update user retrieval API to take both github user id and github login
Max Brunsfeld
created
3 years ago
f706cbe
WIP hyperlink searching
Mikayla Maki
created
3 years ago
9886259
Start storing users' github user id
Max Brunsfeld
created
3 years ago
Page 8 of 126