elastic / connectors

Source code for all Elastic connectors, developed by the Search team at Elastic, and home of our Python connector development framework
https://www.elastic.co/guide/en/enterprise-search/master/index.html
Other
71 stars 126 forks source link

Mass backport into 8.x branch #2812

Closed seanstory closed 2 weeks ago

seanstory commented 2 weeks ago

Main is still on 8.16, as https://github.com/elastic/connectors/pull/2800 has not yet been able to build. But DRAs for 8.16 are being built now from 8.x branches, not main branches. We need to backport everything.

I'm going to mass-backport this, then set up main to auto-backport to 8.x until we can merge the 9.0 version bump PR.

seanstory commented 2 weeks ago

You just rebased on main rather than backporting manually right?

I went to the "pull requests" tab, and compared main going into 8.x and then clicked "create PR" 😅 Seemed easier

artem-shelkovnikov commented 2 weeks ago

We'll lose some history, unfortunately, but might not be too important

seanstory commented 2 weeks ago

We shouldn't have lost any history. All the commits should still be there, and still link to their PRs. Right?