-
Notifications
You must be signed in to change notification settings - Fork 34
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
chore: Update got to latest version, use dynamic import #925
Merged
cd-rite
merged 1 commit into
NUWCDIVNPT:main
from
cd-rite:2023-02-12-dynamic-import-got
Feb 15, 2023
Merged
chore: Update got to latest version, use dynamic import #925
cd-rite
merged 1 commit into
NUWCDIVNPT:main
from
cd-rite:2023-02-12-dynamic-import-got
Feb 15, 2023
Conversation
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
7a0d6c1
to
949c7e5
Compare
Merged
csmig
added a commit
to csmig/stig-manager
that referenced
this pull request
Apr 5, 2023
commit 40396dc Author: cd-rite <[email protected]> Date: Fri Mar 24 16:48:50 2023 -0400 chore: expanded release notes (NUWCDIVNPT#952) commit 1c968f7 Author: cd-rite <[email protected]> Date: Fri Mar 24 16:35:40 2023 -0400 release 1.3.2 (NUWCDIVNPT#951) commit c8e6f6a Author: csmig <[email protected]> Date: Thu Mar 23 23:18:53 2023 +0000 feat: stig diff when ruleIds are unachanged (NUWCDIVNPT#950) Co-authored-by: csmig <[email protected]> commit 4f67c18 Author: csmig <[email protected]> Date: Thu Mar 23 20:05:16 2023 +0000 hotfix: restore commented out code (NUWCDIVNPT#949) commit 18b2060 Author: cd-rite <[email protected]> Date: Wed Mar 15 22:14:53 2023 -0400 a few more links, wording changes (NUWCDIVNPT#947) commit de0495f Author: cd-rite <[email protected]> Date: Tue Mar 14 20:44:05 2023 -0400 disable pdf generation, remove deprecated python version (NUWCDIVNPT#946) commit 97dad05 Author: cd-rite <[email protected]> Date: Tue Mar 14 20:27:52 2023 -0400 copyright udpate (NUWCDIVNPT#945) commit 6ebda8d Author: cd-rite <[email protected]> Date: Tue Mar 14 20:20:51 2023 -0400 docs: project description updates (NUWCDIVNPT#944) * docs: project description updates * reworked purpose; spelling fixes * a few more bulleted items --------- Co-authored-by: csmig <[email protected]> commit 3c7a933 Author: csmig <[email protected]> Date: Sat Mar 11 20:17:01 2023 +0000 refactor: replace dependency got with axios (NUWCDIVNPT#939) commit eac57f2 Author: csmig <[email protected]> Date: Fri Mar 10 16:29:57 2023 +0000 fix: pass clobber parameter when recursing zip file (NUWCDIVNPT#938) commit 580a3da Author: cd-rite <[email protected]> Date: Thu Mar 9 21:25:32 2023 -0500 chore: release updates (NUWCDIVNPT#937) commit 475616a Author: csmig <[email protected]> Date: Thu Mar 9 20:27:05 2023 +0000 breaking: MySQL Service and OAS updates for STIG revision data, including rules, checks and fixes (NUWCDIVNPT#936) commit 25bd54f Author: cd-rite <[email protected]> Date: Wed Mar 8 11:28:58 2023 -0500 manager restrictions (NUWCDIVNPT#934) Limit the grants that a Collection manager can assign/modify to those < manager commit 45d9946 Author: csmig <[email protected]> Date: Wed Mar 1 19:19:07 2023 +0000 feat: parse and import XCCDF with root-level TestResult Co-authored-by: csmig <[email protected]> commit 529cc22 Author: csmig <[email protected]> Date: Wed Mar 1 19:18:01 2023 +0000 refactor: remove rule.ccId instantiation from migration 0019 (NUWCDIVNPT#930) commit 11a6bfd Author: cd-rite <[email protected]> Date: Wed Feb 15 18:30:43 2023 -0500 dynamic import of got, regenerate package-lock with updates (NUWCDIVNPT#925) commit fa6249e Author: cd-rite <[email protected]> Date: Mon Feb 13 15:46:31 2023 -0500 Make grid text selectable (NUWCDIVNPT#921) commit 47787d8 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat Feb 4 14:10:52 2023 -0500 chore(deps): bump http-cache-semantics in /api/source (NUWCDIVNPT#918) Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/kornelski/http-cache-semantics/releases) - [Commits](kornelski/http-cache-semantics@v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: http-cache-semantics dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
csmig
added a commit
to csmig/stig-manager
that referenced
this pull request
Apr 5, 2023
commit 5d412fd Author: csmig <[email protected]> Date: Wed Mar 29 18:14:35 2023 +0000 hotfix: insert ignore into check_content (NUWCDIVNPT#955) commit 40396dc Author: cd-rite <[email protected]> Date: Fri Mar 24 16:48:50 2023 -0400 chore: expanded release notes (NUWCDIVNPT#952) commit 1c968f7 Author: cd-rite <[email protected]> Date: Fri Mar 24 16:35:40 2023 -0400 release 1.3.2 (NUWCDIVNPT#951) commit c8e6f6a Author: csmig <[email protected]> Date: Thu Mar 23 23:18:53 2023 +0000 feat: stig diff when ruleIds are unachanged (NUWCDIVNPT#950) Co-authored-by: csmig <[email protected]> commit 4f67c18 Author: csmig <[email protected]> Date: Thu Mar 23 20:05:16 2023 +0000 hotfix: restore commented out code (NUWCDIVNPT#949) commit 18b2060 Author: cd-rite <[email protected]> Date: Wed Mar 15 22:14:53 2023 -0400 a few more links, wording changes (NUWCDIVNPT#947) commit de0495f Author: cd-rite <[email protected]> Date: Tue Mar 14 20:44:05 2023 -0400 disable pdf generation, remove deprecated python version (NUWCDIVNPT#946) commit 97dad05 Author: cd-rite <[email protected]> Date: Tue Mar 14 20:27:52 2023 -0400 copyright udpate (NUWCDIVNPT#945) commit 6ebda8d Author: cd-rite <[email protected]> Date: Tue Mar 14 20:20:51 2023 -0400 docs: project description updates (NUWCDIVNPT#944) * docs: project description updates * reworked purpose; spelling fixes * a few more bulleted items --------- Co-authored-by: csmig <[email protected]> commit 3c7a933 Author: csmig <[email protected]> Date: Sat Mar 11 20:17:01 2023 +0000 refactor: replace dependency got with axios (NUWCDIVNPT#939) commit eac57f2 Author: csmig <[email protected]> Date: Fri Mar 10 16:29:57 2023 +0000 fix: pass clobber parameter when recursing zip file (NUWCDIVNPT#938) commit 580a3da Author: cd-rite <[email protected]> Date: Thu Mar 9 21:25:32 2023 -0500 chore: release updates (NUWCDIVNPT#937) commit 475616a Author: csmig <[email protected]> Date: Thu Mar 9 20:27:05 2023 +0000 breaking: MySQL Service and OAS updates for STIG revision data, including rules, checks and fixes (NUWCDIVNPT#936) commit 25bd54f Author: cd-rite <[email protected]> Date: Wed Mar 8 11:28:58 2023 -0500 manager restrictions (NUWCDIVNPT#934) Limit the grants that a Collection manager can assign/modify to those < manager commit 45d9946 Author: csmig <[email protected]> Date: Wed Mar 1 19:19:07 2023 +0000 feat: parse and import XCCDF with root-level TestResult Co-authored-by: csmig <[email protected]> commit 529cc22 Author: csmig <[email protected]> Date: Wed Mar 1 19:18:01 2023 +0000 refactor: remove rule.ccId instantiation from migration 0019 (NUWCDIVNPT#930) commit 11a6bfd Author: cd-rite <[email protected]> Date: Wed Feb 15 18:30:43 2023 -0500 dynamic import of got, regenerate package-lock with updates (NUWCDIVNPT#925) commit fa6249e Author: cd-rite <[email protected]> Date: Mon Feb 13 15:46:31 2023 -0500 Make grid text selectable (NUWCDIVNPT#921) commit 47787d8 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat Feb 4 14:10:52 2023 -0500 chore(deps): bump http-cache-semantics in /api/source (NUWCDIVNPT#918) Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/kornelski/http-cache-semantics/releases) - [Commits](kornelski/http-cache-semantics@v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: http-cache-semantics dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
csmig
added a commit
to csmig/stig-manager
that referenced
this pull request
Apr 5, 2023
commit 82a4ee7 Author: cd-rite <[email protected]> Date: Sun Apr 2 23:15:13 2023 -0400 chore: 1.3.3 updates (NUWCDIVNPT#960) commit 5290373 Author: csmig <[email protected]> Date: Mon Apr 3 01:54:55 2023 +0000 fix: current_rev fix in 0019 and 0021 (NUWCDIVNPT#958) * fix: insert into current_rev * fix: repopulate current_rev in case unpatched 0019 migration was execued --------- Co-authored-by: csmig <[email protected]> commit 5d412fd Author: csmig <[email protected]> Date: Wed Mar 29 18:14:35 2023 +0000 hotfix: insert ignore into check_content (NUWCDIVNPT#955) commit 40396dc Author: cd-rite <[email protected]> Date: Fri Mar 24 16:48:50 2023 -0400 chore: expanded release notes (NUWCDIVNPT#952) commit 1c968f7 Author: cd-rite <[email protected]> Date: Fri Mar 24 16:35:40 2023 -0400 release 1.3.2 (NUWCDIVNPT#951) commit c8e6f6a Author: csmig <[email protected]> Date: Thu Mar 23 23:18:53 2023 +0000 feat: stig diff when ruleIds are unachanged (NUWCDIVNPT#950) Co-authored-by: csmig <[email protected]> commit 4f67c18 Author: csmig <[email protected]> Date: Thu Mar 23 20:05:16 2023 +0000 hotfix: restore commented out code (NUWCDIVNPT#949) commit 18b2060 Author: cd-rite <[email protected]> Date: Wed Mar 15 22:14:53 2023 -0400 a few more links, wording changes (NUWCDIVNPT#947) commit de0495f Author: cd-rite <[email protected]> Date: Tue Mar 14 20:44:05 2023 -0400 disable pdf generation, remove deprecated python version (NUWCDIVNPT#946) commit 97dad05 Author: cd-rite <[email protected]> Date: Tue Mar 14 20:27:52 2023 -0400 copyright udpate (NUWCDIVNPT#945) commit 6ebda8d Author: cd-rite <[email protected]> Date: Tue Mar 14 20:20:51 2023 -0400 docs: project description updates (NUWCDIVNPT#944) * docs: project description updates * reworked purpose; spelling fixes * a few more bulleted items --------- Co-authored-by: csmig <[email protected]> commit 3c7a933 Author: csmig <[email protected]> Date: Sat Mar 11 20:17:01 2023 +0000 refactor: replace dependency got with axios (NUWCDIVNPT#939) commit eac57f2 Author: csmig <[email protected]> Date: Fri Mar 10 16:29:57 2023 +0000 fix: pass clobber parameter when recursing zip file (NUWCDIVNPT#938) commit 580a3da Author: cd-rite <[email protected]> Date: Thu Mar 9 21:25:32 2023 -0500 chore: release updates (NUWCDIVNPT#937) commit 475616a Author: csmig <[email protected]> Date: Thu Mar 9 20:27:05 2023 +0000 breaking: MySQL Service and OAS updates for STIG revision data, including rules, checks and fixes (NUWCDIVNPT#936) commit 25bd54f Author: cd-rite <[email protected]> Date: Wed Mar 8 11:28:58 2023 -0500 manager restrictions (NUWCDIVNPT#934) Limit the grants that a Collection manager can assign/modify to those < manager commit 45d9946 Author: csmig <[email protected]> Date: Wed Mar 1 19:19:07 2023 +0000 feat: parse and import XCCDF with root-level TestResult Co-authored-by: csmig <[email protected]> commit 529cc22 Author: csmig <[email protected]> Date: Wed Mar 1 19:18:01 2023 +0000 refactor: remove rule.ccId instantiation from migration 0019 (NUWCDIVNPT#930) commit 11a6bfd Author: cd-rite <[email protected]> Date: Wed Feb 15 18:30:43 2023 -0500 dynamic import of got, regenerate package-lock with updates (NUWCDIVNPT#925) commit fa6249e Author: cd-rite <[email protected]> Date: Mon Feb 13 15:46:31 2023 -0500 Make grid text selectable (NUWCDIVNPT#921) commit 47787d8 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat Feb 4 14:10:52 2023 -0500 chore(deps): bump http-cache-semantics in /api/source (NUWCDIVNPT#918) Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/kornelski/http-cache-semantics/releases) - [Commits](kornelski/http-cache-semantics@v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: http-cache-semantics dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
csmig
added a commit
to csmig/stig-manager
that referenced
this pull request
Apr 7, 2023
commit f04b920 Author: cd-rite <[email protected]> Date: Fri Apr 7 16:33:08 2023 -0400 Workflow updates (NUWCDIVNPT#966) * workflow updates commit 82a4ee7 Author: cd-rite <[email protected]> Date: Sun Apr 2 23:15:13 2023 -0400 chore: 1.3.3 updates (NUWCDIVNPT#960) commit 5290373 Author: csmig <[email protected]> Date: Mon Apr 3 01:54:55 2023 +0000 fix: current_rev fix in 0019 and 0021 (NUWCDIVNPT#958) * fix: insert into current_rev * fix: repopulate current_rev in case unpatched 0019 migration was execued --------- Co-authored-by: csmig <[email protected]> commit 5d412fd Author: csmig <[email protected]> Date: Wed Mar 29 18:14:35 2023 +0000 hotfix: insert ignore into check_content (NUWCDIVNPT#955) commit 40396dc Author: cd-rite <[email protected]> Date: Fri Mar 24 16:48:50 2023 -0400 chore: expanded release notes (NUWCDIVNPT#952) commit 1c968f7 Author: cd-rite <[email protected]> Date: Fri Mar 24 16:35:40 2023 -0400 release 1.3.2 (NUWCDIVNPT#951) commit c8e6f6a Author: csmig <[email protected]> Date: Thu Mar 23 23:18:53 2023 +0000 feat: stig diff when ruleIds are unachanged (NUWCDIVNPT#950) Co-authored-by: csmig <[email protected]> commit 4f67c18 Author: csmig <[email protected]> Date: Thu Mar 23 20:05:16 2023 +0000 hotfix: restore commented out code (NUWCDIVNPT#949) commit 18b2060 Author: cd-rite <[email protected]> Date: Wed Mar 15 22:14:53 2023 -0400 a few more links, wording changes (NUWCDIVNPT#947) commit de0495f Author: cd-rite <[email protected]> Date: Tue Mar 14 20:44:05 2023 -0400 disable pdf generation, remove deprecated python version (NUWCDIVNPT#946) commit 97dad05 Author: cd-rite <[email protected]> Date: Tue Mar 14 20:27:52 2023 -0400 copyright udpate (NUWCDIVNPT#945) commit 6ebda8d Author: cd-rite <[email protected]> Date: Tue Mar 14 20:20:51 2023 -0400 docs: project description updates (NUWCDIVNPT#944) * docs: project description updates * reworked purpose; spelling fixes * a few more bulleted items --------- Co-authored-by: csmig <[email protected]> commit 3c7a933 Author: csmig <[email protected]> Date: Sat Mar 11 20:17:01 2023 +0000 refactor: replace dependency got with axios (NUWCDIVNPT#939) commit eac57f2 Author: csmig <[email protected]> Date: Fri Mar 10 16:29:57 2023 +0000 fix: pass clobber parameter when recursing zip file (NUWCDIVNPT#938) commit 580a3da Author: cd-rite <[email protected]> Date: Thu Mar 9 21:25:32 2023 -0500 chore: release updates (NUWCDIVNPT#937) commit 475616a Author: csmig <[email protected]> Date: Thu Mar 9 20:27:05 2023 +0000 breaking: MySQL Service and OAS updates for STIG revision data, including rules, checks and fixes (NUWCDIVNPT#936) commit 25bd54f Author: cd-rite <[email protected]> Date: Wed Mar 8 11:28:58 2023 -0500 manager restrictions (NUWCDIVNPT#934) Limit the grants that a Collection manager can assign/modify to those < manager commit 45d9946 Author: csmig <[email protected]> Date: Wed Mar 1 19:19:07 2023 +0000 feat: parse and import XCCDF with root-level TestResult Co-authored-by: csmig <[email protected]> commit 529cc22 Author: csmig <[email protected]> Date: Wed Mar 1 19:18:01 2023 +0000 refactor: remove rule.ccId instantiation from migration 0019 (NUWCDIVNPT#930) commit 11a6bfd Author: cd-rite <[email protected]> Date: Wed Feb 15 18:30:43 2023 -0500 dynamic import of got, regenerate package-lock with updates (NUWCDIVNPT#925) commit fa6249e Author: cd-rite <[email protected]> Date: Mon Feb 13 15:46:31 2023 -0500 Make grid text selectable (NUWCDIVNPT#921) commit 47787d8 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat Feb 4 14:10:52 2023 -0500 chore(deps): bump http-cache-semantics in /api/source (NUWCDIVNPT#918) Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/kornelski/http-cache-semantics/releases) - [Commits](kornelski/http-cache-semantics@v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: http-cache-semantics dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
latest got is offered as an ESM only
resolves same issue as dependabot PR #923
Regenerated package-lock with updates.