-
Notifications
You must be signed in to change notification settings - Fork 328
Fixed Readme Link #1224
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
Open
nquinlan
wants to merge
1,410
commits into
jitsucom:newjitsu
Choose a base branch
from
nquinlan:patch-1
base: newjitsu
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Fixed Readme Link #1224
Conversation
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
jitsucom#1179) * posthog-destination: fix an issue with the tracking of anonymous users * posthog-destination: introduce 'sendAnonymousEvents' property that controls enables sending events from anonymous users. While 'enableAnonymousUserProfiles' controls whether Jitsu needs to create Person Profiles for anonymous users
jitsucom#1183) * fix(ga4-destination): fix an issue with zero value purchases/transactions `0` is falsy therefore the value of operations is incorrectly evaluating to `undefined` in some cases * ga4-destination: also allow negative numbers for "value"
* rotor, profile builder: support for querying clickhouse warehouses * profile-builder: major rework: Collect profile events from all Sites by default Apply transformation functions before injecting events into Profile Builder Respect `JITSU_PROFILE_ID` property when deciding which profile assign incoming event to. Add support for `destinationId`,`tableName` properties to returned profile object * rotor: webhook destination
1. Added Redis Sentinel support 2. Redis can now be used as the sole persistent storage for functions 3. Integrated metrics tracking
… functions context
deps upgrade
…use they are most probably successfully processed by Salesforce
…ing and profiles collection
* fix(console): improvements to setting up new workspaces * fix(console): validate workspace name
fix(rotor): support for multithreaded option
This reverts commit aec6820.
refactor(console): get rid of storybook
Replace bitnami/kafka with bitnamilegacy/kafka in docker/docker-compose.yml.
* rotor: migrate to confluent kafka library
…Profiles not enabled
…ection due to possible costs increase
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issues found across 1 file
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.
Currently the README.md links to a broken page, this PR updates it to the new URL of the Core Concepts doc page.
Summary by cubic
Fix broken README link to the Core Concepts docs by updating it to https://docs.jitsu.com/core-concepts/. Prevents a 404 when following the Configure Jitsu steps.