Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
75 changes: 32 additions & 43 deletions .github/ISSUE_TEMPLATE/1_bug_report_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,50 +5,39 @@ title: "bug: "
labels: ["NEED_TO_LABEL"]

body:
- type: checkboxes
id: "checks"
attributes:
label: "Checks"
options:
- 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"
required: true
- label: "I have run `q doctor` in the affected terminal session"
required: true
- label: "I have run `q restart` and replicated the issue again"
- type: checkboxes
id: "checks"
attributes:
label: "Checks"
options:
- 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"
required: true

- type: input
id: "os"
attributes:
label: "Operating system"
validations:
required: true

- type: input
id: "os"
attributes:
label: "Operating system"
validations:
required: true

- type: textarea
id: "expected"
attributes:
label: "Expected behaviour"
description: "What did you expect to happen?"
validations:
required: true

- type: textarea
id: "actual"
attributes:
label: "Actual behaviour"
description: "What actually happened? Please provide a screenshot or video if possible."
validations:
required: true
- type: textarea
id: "expected"
attributes:
label: "Expected behaviour"
description: "What did you expect to happen?"
validations:
required: true

- type: textarea
id: "reproduce"
attributes:
label: "Steps to reproduce"
description: "Are you able to reproduce this issue? If so, how?"
- type: textarea
id: "actual"
attributes:
label: "Actual behaviour"
description: "What actually happened? Please provide a screenshot or video if possible."
validations:
required: true

- type: textarea
id: "environment"
attributes:
label: "Environment"
description: "If possible, run `q diagnostic` and paste the output below."
render: yaml
- type: textarea
id: "reproduce"
attributes:
label: "Steps to reproduce"
description: "Are you able to reproduce this issue? If so, how?"
20 changes: 0 additions & 20 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,6 @@ updates:
open-pull-requests-limit: 100
commit-message:
prefix: ci
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
assignees:
- "chaynabors"
commit-message:
prefix: fix
prefix-development: chore
include: scope
open-pull-requests-limit: 100
groups:
eslint:
patterns: ["eslint", "@eslint/*"]
typescript-eslint:
patterns: ["typescript-eslint", "@typescript-eslint/*"]
vitest:
patterns: ["vitest", "@vitest/*"]
radix-ui:
patterns: ["@radix-ui/*"]
- package-ecosystem: "cargo"
directory: "/"
schedule:
Expand Down
35 changes: 0 additions & 35 deletions .github/workflows/npm-publish.yml

This file was deleted.

23 changes: 11 additions & 12 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,19 +76,18 @@ jobs:
~/.cargo/git/db/
target/
key: cargo-test-${{ runner.os }}-${{ hashFiles('**/Cargo.lock') }}-${{ steps.toolchain.outputs.cachekey }}
# TODO: Coverage fails with `error: unnecessary transmute` in `appkit-nsworkspace-bindings`
# - name: Generate code coverage
# run: cargo +nightly llvm-cov --locked --workspace --codecov --output-path lcov.info
# - name: Upload coverage to Codecov
# uses: codecov/codecov-action@v5
# if: github.event.repository.fork == false
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# files: lcov.info
# fail_ci_if_error: true
# env_vars: OS
- name: Generate code coverage
run: cargo +nightly llvm-cov --locked --workspace --codecov --output-path lcov.info
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
if: github.event.repository.fork == false
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: lcov.info
fail_ci_if_error: true
env_vars: OS
- name: Run tests
run: cargo test --locked --workspace --lib --bins --test '*' --exclude fig_desktop-fuzz
run: cargo test --locked --workspace --lib --bins --tests --exclude fig_desktop-fuzz

cargo-fmt:
name: Fmt
Expand Down
77 changes: 0 additions & 77 deletions .github/workflows/typescript.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .github/workflows/typos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,3 @@ jobs:
uses: actions/checkout@v4
- name: Check spelling
uses: crate-ci/typos@master
with:
config: .typos.toml
13 changes: 0 additions & 13 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,3 @@ book/
.vscode/
.fleet/
.idea/

# yarn v2
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

.env*

run-build.sh
2 changes: 0 additions & 2 deletions .husky/pre-commit

This file was deleted.

12 changes: 0 additions & 12 deletions .lintstagedrc.mjs

This file was deleted.

3 changes: 0 additions & 3 deletions .mise.toml

This file was deleted.

4 changes: 0 additions & 4 deletions .prettierrc

This file was deleted.

4 changes: 0 additions & 4 deletions .typos.toml

This file was deleted.

76 changes: 0 additions & 76 deletions AmazonQ.md

This file was deleted.

Loading