-
Notifications
You must be signed in to change notification settings - Fork 313
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
Remove index operation type #435
Labels
breaking
Non-backwards compatible change
enhancement
Improves the status quo
:Track Management
New operations, changes in the track format, track download changes and the like
Milestone
Comments
danielmitterdorfer
added
enhancement
Improves the status quo
:Track Management
New operations, changes in the track format, track download changes and the like
breaking
Non-backwards compatible change
labels
Mar 9, 2018
danielmitterdorfer
added a commit
to elastic/rally-tracks
that referenced
this issue
Apr 4, 2018
With this commit we replace the deprecated operation type "index" with the new name "bulk" (introduced with Rally 0.8.0). Relates elastic/rally#435 Relates elastic/rally#369
danielmitterdorfer
added a commit
to elastic/rally-tracks
that referenced
this issue
Apr 4, 2018
With this commit we replace the deprecated operation type "index" with the new name "bulk" (introduced with Rally 0.8.0). Relates elastic/rally#435 Relates elastic/rally#369
danielmitterdorfer
added a commit
to elastic/rally-tracks
that referenced
this issue
Apr 4, 2018
With this commit we replace the deprecated operation type "index" with the new name "bulk" (introduced with Rally 0.8.0). Relates elastic/rally#435 Relates elastic/rally#369
danielmitterdorfer
added a commit
to elastic/rally-tracks
that referenced
this issue
Apr 4, 2018
With this commit we replace the deprecated operation type "index" with the new name "bulk" (introduced with Rally 0.8.0). Relates elastic/rally#435 Relates elastic/rally#369
danielmitterdorfer
added a commit
to danielmitterdorfer/rally
that referenced
this issue
Apr 4, 2018
With this commit we remove the operation type `index` that has been deprecated with Rally 0.8.0. It is replaced by the operation type `bulk` (which has also been introduced in the same release). Closes elastic#435 Relates elastic#369
danielmitterdorfer
added a commit
that referenced
this issue
Apr 4, 2018
dliappis
pushed a commit
to dliappis/rally
that referenced
this issue
Apr 5, 2018
With this commit we remove the operation type `index` that has been deprecated with Rally 0.8.0. It is replaced by the operation type `bulk` (which has also been introduced in the same release). Closes elastic#435 Relates elastic#453 Relates elastic#369
danielmitterdorfer
added a commit
that referenced
this issue
Apr 6, 2018
This commit removes an obsolete warning message about a deprecated operation type which is a leftover from #435.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
breaking
Non-backwards compatible change
enhancement
Improves the status quo
:Track Management
New operations, changes in the track format, track download changes and the like
We should remove the
index
operation type. Currently, it is used as a legacy alternative to the operation typebulk
which describes the intent more specifically.The text was updated successfully, but these errors were encountered: