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

🚧Fix import issue in mod files #7

Merged
merged 56 commits into from
Nov 4, 2023

Conversation

CalvinWilkinson
Copy link
Member

@CalvinWilkinson CalvinWilkinson commented Oct 14, 2023

Description:

To allow this pull request to be merged, please make sure that the following items of this pull request are complete.

This pull request closes #6

✅The pull request head branch must be a feature branch with the syntax 'feature/-sync-testing'.
✅The pull request base branch must be a 'main' or 'preview' branch..
✅The pull request head branch contains a valid issue number.
✅The pull request title matches the linked issue title exactly.
✅The pull request assignees match the assignees of the issue.
✅The pull request labels match the labels of the issue.
✅The pull request organizational projects match the organizational projects of the issue.
✅The pull requests milestone matches the milestone of the issue.


Additional Info:

  1. Pull requests are automatically synced with the associated issue upon creation by one of the KinsonDigital workflow bots.
  2. The associated issue is the issue number that is embedded in the pull request head branch.
  3. The list above will be automatically updated as the pull request's various settings match or do not match the associated issue.
  4. To manually sync the pull request to the issue, create a comment with the [run-sync] command.

    Note You must be an admin member of the organization to use this command.


  • Sync with the issue. Use this to enable or disable this pull request from syncing with its associated issue.

@CalvinWilkinson CalvinWilkinson self-assigned this Oct 14, 2023
@CalvinWilkinson CalvinWilkinson added this to the v1.0.0-preview.3 milestone Oct 14, 2023
@CalvinWilkinson CalvinWilkinson changed the title needs syncing 🚧Fix import issue in mod files Oct 14, 2023
@CalvinWilkinson CalvinWilkinson added high-priority High Priority preview Done while in preview 🐛bug Something isn't working labels Oct 14, 2023
@CalvinWilkinson CalvinWilkinson marked this pull request as ready for review October 14, 2023 17:04
@CalvinWilkinson CalvinWilkinson merged commit 0fdf798 into main Nov 4, 2023
5 checks passed
@CalvinWilkinson CalvinWilkinson deleted the feature/6-fix-import-issue branch November 4, 2023 12:24
CalvinWilkinson added a commit that referenced this pull request Nov 4, 2023
* Start work for issue #6

* refactor: update the import paths to relative paths

* config: remove import maps

* refactor: update all import paths to relative paths

* config: setup external dependencies file

* cleanup: cleanup code using deno fmt

* ci: update deno check script to ignore certain directories

* ide: setup launch config for deno check script

* config: update deno lock file

* config: remove vendored dependencies

* config: update deno lock

* config: add git ignore for node_modules folder

* refactor: update deps imports

* ide: ignore node_modules folder

* ci: update unit test status check with permission

* deps: add dependency to npm chalk library

* ci: add ignore folder to deno check script

* chore: change what kind of message print error util func does

* refactor: improve error handling code in OrgClient

* refactor: improve error handling code in GitClient

* refactor: improve error handling in GraphQlClient

* refactor: improve error handling in IssueClient

* refactor: improve error handling in LabelClient

* refactor: improve error handling in RepoClient

* chore: fix error in utils function

* fix: add missing arguments

* ide: add permission to task

* refactor: improve error handling in GitHubClient

* config: improve dependencies

* config: update deno lock

* config: remove include and exclude for tests

* ci: update test status check to be explicit with tests

* chore: make functions public

* test: create tests for RepoClient

* refactor: improve error handling in MilestoneClient

* cleanup: remove unused protected funcs

* chore: setup launch config and playground with default args

* refactor: improve error handling in ProjectClient

* ci: improve deno check process

* refactor: improve error handling with PullRequestClient

* refactor: refactor param names across code base

* refactor: improve error handling with the ReleaseClient

* refactor: improve error handling of the TagClient

* refactor: improve error handling of the UsersClient

* fix: fix guards

