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

ui: identify cluster to segment on load #24996

Merged
merged 1 commit into from
Apr 23, 2018

Conversation

couchand
Copy link
Contributor

Fixes an issue where a bounce will never send an identify event to Segment.

Release note: None

Fixes an issue where a bounce will never send an identify event to Segment.

Release note: None
@couchand couchand requested review from mrtracy and a team April 23, 2018 17:44
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@couchand
Copy link
Contributor Author

bors r+

craig bot pushed a commit that referenced this pull request Apr 23, 2018
24996: ui: identify cluster to segment on load r=couchand a=couchand

Fixes an issue where a bounce will never send an identify event to Segment.

Release note: None

Co-authored-by: Andrew Couch <[email protected]>
@craig
Copy link
Contributor

craig bot commented Apr 23, 2018

Build succeeded

@craig craig bot merged commit 8bce5b6 into cockroachdb:master Apr 23, 2018
craig bot pushed a commit that referenced this pull request May 14, 2018
25081: release-2.0: ui: identify cluster to segment on load r=couchand a=couchand

Backport 1/1 commits from #24996.

/cc @cockroachdb/release

---

Fixes an issue where a bounce will never send an identify event to Segment.

Release note: None


Co-authored-by: Andrew Couch <[email protected]>
couchand added a commit to couchand/cockroach that referenced this pull request Jul 3, 2018
In cockroachdb#24996 I accidentally moved the identify call rather than copying it,
meaning we frequently failed to issue the identify.  This fixes that
by trying to identify on every page if we have not yet.

Release note: None
couchand added a commit to couchand/cockroach that referenced this pull request Jul 3, 2018
In cockroachdb#24996 I accidentally moved the identify call rather than copying it,
meaning we frequently failed to issue the identify.  This fixes that
by trying to identify on every page if we have not yet.

Release note: None
craig bot pushed a commit that referenced this pull request Jul 3, 2018
27126: opt: improve the appliedRule callback r=RaduBerinde a=RaduBerinde

#### opt: allow distinguishing between norm/explore rules

Release note: None

#### opt: improve the appliedRule callback

Improving the appliedRule callback to also pass the ordinal of the
expression that the rule was applied on. Cleaning up the related logic
and state in forcing_opt.

Release note: None


27132: ui: make sure we identify the cluster r=couchand a=couchand

In #24996 I accidentally moved the identify call rather than copying it,
meaning we frequently failed to issue the identify.  This fixes that
by trying to identify on every page if we have not yet.

Release note: None

Co-authored-by: Radu Berinde <[email protected]>
Co-authored-by: Andrew Couch <[email protected]>
craig bot pushed a commit that referenced this pull request Jul 9, 2018
27133: release-2.0: ui: make sure we identify the cluster r=couchand a=couchand

Backport 1/1 commits from #27132.

/cc @cockroachdb/release

---

In #24996 I accidentally moved the identify call rather than copying it,
meaning we frequently failed to issue the identify.  This fixes that
by trying to identify on every page if we have not yet.

Release note: None


Co-authored-by: Andrew Couch <[email protected]>
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.

3 participants