Skip to content

Move pack setup out of fetch queries.#2744

Merged
starcke merged 4 commits intomainfrom
starcke/general-setup
Aug 25, 2023
Merged

Move pack setup out of fetch queries.#2744
starcke merged 4 commits intomainfrom
starcke/general-setup

Conversation

@starcke
Copy link
Copy Markdown
Contributor

@starcke starcke commented Aug 24, 2023

Because we later want to reuse the pack setup for making using automodel and flow queries work outside the submodule. We pull it out of the fetch queries and into a shared file.

Checklist

  • CHANGELOG.md has been updated to incorporate all user visible changes made by this pull request.
  • Issues have been created for any UI or other user-facing changes made by this pull request.
  • [Maintainers only] If this pull request makes user-facing changes that require documentation changes, open a corresponding docs pull request in the github/codeql repo and add the ready-for-doc-review label there.

@starcke starcke requested a review from a team as a code owner August 24, 2023 11:41
Copy link
Copy Markdown
Contributor

@charisk charisk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good, just one question.

import { setUpPack } from "../../../../src/data-extensions-editor/data-extensions-editor-queries";

describe("external api usage query", () => {
describe("setUpPack", () => {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should these tests also move now?

Copy link
Copy Markdown
Contributor Author

@starcke starcke Aug 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Good point.

@starcke starcke merged commit b6deb8e into main Aug 25, 2023
@starcke starcke deleted the starcke/general-setup branch August 25, 2023 07:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants