Conversation
|
Pinging @elastic/apm-ui (Team:apm) |
x-pack/plugins/apm/server/lib/services/get_services/get_services_items.ts
Outdated
Show resolved
Hide resolved
|
retest |
25523a2 to
6b54778
Compare
smith
left a comment
There was a problem hiding this comment.
I had a few nits but this looks great and works for me.
I like to use this site for guidelines about how to write good tests, even though it's RSpec-specific. Not using "should" makes the output read better: http://www.betterspecs.org/#should
x-pack/test/apm_api_integration/basic/tests/services/top_services.ts
Outdated
Show resolved
Hide resolved
x-pack/test/apm_api_integration/basic/tests/services/top_services.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Is it a bug in the API that we don't have a stable sort order? No need to change here, but maybe we should open a ticket.
x-pack/test/apm_api_integration/basic/tests/services/transactions/agent_name.ts
Outdated
Show resolved
Hide resolved
x-pack/test/apm_api_integration/basic/tests/services/transactions/agent_name.ts
Outdated
Show resolved
Hide resolved
x-pack/test/apm_api_integration/basic/tests/services/transactions/top_transaction_groups.ts
Outdated
Show resolved
Hide resolved
x-pack/test/apm_api_integration/basic/tests/services/transactions/top_transaction_groups.ts
Outdated
Show resolved
Hide resolved
x-pack/test/apm_api_integration/basic/tests/services/transactions/top_transaction_groups.ts
Outdated
Show resolved
Hide resolved
x-pack/test/apm_api_integration/basic/tests/services/transactions/transaction_charts.ts
Outdated
Show resolved
Hide resolved
x-pack/test/apm_api_integration/basic/tests/services/transactions/transaction_charts.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
@dgieselaar would it be better to have a helper that infers the params from a route? Like:
type AgentConfigSearchParams = RouteParams<typeof agentConfigurationSearchRoute>There was a problem hiding this comment.
Sure, you can possibly extract such a helper from the typings we have today. I'm thinking about making params a io-ts type as well (rather than a record of io-ts types), and then it will be even easier.
|
retest |
9b8456e to
95d684f
Compare
💚 Build SucceededBuild metrics
History
To update your PR or re-run it, just comment with: |
* master: (36 commits) fixed api url in example plugin (elastic#70934) [data.search.aggs]: Remove remaining client dependencies (elastic#70251) [Security Solution][Endpoint] Fix base64 download bug and adopt new user artifact/manifest format (elastic#70998) [Security Solution][Exceptions] - Exception Modal Part I (elastic#70639) [SIEM][Detection Engine][Lists] Adds additional data types to value based lists [SIEM][Detection Engine][Lists] Removes feature flag for lists [APM] Show license callout in ML settings (elastic#70959) Migrate service settings test to jest (elastic#70992) [APM] Add cloud attributes to data telemetry (elastic#71008) Fix breadcrumb on panels for visibility / round corners (elastic#71010) Improve search typescript (elastic#69333) [savedObjects field count] run in baseline job (elastic#70999) [Security Solution] [Timeline] Timeline manager tweaks (elastic#69988) [Endpoint] Support redirect from Policy Details to Ingest when user initiates Edit Policy from Datasource Edit page (elastic#70874) [APM] Add API tests (elastic#70740) [Security Solution][Exceptions] - Tie server and client code together (elastic#70918) [Audit Logging] Add AuditTrail service (elastic#69278) [Usage Collection] Ensure no type duplicates (elastic#70946) [Security Solution] [Timeline] Bugfix for timeline row actions disappear sometimes (elastic#70958) [CI] Add pipeline task queue framework and merge workers into one (elastic#64011) ...

Related: #70739