Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2 #504

Merged
merged 47 commits into from
Nov 13, 2024
Merged

v2 #504

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
e1908e3
v2
Aylur Jul 15, 2024
e10133b
update ts-for-gir, add eslint
Aylur Jul 20, 2024
0752b95
fix flake input
Aylur Jul 20, 2024
15de565
qol fixes
Aylur Jul 20, 2024
1a673cb
include esbuild
Aylur Aug 22, 2024
3cb293e
move implementation to go
Aylur Sep 6, 2024
fd95433
feat: bundle flag
Aylur Sep 7, 2024
41b059b
fix: types
Aylur Sep 7, 2024
2ce353a
feat: support running file
Aylur Sep 7, 2024
76ed370
nix: add agsFull package
Aylur Sep 8, 2024
1771699
chore: update lockfiles
Aylur Sep 9, 2024
5079c19
chore: update flake
Aylur Sep 11, 2024
a15d1ae
nix: systemd option
Aylur Sep 11, 2024
6dce522
chore: update
Aylur Sep 12, 2024
7aa1030
chore: update flake
Aylur Sep 17, 2024
9c1b7ba
fix #579 --message flag
Aylur Sep 22, 2024
b394551
chore: update lockfiles
Aylur Sep 27, 2024
ff3740e
fix: sass plugin import deprecation warning
Aylur Sep 27, 2024
1341310
fix: expose astal cli to ags
Aylur Sep 30, 2024
e2aa34d
cleanup: default tsconfig
Aylur Oct 9, 2024
35e40fd
nix: update lock
Aylur Oct 9, 2024
1c1dcc1
error out if writing files fails
Aylur Oct 11, 2024
5838646
chore: update lockfile
Aylur Oct 12, 2024
89b8918
chore: adjust for astal core lib split
Aylur Oct 15, 2024
a93f0ac
nix: fix gjs package path
Aylur Oct 16, 2024
b7f3896
fix: ts-for-gir version
Aylur Oct 19, 2024
9fe75a1
nix: update lock
Aylur Oct 22, 2024
65aa0bf
nix: make inputs follow nixpkgs
olifloof Nov 1, 2024
4b1e7da
Merge pull request #602 from olifloof/v2
Aylur Nov 1, 2024
198993b
feat: blueprint plugin
Aylur Nov 3, 2024
42624a5
migrate to cobra
Aylur Nov 6, 2024
e04f229
fix #606
Aylur Nov 6, 2024
250d501
rename flag config -> directory
Aylur Nov 8, 2024
f89742e
add: bundle tsconfig flag
Aylur Nov 8, 2024
821c38c
feat: use internal tsconfig
Aylur Nov 10, 2024
c64f8d3
feat: update tsconfig command
Aylur Nov 11, 2024
1bc2c98
fix: tsconfig update logic
Aylur Nov 11, 2024
0865e8c
bundle: remove working dir
Aylur Nov 11, 2024
fe56428
bundle: check cwd for tsconfig
Aylur Nov 11, 2024
9f46c91
revert and fix 0865e8c
Aylur Nov 11, 2024
2373858
docs: add initial docs
Aylur Nov 12, 2024
5ec5640
docs: update install from source section
Aylur Nov 12, 2024
9b22cd9
rename bundle flag cwd -> src
Aylur Nov 12, 2024
fe6d5dc
finish up docs
Aylur Nov 12, 2024
967b5c9
nix: lib.bundle and template
Aylur Nov 13, 2024
c93a906
docs: nix lib.bundle
Aylur Nov 13, 2024
771a44b
docs: aur
Aylur Nov 13, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
129 changes: 0 additions & 129 deletions .eslintrc.yml

This file was deleted.

1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
data/**/* linguist-vendored
27 changes: 13 additions & 14 deletions .github/workflows/cachix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,18 @@ jobs:
name: "Build"
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive
- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive

- uses: cachix/install-nix-action@v25
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: cachix/cachix-action@v12
with:
name: ags
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- uses: cachix/install-nix-action@v25
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: cachix/cachix-action@v12
with:
name: ags
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"

- name: Build ags
run: |
nix build --print-build-logs
nix build --print-build-logs .#agsWithTypes
- name: Build ags
run: |
nix build --print-build-logs
35 changes: 0 additions & 35 deletions .github/workflows/create_release.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/lint.yml

This file was deleted.

11 changes: 5 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
node_modules
_build
build
run.sh
tmp
result
node_modules/
build/
dist/
result/
@girs/
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

Loading
Loading