Skip to content

Commit 09aa3cb

Browse files
chaynaborsevanliu048dingfelibrandonskiser
authored
chore: remove autocomplete (#2224)
* remove-autocomplete * remove figterm tests, bundle, and codeowners * remove amazonq.md * delete rfc and proto * removes js related content * remove extensions * change build scripts * remove unused actions * fix actions and cargo workspace * remove broken windows test * fix window test --------- Co-authored-by: YIFAN LIU <evannliu@amazon.com> Co-authored-by: Felix dingfeli <dingfeli@amazon.com> Co-authored-by: Brandon Kiser <bskiser@amazon.com>
1 parent 5c621df commit 09aa3cb

File tree

1,345 files changed

+347
-249842
lines changed

Some content is hidden

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

1,345 files changed

+347
-249842
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,6 @@ updates:
1212
open-pull-requests-limit: 100
1313
commit-message:
1414
prefix: ci
15-
- package-ecosystem: "npm"
16-
directory: "/"
17-
schedule:
18-
interval: "daily"
19-
assignees:
20-
- "chaynabors"
21-
commit-message:
22-
prefix: fix
23-
prefix-development: chore
24-
include: scope
25-
open-pull-requests-limit: 100
26-
groups:
27-
eslint:
28-
patterns: ["eslint", "@eslint/*"]
29-
typescript-eslint:
30-
patterns: ["typescript-eslint", "@typescript-eslint/*"]
31-
vitest:
32-
patterns: ["vitest", "@vitest/*"]
33-
radix-ui:
34-
patterns: ["@radix-ui/*"]
3515
- package-ecosystem: "cargo"
3616
directory: "/"
3717
schedule:

.github/workflows/check-merge-conflicts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
if: steps.check-target-branch.outputs.is_main == 'false'
3030
id: check-conflicts
3131
run: |
32-
32+
3333
# Set Git identity for the merge operation
3434
git config --global user.email "github-actions@github.com"
3535
git config --global user.name "GitHub Actions"

.github/workflows/npm-publish.yml

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

.github/workflows/rust.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Rust
22

33
on:
44
workflow_dispatch:
5-
pull_request:
65
push:
76

87
permissions:
@@ -57,10 +56,7 @@ jobs:
5756
- uses: actions/checkout@v4
5857
- name: Install dependencies (Linux)
5958
if: runner.os == 'Linux'
60-
run: sudo apt-get update && sudo apt-get install -y -qq build-essential pkg-config jq dpkg curl wget zstd cmake clang libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev libdbus-1-dev libwebkit2gtk-4.1-dev libjavascriptcoregtk-4.1-dev valac libibus-1.0-dev libglib2.0-dev sqlite3 libxdo-dev protobuf-compiler libfuse2 bash fish zsh shellcheck
61-
- name: Install dependencies (macOS)
62-
if: runner.os == 'Macos'
63-
run: brew install protobuf fish shellcheck
59+
run: sudo apt-get update && sudo apt-get install -y -qq build-essential pkg-config jq dpkg curl wget zstd cmake clang libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev libdbus-1-dev libwebkit2gtk-4.1-dev libjavascriptcoregtk-4.1-dev valac libibus-1.0-dev libglib2.0-dev sqlite3 libxdo-dev protobuf-compiler libfuse2 bash zsh
6460
# this needs to be nightly for code coverage
6561
- uses: dtolnay/rust-toolchain@nightly
6662
id: toolchain
@@ -76,17 +72,6 @@ jobs:
7672
~/.cargo/git/db/
7773
target/
7874
key: cargo-test-${{ runner.os }}-${{ hashFiles('**/Cargo.lock') }}-${{ steps.toolchain.outputs.cachekey }}
79-
# TODO: Coverage fails with `error: unnecessary transmute` in `appkit-nsworkspace-bindings`
80-
# - name: Generate code coverage
81-
# run: cargo +nightly llvm-cov --locked --workspace --codecov --output-path lcov.info
82-
# - name: Upload coverage to Codecov
83-
# uses: codecov/codecov-action@v5
84-
# if: github.event.repository.fork == false
85-
# with:
86-
# token: ${{ secrets.CODECOV_TOKEN }}
87-
# files: lcov.info
88-
# fail_ci_if_error: true
89-
# env_vars: OS
9075
- name: Run tests
9176
run: cargo test --locked --workspace --lib --bins --test '*' --exclude fig_desktop-fuzz
9277

.github/workflows/typescript.yml

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

.github/workflows/typos.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Typos
22

33
on:
44
workflow_dispatch:
5-
pull_request:
65
push:
76

87
permissions:
@@ -19,4 +18,4 @@ jobs:
1918
- name: Check spelling
2019
uses: crate-ci/typos@master
2120
with:
22-
config: .typos.toml
21+
config: .typos.toml

.lintstagedrc.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@ export default {
77
"cd proto && buf lint && buf format --exit-code > /dev/null",
88
],
99
"*.py": ["ruff format --check", "ruff check"],
10-
"*.{ts,js,tsx,jsx,mjs}": "prettier --check",
1110
"!(*test*)*": "typos --config .typos.toml",
1211
};

.prettierrc

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

AmazonQ.md

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

CODEOWNERS

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)