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

fix: do not require remoteOrgID in remote config/creation request #23838

Merged
merged 10 commits into from
Nov 1, 2022

Conversation

serenibyss
Copy link
Contributor

Removes the hard requirement for a remote org ID in the remote configuration, as this is unnecessary for 1.x remote connections. Goes along with influxdata/influx-cli#451

Both already merged:

Affected areas:

CLI command (influx remote create)

Note for reviewers:

Check the semantic commit type:

  • Feat: a feature with user-visible changes
  • Fix: a bug fix that we might tell a user “upgrade to get this fix for your issue”
  • Chore: version bumps, internal doc (e.g. README) changes, code comment updates, code formatting fixes… must not be user facing (except dependency version changes)
  • Build: build script changes, CI config changes, build tool updates
  • Refactor: non-user-visible refactoring
  • Check the PR title: we should be able to put this as a one-liner in the release notes

@jeffreyssmith2nd
Copy link
Contributor

Can you add another line to this file for 2.4? I think it should be the last migration before this one. https://github.com/influxdata/influxdb/blob/master/cmd/influxd/downgrade/downgrade.go#L39

@jeffreyssmith2nd
Copy link
Contributor

Can you add another line to this file for 2.4? I think it should be the last migration before this one. https://github.com/influxdata/influxdb/blob/master/cmd/influxd/downgrade/downgrade.go#L39

I checked, the new line should be 7 since 6 and 7 came in during 2.4

DStrand1 and others added 7 commits October 28, 2022 10:48
For reasons that are unclear, when we changed the migrations sqlite started
returning the rows in a different order. This was verified directly in sqlite,
so the easiest solution is to sort the lists to make sure they're compared correctly.
@serenibyss serenibyss merged commit 6fc66ac into master Nov 1, 2022
@serenibyss serenibyss deleted the ds-remote-org-id-required branch November 1, 2022 14:47
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.

None yet

3 participants