-
Notifications
You must be signed in to change notification settings - Fork 78
Added caching actions #783
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
Open
DomPeliniAerospike
wants to merge
33
commits into
stage
Choose a base branch
from
dev
base: stage
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 7 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
21bbd66
Stage (#775)
DomPeliniAerospike c7ce749
Added mocha-clean and choma to ts-test (#776)
DomPeliniAerospike e6807a6
Revert "Added mocha-clean and choma to ts-test (#776)"
DomPeliniAerospike 091a60f
Added mocha-clean to dev dependencies
DomPeliniAerospike b59c2b5
Running action
DomPeliniAerospike 35cc93b
Fixed brittle test on QE system (#781)
DomPeliniAerospike 793274c
Added caching action to github (#782)
DomPeliniAerospike 16e0408
running tests
DomPeliniAerospike c136f1f
Merge branch 'dev' of https://github.com/aerospike/aerospike-client-n…
DomPeliniAerospike 311f892
running tests
DomPeliniAerospike 8ea5662
starting colima after caching
DomPeliniAerospike f7eb9fb
Running action
DomPeliniAerospike abc3e86
Running tests
DomPeliniAerospike c6a2233
running tests
DomPeliniAerospike ed86ecd
Update action.yml
DomPeliniAerospike 47599e3
Update action.yml
DomPeliniAerospike c5db1bb
Update action.yml
DomPeliniAerospike f3c733f
running tests
DomPeliniAerospike 842f7c5
Update action.yml
DomPeliniAerospike bc5bd87
Running tests
DomPeliniAerospike 402796b
Update action.yml
DomPeliniAerospike 19e1c48
Update action.yml
DomPeliniAerospike 34029d4
Update action.yml
DomPeliniAerospike 67dbe42
Update action.yml
DomPeliniAerospike 9467b75
Update action.yml
DomPeliniAerospike 278ff76
Update action.yml
DomPeliniAerospike d8e0dbd
Update action.yml
DomPeliniAerospike 0676d9d
Update action.yml
DomPeliniAerospike af6226b
Update action.yml
DomPeliniAerospike 1984ef2
Update action.yml
DomPeliniAerospike 49fe59e
Update action.yml
DomPeliniAerospike afb7902
Update action.yml
DomPeliniAerospike 8d4b5de
Update action.yml
DomPeliniAerospike File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,28 @@ | ||
| --- | ||
| name: Bug report | ||
| about: Create a report to help us improve | ||
| title: '' | ||
| labels: '' | ||
| assignees: '' | ||
|
|
||
| --- | ||
|
|
||
| **Describe the bug** | ||
| A clear and concise description of what the bug is. | ||
|
|
||
| **To Reproduce** | ||
| Steps to reproduce the behavior. Please provide as much of the following as you can. | ||
| 1. code that demonstrates the behavior | ||
| 2. error messages and stacktrace if available | ||
| 3. any relevant Aerospike log entries if available | ||
|
|
||
| **Expected behavior** | ||
| A clear and concise description of what you expected to happen. | ||
|
|
||
| **Versions and Environment (please complete the following information):** | ||
| - Client application OS | ||
| - Aerospike Client Version | ||
| - Aerospike Database Version | ||
|
|
||
| **Additional context** | ||
| Add any other context about the problem here. |
This file contains hidden or 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,22 @@ | ||
| --- | ||
| name: Feature request | ||
| about: Suggest an idea for this project | ||
| title: '' | ||
| labels: '' | ||
| assignees: '' | ||
|
|
||
| --- | ||
|
|
||
| **Is your feature request related to a problem? Please describe.** | ||
| A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
|
||
| **Describe the solution you'd like** | ||
| A clear and concise description of what you want to happen. | ||
|
|
||
| **Describe alternatives you've considered** | ||
| A clear and concise description of any alternative solutions or features you've considered. | ||
|
|
||
| **Additional context** | ||
| Add any other context or screenshots about the feature request here. Please include the following: | ||
| * The Aerospike client version | ||
| * The Aerospike server version |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
|
|
@@ -251,7 +251,7 @@ A variety of additional example applications are provided in the | |
| [`examples`](https://github.com/aerospike/aerospike-client-nodejs/tree/master/examples) directory of this repository. | ||
|
|
||
| Access backward incompatible API changes by a release at: | ||
| https://developer.aerospike.com/client/nodejs/usage/incompatible. | ||
| https://aerospike.com/docs/develop/client/node/incompatible/. | ||
|
|
||
| ### API Versioning | ||
|
|
||
|
|
@@ -285,7 +285,7 @@ Various options can be provided, such as host, port, and password information | |
|
|
||
| To see the options, see `ts-test/test/util/options.ts` for a full list. | ||
|
|
||
| Note: make sure your server has TTL enabled for the `test` namespace ([Namespace Retention Configuration](https://docs.aerospike.com/server/operations/configure/namespace/retention)) to allow all tests to run correctly. | ||
| Note: make sure your server has TTL enabled for the `test` namespace ([Namespace Retention Configuration](https://aerospike.com/docs/database/manage/namespace/retention/)) to allow all tests to run correctly. | ||
|
|
||
| To run the tests and also report on test coverage: | ||
|
|
||
|
|
||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Check warning
Code scanning / CodeQL
Workflow does not contain permissions Medium
Copilot Autofix
AI 30 days ago
To fix the problem, we need to add an explicit
permissions:block to the workflow file, specifying the minimal necessary permissions for this workflow and its jobs. The recommended approach is to setpermissions:at the workflow root, which will apply to all jobs unless overridden, for maximal coverage. For most workflows, the minimum safe default iscontents: read, unless more write permissions are specifically needed for steps in the jobs. Since the jobs here only call child workflows, and we don't see any inline write actions, it's safest to setcontents: read. If one or more jobs require elevated permissions, you can override at the job level.Edit
.github/workflows/master-workflow.ymland insert the following block at the top level, immediately aftername:and beforeon::No imports or method changes are needed.