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

refactor: replace #* key syntax with skip_change_control column #3294

Conversation

samuelstroschein
Copy link
Member

closes opral/lix-sdk#191

Enables matching of flags and avoids re-names of keys. This change replaces the #* key syntax with a skip_change_control column in the flags table.

key_value = {
-  key: "#mock_key",
+  key: "mock_key",
+  skip_change_control: true,
   value: "mock_value",
}

closes opral/lix-sdk#191

Enables matching of flags and avoids re-names of keys. This change replaces the `#*` key syntax with a `skip_change_control` column in the `flags` table.
Copy link

changeset-bot bot commented Dec 19, 2024

🦋 Changeset detected

Latest commit: d5579cc

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 7 packages
Name Type
@lix-js/sdk Patch
csv-app Patch
lix-file-manager Patch
@lix-js/host Patch
@lix-js/plugin-csv Patch
@lix-js/sdk-example-server-protocol-handler-hono Patch
lix-website-server Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

nx-cloud bot commented Dec 19, 2024

View your CI Pipeline Execution ↗ for commit d5579cc.

Command Status Duration Result
nx run-many --nx-bail --target=build --parallel ✅ Succeeded <1s View ↗
nx run-many --target=test --parallel ✅ Succeeded 2s View ↗
nx run-many --target=lint --parallel ✅ Succeeded <1s View ↗

☁️ Nx Cloud last updated this comment at 2024-12-19 17:36:15 UTC

@samuelstroschein samuelstroschein merged commit 9d7e831 into main Dec 19, 2024
3 checks passed
@samuelstroschein samuelstroschein deleted the lixdk-284-use-skipcc_-instead-of-for-skipping-change-control-in-key branch December 19, 2024 17:36
@github-actions github-actions bot locked and limited conversation to collaborators Dec 19, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

use SKIPCC_* instead of #* for skipping change control in key value
1 participant