* refactor: improve error handling in WorkflowClient

* ide: remove recommended extension

* refactor: improve error handling in XClient

* refactor: improve error handling of the NuGetClient

* refactor: further improve error handling of clients

* refactor: force ctor params to be required

* refactor: adjust not equals operators

* chore: remove utils function

* refactor: remove deno exit func from error handling code

* refactor: convert Guard functions to throw errors instead of exiting

* config: update version from v1.0.0-preview.2 to v1.0.0-preview.3
CalvinWilkinson added a commit that referenced this pull request Nov 4, 2023
* Start work for issue #6

* refactor: update the import paths to relative paths

* config: remove import maps

* refactor: update all import paths to relative paths

* config: setup external dependencies file

* cleanup: cleanup code using deno fmt

* ci: update deno check script to ignore certain directories

* ide: setup launch config for deno check script

* config: update deno lock file

* config: remove vendored dependencies

* config: update deno lock

* config: add git ignore for node_modules folder

* refactor: update deps imports

* ide: ignore node_modules folder

* ci: update unit test status check with permission

* deps: add dependency to npm chalk library

* ci: add ignore folder to deno check script

* chore: change what kind of message print error util func does

* refactor: improve error handling code in OrgClient

* refactor: improve error handling code in GitClient

* refactor: improve error handling in GraphQlClient

* refactor: improve error handling in IssueClient

* refactor: improve error handling in LabelClient

* refactor: improve error handling in RepoClient

* chore: fix error in utils function

* fix: add missing arguments

* ide: add permission to task

* refactor: improve error handling in GitHubClient

* config: improve dependencies

* config: update deno lock

* config: remove include and exclude for tests

* ci: update test status check to be explicit with tests

* chore: make functions public

* test: create tests for RepoClient

* refactor: improve error handling in MilestoneClient

* cleanup: remove unused protected funcs

* chore: setup launch config and playground with default args

* refactor: improve error handling in ProjectClient

* ci: improve deno check process

* refactor: improve error handling with PullRequestClient

* refactor: refactor param names across code base

* refactor: improve error handling with the ReleaseClient

* refactor: improve error handling of the TagClient

* refactor: improve error handling of the UsersClient

* fix: fix guards

* refactor: improve error handling in WorkflowClient

* ide: remove recommended extension

* refactor: improve error handling in XClient

* refactor: improve error handling of the NuGetClient

* refactor: further improve error handling of clients

* refactor: force ctor params to be required

* refactor: adjust not equals operators

* chore: remove utils function

* refactor: remove deno exit func from error handling code

* refactor: convert Guard functions to throw errors instead of exiting

* config: update version from v1.0.0-preview.2 to v1.0.0-preview.3
CalvinWilkinson added a commit that referenced this pull request Nov 4, 2023
* Start work for issue #6

* refactor: update the import paths to relative paths

* config: remove import maps

* refactor: update all import paths to relative paths

* config: setup external dependencies file

* cleanup: cleanup code using deno fmt

* ci: update deno check script to ignore certain directories

* ide: setup launch config for deno check script

* config: update deno lock file

* config: remove vendored dependencies

* config: update deno lock

* config: add git ignore for node_modules folder

* refactor: update deps imports

* ide: ignore node_modules folder

* ci: update unit test status check with permission

* deps: add dependency to npm chalk library

* ci: add ignore folder to deno check script

* chore: change what kind of message print error util func does

* refactor: improve error handling code in OrgClient

* refactor: improve error handling code in GitClient

* refactor: improve error handling in GraphQlClient

* refactor: improve error handling in IssueClient

* refactor: improve error handling in LabelClient

* refactor: improve error handling in RepoClient

* chore: fix error in utils function

* fix: add missing arguments

* ide: add permission to task

* refactor: improve error handling in GitHubClient

* config: improve dependencies

* config: update deno lock

* config: remove include and exclude for tests

