-
-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added function to shorten links longer than 40 characters. Added proo…
…f of concept for human friendly dates in the UI (#609). Added a setting, which helps to hide todos by prepending a prefix to the beginning of the line (#660).
- Loading branch information
Showing
24 changed files
with
807 additions
and
715 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 |
---|---|---|
|
@@ -7,27 +7,25 @@ jobs: | |
snyk: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Install dependencies | ||
run: npm install | ||
- name: Run Snyk to check for vulnerabilities | ||
uses: snyk/actions/node@master | ||
env: | ||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} | ||
- uses: actions/checkout@master | ||
- name: Run Snyk to check for vulnerabilities | ||
uses: snyk/actions/node@master | ||
env: | ||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} | ||
njsscan: | ||
needs: snyk | ||
name: njsscan | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout the code | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@master | ||
- name: nodejsscan scan | ||
id: njsscan | ||
uses: ajinabraham/njsscan-action@master | ||
with: | ||
args: '. --sarif --output results.sarif || true' | ||
- name: Upload njsscan report | ||
uses: github/codeql-action/upload-sarif@v2 | ||
uses: github/codeql-action/upload-sarif@v3 | ||
with: | ||
sarif_file: results.sarif | ||
codecov: | ||
|
@@ -41,16 +39,16 @@ jobs: | |
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@master | ||
- name: Set up Node 18 | ||
uses: actions/setup-node@v3 | ||
- name: Set up latest available Nodejs | ||
uses: actions/setup-node@master | ||
- name: Install dependencies | ||
run: npm install | ||
- name: Build | ||
run: yarn run build | ||
- name: Run tests | ||
run: yarn run test | ||
- name: Upload coverage reports to Codecov | ||
uses: codecov/codecov-action@v3 | ||
uses: codecov/codecov-action@v4 | ||
env: | ||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} | ||
codeql: | ||
|
@@ -63,26 +61,26 @@ jobs: | |
language: [ 'javascript' ] | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3 | ||
- name: Set up Node 18 | ||
uses: actions/setup-node@v3 | ||
uses: actions/checkout@master | ||
- name: Set up latest available Nodejs | ||
uses: actions/setup-node@master | ||
- name: Initialize CodeQL | ||
uses: github/codeql-action/init@v2 | ||
uses: github/codeql-action/init@v3 | ||
with: | ||
languages: ${{ matrix.language }} | ||
- name: Autobuild | ||
uses: github/codeql-action/autobuild@v2 | ||
uses: github/codeql-action/autobuild@v3 | ||
- name: Perform CodeQL Analysis | ||
uses: github/codeql-action/analyze@v2 | ||
uses: github/codeql-action/analyze@v3 | ||
mirror: | ||
name: Mirror code to opencode.net | ||
runs-on: ubuntu-latest | ||
needs: codeql | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@master | ||
with: | ||
fetch-depth: 0 | ||
- uses: pixta-dev/repository-mirroring-action@v1 | ||
- uses: pixta-dev/repository-mirroring-action@master | ||
with: | ||
target_repo_url: | ||
[email protected]:ransome/sleek.git | ||
|
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
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
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 |
---|---|---|
@@ -1,15 +1,15 @@ | ||
|
||
2024-02-11 Line 1 rec:1d due:2024-02-12 | ||
2024-02-11 Line 1 rec:w due:2024-02-18 | ||
2024-02-11 Line 1 rec:2m due:2024-04-11 | ||
2024-02-11 Line 1 rec:+1d due:2024-02-13 | ||
2024-02-11 Line 1 rec:7w due:2024-03-31 | ||
2024-02-11 Line 1 due:2023-07-24 rec:+1b | ||
2024-02-11 taxes are due in one year t:2022-03-30 due:2022-04-30 rec:+1y | ||
2024-02-11 Water plants @home +quick due:2024-02-18 t:2024-02-08 rec:1w | ||
2024-02-11 Line 1 rec:+1d t:2023-09-20 | ||
2024-02-11 Line 1 rec:1d pri:A due:2024-02-12 | ||
2024-02-11 (A) Do something rec:d t:2024-02-12 @SomeContext | ||
2024-02-11 Do something rec:0d | ||
2024-02-11 Do something rec:0d due:2024-02-11 | ||
2024-02-11 Do something rec:0d due:2024-02-11 t:2024-02-11 | ||
2024-02-23 Line 1 rec:1d due:2024-02-24 | ||
2024-02-23 Line 1 rec:w due:2024-03-01 | ||
2024-02-23 Line 1 rec:2m due:2024-04-23 | ||
2024-02-23 Line 1 rec:+1d due:2024-02-25 | ||
2024-02-23 Line 1 rec:7w due:2024-04-12 | ||
2024-02-23 Line 1 due:2023-07-24 rec:+1b | ||
2024-02-23 taxes are due in one year t:2022-03-30 due:2022-04-30 rec:+1y | ||
2024-02-23 Water plants @home +quick due:2024-03-01 t:2024-02-20 rec:1w | ||
2024-02-23 Line 1 rec:+1d t:2023-09-20 | ||
2024-02-23 Line 1 rec:1d pri:A due:2024-02-24 | ||
2024-02-23 (A) Do something rec:d t:2024-02-24 @SomeContext | ||
2024-02-23 Do something rec:0d | ||
2024-02-23 Do something rec:0d due:2024-02-23 | ||
2024-02-23 Do something rec:0d due:2024-02-23 t:2024-02-23 |
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.