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

Inform git that release branch does not diverge from main #55

Merged
merged 29 commits into from
Dec 4, 2024

Conversation

mliu-cloudera
Copy link
Collaborator

No description provided.

ewilliams-cloudera and others added 29 commits November 18, 2024 14:41
Reconciler exception handling and updated python prefixes
Pytest - Fix tests and add to GHA
* Use pdm for llm-service deps

* update github workflow

* use setup-pdm

* use quotes
* add scores to sources

* add in toggle for querying knowledge base

* wip for excluding knowledge base

* wip on llm_talk

* make direct calls to the CAII embedding model, rather than using the OpenAI library

* init the context in the super constructor call

* Fix check for CAII domain

* fix broken test compilation

* Update release version to dev-testing

* hide the knowledge base switch for now

---------

Co-authored-by: Elijah Williams <ewilliams@cloudera.com>
Co-authored-by: Michael Liu <mliu@cloudera.com>
Co-authored-by: actions-user <actions@github.com>
Copy link
Collaborator

@jkwatson jkwatson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢 🦑

@mliu-cloudera
Copy link
Collaborator Author

GitHub claims there's a diff.

I reject its reality and substitute my own.

@mliu-cloudera mliu-cloudera merged commit ff4ae90 into release/1 Dec 4, 2024
3 checks passed
@mliu-cloudera mliu-cloudera deleted the liu/git-outta-here branch December 4, 2024 21:13
@mliu-cloudera
Copy link
Collaborator Author

It worked!

So what happened was #26 squash-merged main into release/1. This caused git to no longer be able to discern the present-day diff between main and release/1 (because it appears to git as a divergence, not a merge), presenting massive merge conflicts in #53.

This PR performs a non-squash merge from the same commit merged in #26, which creates a merge commit with 0 diff (ff4ae90) (despite what this PR's "Files changed" claims because remember, we confused git) which lets git know that release/1's head was merged from main, which unblocks #53.

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.

5 participants