-
Notifications
You must be signed in to change notification settings - Fork 15
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
Clarify main branch in Workflow #178
Merged
Merged
Conversation
This file contains 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
Check out the preview at https://xata-docs-pr-178.vercel.app |
reword
reword 2
exekias
approved these changes
Nov 21, 2023
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.
Thank you Kostas!
philkra
pushed a commit
that referenced
this pull request
Nov 24, 2023
* Clarify main used in Workflow * Update 040-workflow.mdx reword * Update 040-workflow.mdx reword 2
philkra
added a commit
that referenced
this pull request
Dec 6, 2023
* Init Golang SDK * search table * examples contrinued * delete snippets * Add python sdk schema edit references (#167) * add python sdk schema edit references * Update 040-SDK/020-Python/020-examples.mdx Co-authored-by: Philip Krauss <[email protected]> * Update 040-SDK/020-Python/020-examples.mdx Co-authored-by: Philip Krauss <[email protected]> * Update 040-SDK/020-Python/020-examples.mdx Co-authored-by: Philip Krauss <[email protected]> * Update 040-SDK/020-Python/020-examples.mdx Co-authored-by: Philip Krauss <[email protected]> * Update 040-SDK/020-Python/020-examples.mdx Co-authored-by: Philip Krauss <[email protected]> * Update 020-examples.mdx --------- Co-authored-by: Philip Krauss <[email protected]> * Point GH actions to FE (#168) * fix missing commas (#169) * Fix pricing docs URL (#170) rate limiting URL was pointing to an old docs page. * add updates for api docs (#165) * add updates for api docs * rewording * Update 060-Rest-API/010-authentication.mdx Co-authored-by: Kostas Botsas <[email protected]> * Update 060-Rest-API/020-contexts.mdx Co-authored-by: Kostas Botsas <[email protected]> * Update 010-authentication.mdx * links * update lint * update heading * update heading --------- Co-authored-by: Kostas Botsas <[email protected]> * Vercel deploys via github action (#173) * clarify Postman Bearer Token (#175) * clarify Postman Bearer Token * Update 060-Rest-API/020-contexts.mdx Co-authored-by: joan-ing <[email protected]> * reword * Update preview.yml * Update preview.yml --------- Co-authored-by: joan-ing <[email protected]> Co-authored-by: Alexis Rico <[email protected]> * Update sparse-checkout in workflows (#176) * Clarify main branch in Workflow (#178) * Clarify main used in Workflow * Update 040-workflow.mdx reword * Update 040-workflow.mdx reword 2 * Update docs for search change (#177) Signed-off-by: Alexis Rico <[email protected]> * more create examples * replace tabs with spaces * align var names * fix bulk insert example * one more * linting * update samples * one more update example * vector search examples * ask samples * trx snippet * update numeric ops * overview page * change alert to warning * Update 040-SDK/030-Go/010-overview.mdx Co-authored-by: joan-ing <[email protected]> * Update 040-SDK/030-Go/010-overview.mdx Co-authored-by: joan-ing <[email protected]> * Update 020-Getting-started/040-workflow.mdx Co-authored-by: joan-ing <[email protected]> * Update 020-Getting-started/040-workflow.mdx Co-authored-by: joan-ing <[email protected]> * Update 020-Getting-started/040-workflow.mdx Co-authored-by: joan-ing <[email protected]> * Update 040-SDK/020-Python/020-examples.mdx Co-authored-by: joan-ing <[email protected]> * add search items * Update 040-SDK/030-Go/010-overview.mdx Co-authored-by: joan-ing <[email protected]> * make linter happy * Update 040-SDK/030-Go/010-overview.mdx Co-authored-by: joan-ing <[email protected]> * Apply suggestions from code review Co-authored-by: joan-ing <[email protected]> * indent * add search skel * indent * add response struct * linter * Apply suggestions from code review Co-authored-by: joan-ing <[email protected]> * add install --------- Signed-off-by: Alexis Rico <[email protected]> Co-authored-by: Kostas Botsas <[email protected]> Co-authored-by: Dave Snider <[email protected]> Co-authored-by: joan-ing <[email protected]> Co-authored-by: Richard Gill <[email protected]> Co-authored-by: Alexis Rico <[email protected]>
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.
Summary
Clarifies that branch migrations and data copy are applied by forking the
main
branch.The intention is to avoid misunderstanding, in case a PR is issued against a branch other than main.
Timing
Merge on approval