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

🚧Replace client code with library #183

Merged
merged 48 commits into from
Dec 7, 2023

Conversation

CalvinWilkinson
Copy link
Member

@CalvinWilkinson CalvinWilkinson commented Oct 29, 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 #175

✅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 29, 2023
@CalvinWilkinson CalvinWilkinson changed the title update clients 🚧Replace client code with library Oct 29, 2023
@CalvinWilkinson CalvinWilkinson added medium-priority Medium Priority tech-debt Code refactoring or cleanup / tech debt reduction labels Oct 29, 2023
@CalvinWilkinson CalvinWilkinson merged commit bdf6ff6 into main Dec 7, 2023
5 checks passed
@CalvinWilkinson CalvinWilkinson deleted the feature/175-update-client-code branch December 7, 2023 18:06
CalvinWilkinson added a commit that referenced this pull request Dec 7, 2023
* config: add import maps

* refactor: update imports to use import maps

* ide: remove extension recommendation

* deps: setup deps.ts file with imports and exports

* refactor: update add item to project runner to use kd_clients

* ci: update cicd script to use kd_clients

* refactor: update prepare release runner to use kd clients

* chore: improve and move Directory class

* ci: create class to simplify cli command execution

* ci: set up deno build status check with local task setup

* ci: move script to different folder

* ci: move script to different folder

* ci,deps: improve core deps and fix imports

* refactor: update cs proj resolve runner to use kd_clients

* refactor: update sync bot status check runner to use kd_clients

* refactor: update sync pr to issue runner to use kd_clients

* refactor: update imports for transpile readme runner

* refactor: update imports for resolve cs proj runner

* refactor: update the lose milestone script to use kd_clients

* refactor: update validate github release script to use kd_clients

* refactor: update label if head branch script to use kd_clients

* refactor: update nuget pkg does not exist script to use kd_clients

* refactor: update validate tag script to use kd_clients

* refactor: update release tweet builder to use kd_clients

* refactor: update csharp version service script to use kd_client

* refactor: update the milestone-exists script to use kd_clients

* refactor: update the github var service to use kd_clients

* refactor: update prepare release runner to use kd_clients

* fix: fix other build issues

* cleanup: remove all of the old used clients

* cleanup: remove unused types

* chore: pull in models to replace locally deleted ones

* cleanup: remove unused types

* ide: remove config files for unused vscode extension

* chore: update add item to project runner

* refactor: change name of utils function

* refactor: refactor scripts to be imported into a single module

* ci: improve deno check process by running checks async

* cleanup: refactor code to meet deno formatting rules

* deps: update deno lock

* ci: update reusable workflow versions

* deps: update kd_clients from v1.0.0-preview.4 to v1.0.0-preview.5

* fix: update imports to use deps.ts instead of import maps

* ci: add deno permission to sync workflow

* fix: fix issue with missing arg with org client

* ci: add allow -read permission to workflow

* ide: update tasks file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
medium-priority Medium Priority tech-debt Code refactoring or cleanup / tech debt reduction
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

🚧Replace client code with library
2 participants