Skip to content

Commit 4b4032c

Browse files
authored
Merge pull request #1 from gpui-ce/cleanup/remove-non-apache-crates
Clean up non-gpl crates & zed specific code
2 parents 40775ca + 76fae18 commit 4b4032c

File tree

3,229 files changed

+3652
-1086662
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,229 files changed

+3652
-1086662
lines changed

.cargo/collab-config.toml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.cloudflare/README.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

.cloudflare/docs-proxy/src/worker.js

Lines changed: 0 additions & 14 deletions
This file was deleted.

.cloudflare/docs-proxy/wrangler.toml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.cloudflare/open-source-website-assets/src/worker.js

Lines changed: 0 additions & 19 deletions
This file was deleted.

.cloudflare/open-source-website-assets/wrangler.toml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.config/nextest.toml

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,5 @@
1-
[test-groups]
2-
sequential-db-tests = { max-threads = 1 }
1+
# Nextest configuration for GPUI
2+
# https://nexte.st/book/configuration.html
33

4-
[[profile.default.overrides]]
5-
filter = 'package(db)'
6-
test-group = 'sequential-db-tests'
7-
8-
# Run slowest tests first.
9-
#
10-
[[profile.default.overrides]]
11-
filter = 'package(worktree) and test(test_random_worktree_changes)'
12-
priority = 100
13-
14-
[[profile.default.overrides]]
15-
filter = 'package(collab) and (test(random_project_collaboration_tests) or test(random_channel_buffer_tests) or test(test_contact_requests) or test(test_basic_following))'
16-
priority = 99
17-
18-
[[profile.default.overrides]]
19-
filter = 'package(extension_host) and test(test_extension_store_with_test_extension)'
20-
priority = 99
4+
[profile.default]
5+
# Default test settings

.git-blame-ignore-revs

Lines changed: 0 additions & 36 deletions
This file was deleted.

.gitattributes

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
# Prevent GitHub from displaying comments within JSON files as errors.
22
*.json linguist-language=JSON-with-Comments
3-
4-
# Ensure the WSL script always has LF line endings, even on Windows
5-
crates/zed/resources/windows/zed.sh text eol=lf

.github/ISSUE_TEMPLATE/10_bug_report.yml

Lines changed: 0 additions & 115 deletions
This file was deleted.

0 commit comments

Comments
 (0)