-
Notifications
You must be signed in to change notification settings - Fork 46
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
Feature/Analytics #292
Feature/Analytics #292
Conversation
081eef7
to
019b083
Compare
436af86
to
b4d5336
Compare
295: Simplify headers handling r=brunoocasali a=brunoocasali This improvement creates a new attr to be instantiated during the initializer phase and after the instantiation, it could not be updated directly, just copies of it using `dup`. This should simplify the headers handling since they were mixed with options. Originally extracted from #292 Co-authored-by: Bruno Casali <brunoocasali@gmail.com>
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.
💪
b4d5336
to
8154e1f
Compare
bors merge |
292: Feature/Analytics r=brunoocasali a=brunoocasali - Add `User-Agent` inside the pre-defined headers Add ruby support as requested here meilisearch/integration-guides#150 Co-authored-by: Bruno Casali <brunoocasali@gmail.com>
This PR was included in a batch that successfully built, but then failed to merge into main. It will not be retried. Additional information: {"message":"At least 1 approving review is required by reviewers with write access.","documentation_url":"https://docs.github.com/articles/about-protected-branches"} |
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.
👌
bors try |
tryBuild succeeded: |
This commit also exposes a way to add any other header to the request
8154e1f
to
d042ce9
Compare
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.
LGTM 🔥 🔥
bors merge |
User-Agent
inside the pre-defined headersAdd ruby support as requested here meilisearch/integration-guides#150