-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
73 changed files
with
4,369 additions
and
960 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
kind: Fixed | ||
body: Journal parsing bug where artemis would not parse all entries | ||
time: 2024-12-17T23:44:36.876862954-05:00 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
kind: Fixed | ||
body: Search bug where artemis would treat alt-files as ESE db instead of sqlite | ||
time: 2024-12-17T23:45:46.934112589-05:00 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,7 +50,7 @@ jobs: | |
|
||
- name: Tauri build dependencies on Linux | ||
if: matrix.info.os == 'ubuntu-latest' | ||
run: sudo apt install libgtk-3-dev libwebkit2gtk-4.1-dev build-essential curl wget file libxdo-dev libssl-dev libayatana-appindicator3-dev librsvg2-dev | ||
run: sudo apt update && sudo apt install libgtk-3-dev libwebkit2gtk-4.1-dev build-essential curl wget file libxdo-dev libssl-dev libayatana-appindicator3-dev librsvg2-dev | ||
|
||
- name: Setup Podman user config directory | ||
if: matrix.info.os == 'ubuntu-latest' | ||
|
@@ -71,7 +71,7 @@ jobs: | |
uses: taiki-e/install-action@just | ||
|
||
- name: Enable Rust cache | ||
uses: Swatinem/[email protected].3 | ||
uses: Swatinem/[email protected].5 | ||
with: | ||
save-if: false | ||
- name: Generate code coverage (macOS) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,15 +46,15 @@ jobs: | |
run: npm install -D @tailwindcss/typography | ||
|
||
- name: Enable Rust cache | ||
uses: Swatinem/[email protected].3 | ||
uses: Swatinem/[email protected].5 | ||
with: | ||
cache-on-failure: true | ||
- name: Install just runner | ||
uses: taiki-e/install-action@just | ||
|
||
- name: Tauri build dependencies on Linux | ||
if: matrix.info.os == 'ubuntu-latest' | ||
run: sudo apt install libgtk-3-dev libwebkit2gtk-4.1-dev build-essential curl wget file libxdo-dev libssl-dev libayatana-appindicator3-dev librsvg2-dev | ||
run: sudo apt update && sudo apt install libgtk-3-dev libwebkit2gtk-4.1-dev build-essential curl wget file libxdo-dev libssl-dev libayatana-appindicator3-dev librsvg2-dev | ||
|
||
- name: Setup Podman user config directory | ||
if: matrix.info.os == 'ubuntu-latest' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ jobs: | |
|
||
- name: Tauri build dependencies on Linux | ||
if: matrix.info.os == 'ubuntu-latest' | ||
run: sudo apt install libgtk-3-dev libwebkit2gtk-4.1-dev build-essential curl wget file libxdo-dev libssl-dev libayatana-appindicator3-dev librsvg2-dev | ||
run: sudo apt update && sudo apt install libgtk-3-dev libwebkit2gtk-4.1-dev build-essential curl wget file libxdo-dev libssl-dev libayatana-appindicator3-dev librsvg2-dev | ||
|
||
- name: Setup Podman user config directory | ||
if: matrix.info.os == 'ubuntu-latest' | ||
|
@@ -62,7 +62,7 @@ jobs: | |
run: podman run -it -p 9200:9200 -p 9600:9600 -e OPENSEARCH_INITIAL_ADMIN_PASSWORD="Ughsocomplex123567890!" -e "discovery.type=single-node" --name opensearch-node -d opensearchproject/opensearch:latest | ||
|
||
- name: Enable Rust cache | ||
uses: Swatinem/[email protected].3 | ||
uses: Swatinem/[email protected].5 | ||
with: | ||
save-if: false | ||
- name: Fmt Check | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.