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

feat(agentapplication): add ability to manage browser applications #991

Merged
merged 2 commits into from
Mar 7, 2023

Conversation

sanderblue
Copy link
Contributor

@sanderblue sanderblue commented Feb 22, 2023

Related to: terraform-provider-newrelic

Note: We currently can't return apmSettings.alias (this was manually removed from the mutation) in the agentApplicationSettingsUpdate response due to a known error resolving that field on the API side. We can probably move forward without this for the time being.

@sanderblue sanderblue force-pushed the feat/agent-application-configuration branch from 0996bd9 to 9282f02 Compare February 22, 2023 20:29
@sanderblue sanderblue changed the title feat(agentapplication): add ability to manage agent applications feat(agentapplication): add ability to manage browser applications Feb 22, 2023
@sanderblue sanderblue force-pushed the feat/agent-application-configuration branch from 9282f02 to 6e01271 Compare February 22, 2023 20:34
@sanderblue sanderblue force-pushed the feat/agent-application-configuration branch 5 times, most recently from c4fe5d2 to fa019aa Compare March 6, 2023 21:08
@sanderblue sanderblue marked this pull request as ready for review March 6, 2023 21:10
rthorn-nr
rthorn-nr previously approved these changes Mar 6, 2023
@sanderblue sanderblue force-pushed the feat/agent-application-configuration branch from d910868 to 8e4153a Compare March 7, 2023 01:52
@codecov-commenter
Copy link

Codecov Report

Merging #991 (e98ba3f) into main (c50189f) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #991      +/-   ##
==========================================
+ Coverage   40.59%   40.60%   +0.01%     
==========================================
  Files          77       77              
  Lines        4880     4881       +1     
==========================================
+ Hits         1981     1982       +1     
  Misses       2755     2755              
  Partials      144      144              
Flag Coverage Δ
unit 40.60% <100.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pkg/entities/entities_api.go 0.00% <ø> (ø)
newrelic/newrelic.go 89.82% <100.00%> (+0.06%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@sanderblue sanderblue merged commit a785453 into main Mar 7, 2023
@sanderblue sanderblue deleted the feat/agent-application-configuration branch March 7, 2023 18:07
// letters to the end of the name.
//
// Example random name: nr-test-xmnvb
func GenerateRandomName(randCharCount int) string {
Copy link
Contributor

Choose a reason for hiding this comment

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

@sanderblue this seems to only be used in a single test file, perhaps this should move in that test file?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'll be updating other tests to use it shortly 😉

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

4 participants