* ci: update test status check to be explicit with tests

* chore: make functions public

* test: create tests for RepoClient

* refactor: improve error handling in MilestoneClient

* cleanup: remove unused protected funcs

* chore: setup launch config and playground with default args

* refactor: improve error handling in ProjectClient

* ci: improve deno check process

* refactor: improve error handling with PullRequestClient

* refactor: refactor param names across code base

* refactor: improve error handling with the ReleaseClient

* refactor: improve error handling of the TagClient

* refactor: improve error handling of the UsersClient

* fix: fix guards

* refactor: improve error handling in WorkflowClient

* ide: remove recommended extension

* refactor: improve error handling in XClient

* refactor: improve error handling of the NuGetClient

* refactor: further improve error handling of clients

* refactor: force ctor params to be required

* refactor: adjust not equals operators

* chore: remove utils function

* refactor: remove deno exit func from error handling code

* refactor: convert Guard functions to throw errors instead of exiting

* config: update version from v1.0.0-preview.2 to v1.0.0-preview.3
CalvinWilkinson added a commit that referenced this pull request Nov 4, 2023
* Start work for issue #6

* refactor: update the import paths to relative paths

* config: remove import maps

* refactor: update all import paths to relative paths

* config: setup external dependencies file

* cleanup: cleanup code using deno fmt

* ci: update deno check script to ignore certain directories

* ide: setup launch config for deno check script

* config: update deno lock file

* config: remove vendored dependencies

* config: update deno lock

* config: add git ignore for node_modules folder

* refactor: update deps imports

* ide: ignore node_modules folder

* ci: update unit test status check with permission

* deps: add dependency to npm chalk library

* ci: add ignore folder to deno check script

* chore: change what kind of message print error util func does

* refactor: improve error handling code in OrgClient

* refactor: improve error handling code in GitClient

* refactor: improve error handling in GraphQlClient

* refactor: improve error handling in IssueClient

* refactor: improve error handling in LabelClient

* refactor: improve error handling in RepoClient

* chore: fix error in utils function

* fix: add missing arguments

* ide: add permission to task

* refactor: improve error handling in GitHubClient

* config: improve dependencies

* config: update deno lock

* config: remove include and exclude for tests

* ci: update test status check to be explicit with tests

* chore: make functions public

* test: create tests for RepoClient

* refactor: improve error handling in MilestoneClient

* cleanup: remove unused protected funcs

* chore: setup launch config and playground with default args

* refactor: improve error handling in ProjectClient

* ci: improve deno check process

* refactor: improve error handling with PullRequestClient

* refactor: refactor param names across code base

* refactor: improve error handling with the ReleaseClient

* refactor: improve error handling of the TagClient

* refactor: improve error handling of the UsersClient

* fix: fix guards

* refactor: improve error handling in WorkflowClient

* ide: remove recommended extension

* refactor: improve error handling in XClient

* refactor: improve error handling of the NuGetClient

* refactor: further improve error handling of clients

* refactor: force ctor params to be required

* refactor: adjust not equals operators

* chore: remove utils function

* refactor: remove deno exit func from error handling code

* refactor: convert Guard functions to throw errors instead of exiting

* config: update version from v1.0.0-preview.2 to v1.0.0-preview.3
CalvinWilkinson added a commit that referenced this pull request Nov 4, 2023
* Start work for issue #6

* refactor: update the import paths to relative paths

* config: remove import maps

* refactor: update all import paths to relative paths

* config: setup external dependencies file

* cleanup: cleanup code using deno fmt

* ci: update deno check script to ignore certain directories

* ide: setup launch config for deno check script

* config: update deno lock file

* config: remove vendored dependencies

* config: update deno lock

* config: add git ignore for node_modules folder

* refactor: update deps imports

* ide: ignore node_modules folder

* ci: update unit test status check with permission

* deps: add dependency to npm chalk library

* ci: add ignore folder to deno check script

