RC v0.1.0#185
Draft
jeroenrinzema wants to merge 354 commits into
Draft
Conversation
…lity-to-run-journeys
…eview list changes
…n-journeys Feat/ include the ability to run journeys
Switch user_subscription.state from integer to VARCHAR with a check constraint. Update code to use 'unsubscribed' string instead of integer constant. Simplify IsUserUnsubscribed logic.
Feat/issue 192
Refactor WASM module build and registry to use a unified internal/integrations/modules directory for both providers and actions. Update Makefiles, Dockerfile, and CI to match. Introduce unified IntegrationManifest and Capability types. Update provider modules to declare capabilities. Refactor action and provider registries to use the new integration loader. Update code and tests for new structure.
Switch rule-generated JSON equality predicates from path extraction to `@>` with `jsonb_build_object` so PostgreSQL can use existing GIN indexes on data columns. Keep `is set` semantics and non-equality operators unchanged, and update query tests to match the new SQL output.
Replace HasProvider and HasActions with ProviderSpec and ActionsSpec checks. Update related logic and tests accordingly. Also unify "Add member" aria-labels in organization members view.
- Move all provider and action modules to a flat `modules/` directory - Update Makefiles and import paths to match new structure - Update integration registry to support unified loading for actions and providers - Update WASM registry facades for providers and actions - Update test WASM binaries - Update router and integration setup in console for new module paths - Update documentation and references to reflect new module locations
…patibility fallbacks
fix(rules): use jsonb containment for data equality filters
feat: improved WASM module architecture into a single module interface
…he locales being double for some reason
Removed the commented code
…when-trying-to-edit hotfix: fixed the edit button returning 500 and put a hacky fix for the locales being double for some reason
- Update backend and OpenAPI spec to require `type` in provider delete path - Update frontend to use new path for deleting providers - Add missing translations for integration actions - Fix incorrect API method mapping in generated client - Minor UI translation improvements and error handling enhancements
This file contains hidden or 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
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.
First release candidate for Lunogram is taking shape. Feedback welcome.