Skip to content

Commit 14daceb

Browse files
committed
Merge branch 'main' into bskiser/build-qchat-script
2 parents 0ae4e9f + 3311ed2 commit 14daceb

File tree

1,471 files changed

+1246
-257990
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,471 files changed

+1246
-257990
lines changed

.github/ISSUE_TEMPLATE/1_bug_report_template.yml

Lines changed: 32 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -5,50 +5,39 @@ title: "bug: "
55
labels: ["NEED_TO_LABEL"]
66

77
body:
8-
- type: checkboxes
9-
id: "checks"
10-
attributes:
11-
label: "Checks"
12-
options:
13-
- label: "I have searched [github.com/aws/amazon-q-developer-cli/issues](https://github.com/aws/amazon-q-developer-cli/issues?q=) and there are no duplicates of my issue"
14-
required: true
15-
- label: "I have run `q doctor` in the affected terminal session"
16-
required: true
17-
- label: "I have run `q restart` and replicated the issue again"
8+
- type: checkboxes
9+
id: "checks"
10+
attributes:
11+
label: "Checks"
12+
options:
13+
- label: "I have searched [github.com/aws/amazon-q-developer-cli/issues](https://github.com/aws/amazon-q-developer-cli/issues?q=) and there are no duplicates of my issue"
14+
required: true
15+
16+
- type: input
17+
id: "os"
18+
attributes:
19+
label: "Operating system"
20+
validations:
1821
required: true
1922

20-
- type: input
21-
id: "os"
22-
attributes:
23-
label: "Operating system"
24-
validations:
25-
required: true
26-
27-
- type: textarea
28-
id: "expected"
29-
attributes:
30-
label: "Expected behaviour"
31-
description: "What did you expect to happen?"
32-
validations:
33-
required: true
34-
35-
- type: textarea
36-
id: "actual"
37-
attributes:
38-
label: "Actual behaviour"
39-
description: "What actually happened? Please provide a screenshot or video if possible."
40-
validations:
41-
required: true
23+
- type: textarea
24+
id: "expected"
25+
attributes:
26+
label: "Expected behaviour"
27+
description: "What did you expect to happen?"
28+
validations:
29+
required: true
4230

43-
- type: textarea
44-
id: "reproduce"
45-
attributes:
46-
label: "Steps to reproduce"
47-
description: "Are you able to reproduce this issue? If so, how?"
31+
- type: textarea
32+
id: "actual"
33+
attributes:
34+
label: "Actual behaviour"
35+
description: "What actually happened? Please provide a screenshot or video if possible."
36+
validations:
37+
required: true
4838

49-
- type: textarea
50-
id: "environment"
51-
attributes:
52-
label: "Environment"
53-
description: "If possible, run `q diagnostic` and paste the output below."
54-
render: yaml
39+
- type: textarea
40+
id: "reproduce"
41+
attributes:
42+
label: "Steps to reproduce"
43+
description: "Are you able to reproduce this issue? If so, how?"

.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/npm-publish.yml

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

.github/workflows/rust.yml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -76,19 +76,18 @@ jobs:
7676
~/.cargo/git/db/
7777
target/
7878
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
79+
- name: Generate code coverage
80+
run: cargo +nightly llvm-cov --locked --workspace --codecov --output-path lcov.info
81+
- name: Upload coverage to Codecov
82+
uses: codecov/codecov-action@v5
83+
if: github.event.repository.fork == false
84+
with:
85+
token: ${{ secrets.CODECOV_TOKEN }}
86+
files: lcov.info
87+
fail_ci_if_error: true
88+
env_vars: OS
9089
- name: Run tests
91-
run: cargo test --locked --workspace --lib --bins --test '*' --exclude fig_desktop-fuzz
90+
run: cargo test --locked --workspace --lib --bins --tests --exclude fig_desktop-fuzz
9291

9392
cargo-fmt:
9493
name: Fmt

.github/workflows/typescript.yml

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

.github/workflows/typos.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,3 @@ jobs:
1818
uses: actions/checkout@v4
1919
- name: Check spelling
2020
uses: crate-ci/typos@master
21-
with:
22-
config: .typos.toml

.gitignore

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,3 @@ book/
3636
.vscode/
3737
.fleet/
3838
.idea/
39-
40-
# yarn v2
41-
.pnp.*
42-
.yarn/*
43-
!.yarn/patches
44-
!.yarn/plugins
45-
!.yarn/releases
46-
!.yarn/sdks
47-
!.yarn/versions
48-
49-
.env*
50-
51-
run-build.sh

.husky/pre-commit

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

.lintstagedrc.mjs

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

.mise.toml

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

.prettierrc

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

.typos.toml

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

AmazonQ.md

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

0 commit comments

Comments
 (0)