* chore: change what kind of message print error util func does

* refactor: improve error handling code in OrgClient

* refactor: improve error handling code in GitClient

* refactor: improve error handling in GraphQlClient

* refactor: improve error handling in IssueClient

* refactor: improve error handling in LabelClient

* refactor: improve error handling in RepoClient

* chore: fix error in utils function

* fix: add missing arguments

* ide: add permission to task

* refactor: improve error handling in GitHubClient

* config: improve dependencies

* config: update deno lock

* config: remove include and exclude for tests

* ci: update test status check to be explicit with tests

* chore: make functions public

* test: create tests for RepoClient

* refactor: improve error handling in MilestoneClient

* cleanup: remove unused protected funcs

* chore: setup launch config and playground with default args

* refactor: improve error handling in ProjectClient

* ci: improve deno check process

* refactor: improve error handling with PullRequestClient

* refactor: refactor param names across code base

* refactor: improve error handling with the ReleaseClient

* refactor: improve error handling of the TagClient

* refactor: improve error handling of the UsersClient

* fix: fix guards

* refactor: improve error handling in WorkflowClient

* ide: remove recommended extension

* refactor: improve error handling in XClient

* refactor: improve error handling of the NuGetClient

* refactor: further improve error handling of clients

* refactor: force ctor params to be required

* refactor: adjust not equals operators

* chore: remove utils function

* refactor: remove deno exit func from error handling code

* refactor: convert Guard functions to throw errors instead of exiting

* config: update version from v1.0.0-preview.2 to v1.0.0-preview.3
CalvinWilkinson added a commit that referenced this pull request Nov 4, 2023
* Start work for issue #6

* refactor: update the import paths to relative paths

* config: remove import maps

* refactor: update all import paths to relative paths

* config: setup external dependencies file

* cleanup: cleanup code using deno fmt

* ci: update deno check script to ignore certain directories

* ide: setup launch config for deno check script

* config: update deno lock file

* config: remove vendored dependencies

* config: update deno lock

* config: add git ignore for node_modules folder

* refactor: update deps imports

* ide: ignore node_modules folder

* ci: update unit test status check with permission

* deps: add dependency to npm chalk library

* ci: add ignore folder to deno check script

* chore: change what kind of message print error util func does

* refactor: improve error handling code in OrgClient

* refactor: improve error handling code in GitClient

* refactor: improve error handling in GraphQlClient

* refactor: improve error handling in IssueClient

* refactor: improve error handling in LabelClient

* refactor: improve error handling in RepoClient

* chore: fix error in utils function

* fix: add missing arguments

* ide: add permission to task

* refactor: improve error handling in GitHubClient

* config: improve dependencies

* config: update deno lock

* config: remove include and exclude for tests

* ci: update test status check to be explicit with tests

* chore: make functions public

* test: create tests for RepoClient

* refactor: improve error handling in MilestoneClient

* cleanup: remove unused protected funcs

* chore: setup launch config and playground with default args

* refactor: improve error handling in ProjectClient

* ci: improve deno check process

* refactor: improve error handling with PullRequestClient

* refactor: refactor param names across code base

* refactor: improve error handling with the ReleaseClient

* refactor: improve error handling of the TagClient

* refactor: improve error handling of the UsersClient

* fix: fix guards

* refactor: improve error handling in WorkflowClient

* ide: remove recommended extension

* refactor: improve error handling in XClient

* refactor: improve error handling of the NuGetClient

* refactor: further improve error handling of clients

* refactor: force ctor params to be required

* refactor: adjust not equals operators

* chore: remove utils function

* refactor: remove deno exit func from error handling code

* refactor: convert Guard functions to throw errors instead of exiting

* config: update version from v1.0.0-preview.2 to v1.0.0-preview.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛bug Something isn't working high-priority High Priority preview Done while in preview
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🚧Fix import issue in mod files
2 participants