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

feat: artifacts, artifactmanager, improve cache, tests #10

Draft
wants to merge 90 commits into
base: master
Choose a base branch
from
Draft

Conversation

GmBodhi
Copy link
Owner

@GmBodhi GmBodhi commented Jul 10, 2021

Closes #9

@GmBodhi GmBodhi added the enhancement New feature or request label Jul 10, 2021
@GmBodhi GmBodhi added this to the 1.0.0 (beta) milestone Jul 10, 2021
@GmBodhi GmBodhi added this to In progress in v1 via automation Jul 10, 2021
@GmBodhi GmBodhi linked an issue Jul 10, 2021 that may be closed by this pull request
@GmBodhi GmBodhi changed the title feat: artifacts, artifactmanager, discontinue cache, tests feat: artifacts, artifactmanager, improve cache, tests Aug 7, 2021
@GmBodhi GmBodhi marked this pull request as draft August 8, 2021 06:12
@lgtm-com
Copy link

lgtm-com bot commented Sep 20, 2021

This pull request fixes 3 alerts when merging 1c4af2e into 3ff9824 - view on LGTM.com

fixed alerts:

  • 2 for Useless assignment to local variable
  • 1 for Unused variable, import, function or class

@lgtm-com
Copy link

lgtm-com bot commented Oct 14, 2021

This pull request fixes 3 alerts when merging 4c92cd4 into 3ff9824 - view on LGTM.com

fixed alerts:

  • 2 for Useless assignment to local variable
  • 1 for Unused variable, import, function or class

dependabot bot and others added 2 commits January 22, 2022 21:56
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 3.1.1.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/main/docs/CHANGELOG.md)
- [Commits](node-fetch/node-fetch@v2.6.1...v3.1.1)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
…h-3.1.1

build(deps): bump node-fetch from 2.6.1 to 3.1.1
@lgtm-com
Copy link

lgtm-com bot commented Jan 23, 2022

This pull request fixes 3 alerts when merging ecbfdb4 into 3ff9824 - view on LGTM.com

fixed alerts:

  • 2 for Useless assignment to local variable
  • 1 for Unused variable, import, function or class

dependabot bot and others added 3 commits March 30, 2022 05:59
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…1.2.6

build(deps): bump minimist from 1.2.5 to 1.2.6
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](chalk/ansi-regex@v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: ansi-regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@lgtm-com
Copy link

lgtm-com bot commented Apr 3, 2022

This pull request fixes 3 alerts when merging 0eb6f7c into 3ff9824 - view on LGTM.com

fixed alerts:

  • 2 for Useless assignment to local variable
  • 1 for Unused variable, import, function or class

dependabot bot and others added 3 commits June 24, 2022 10:37
Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3.
- [Release notes](https://github.com/substack/node-shell-quote/releases)
- [Changelog](https://github.com/substack/node-shell-quote/blob/master/CHANGELOG.md)
- [Commits](https://github.com/substack/node-shell-quote/compare/v1.7.2...1.7.3)

---
updated-dependencies:
- dependency-name: shell-quote
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…te-1.7.3

build(deps): bump shell-quote from 1.7.2 to 1.7.3
…x-3.0.1

build(deps): bump ansi-regex from 3.0.0 to 3.0.1
@lgtm-com
Copy link

lgtm-com bot commented Jul 7, 2022

This pull request fixes 3 alerts when merging bfa8be3 into 3ff9824 - view on LGTM.com

fixed alerts:

  • 2 for Useless assignment to local variable
  • 1 for Unused variable, import, function or class

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request long-time-req
Projects
v1
In progress
Development

Successfully merging this pull request may close these issues.

perf(cache): Manage cache
3 participants