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

remove old promql editor #4864

Merged
merged 1 commit into from
Nov 15, 2021

Conversation

Nexucis
Copy link
Contributor

@Nexucis Nexucis commented Nov 13, 2021

We removed the old promql editor in Prometheus (prometheus/prometheus#9452). I think it makes it is removed here as well :).

Signed-off-by: Augustin Husson husson.augustin@gmail.com

@Nexucis Nexucis force-pushed the feature/remove-old-promql-editor branch 2 times, most recently from ec8f8f2 to a181e53 Compare November 13, 2021 18:14
@Nexucis
Copy link
Contributor Author

Nexucis commented Nov 13, 2021

@onprem ;)

onprem
onprem previously approved these changes Nov 14, 2021
Copy link
Member

@onprem onprem left a comment

Choose a reason for hiding this comment

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

Looking good 💯. Just some nits.


describe('ExpressionInput', () => {
const metricNames = ['instance:node_cpu_utilisation:rate1m', 'node_cpu_guest_seconds_total', 'node_cpu_seconds_total'];
describe('CMExpressionInput', () => {
Copy link
Member

Choose a reason for hiding this comment

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

Just a nit, for staying consistent with component name.

Suggested change
describe('CMExpressionInput', () => {
describe('ExpressionInput', () => {

CHANGELOG.md Outdated
@@ -36,6 +36,10 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re
- [#4792](https://github.com/thanos-io/thanos/pull/4792) Store: Fix data race in BucketedBytes pool.
- [#4769](https://github.com/thanos-io/thanos/pull/4769) Query-frontend+api: add "X-Request-ID" field and other fields to start call log.

### Changed

- [#4864](https://github.com/thanos-io/thanos/pull/4864) Remove the old PromQL editor
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
- [#4864](https://github.com/thanos-io/thanos/pull/4864) Remove the old PromQL editor
- [#4864](https://github.com/thanos-io/thanos/pull/4864) UI: Remove the old PromQL editor

It'd be nice if we can prefix this with UI: . More context for people reading changelog.

Signed-off-by: Augustin Husson <husson.augustin@gmail.com>
@Nexucis
Copy link
Contributor Author

Nexucis commented Nov 15, 2021

thanks for your review @onprem. I updated the PR, it should be good now :)

Copy link
Member

@onprem onprem left a comment

Choose a reason for hiding this comment

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

🚀

@onprem onprem merged commit d3af98f into thanos-io:main Nov 15, 2021
@Nexucis Nexucis deleted the feature/remove-old-promql-editor branch November 15, 2021 14:29
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.

2 participants