Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix: Remove resource addresses #982

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

Merged
merged 1 commit into from
Apr 12, 2022
Merged

fix: Remove resource addresses #982

merged 1 commit into from
Apr 12, 2022

Conversation

kylecarbs
Copy link
Member

These were added under the impression that there was significant
user-experience impact if multiple resources share the same name.

This hasn't proven to be true yet, so figured we'd take this out
until it becomes necessary.

These were added under the impression that there was significant
user-experience impact if multiple resources share the same name.

This hasn't proven to be true yet, so figured we'd take this out
until it becomes necessary.
@kylecarbs kylecarbs requested a review from johnstcn April 12, 2022 17:58
@kylecarbs kylecarbs self-assigned this Apr 12, 2022
@codecov
Copy link

codecov bot commented Apr 12, 2022

Codecov Report

Merging #982 (be49172) into main (db9d5b7) will decrease coverage by 0.40%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #982      +/-   ##
==========================================
- Coverage   67.05%   66.65%   -0.41%     
==========================================
  Files         241      240       -1     
  Lines       14577    14537      -40     
  Branches      115      115              
==========================================
- Hits         9774     9689      -85     
- Misses       3833     3867      +34     
- Partials      970      981      +11     
Flag Coverage Δ
unittest-go-macos-latest 53.54% <100.00%> (-0.24%) ⬇️
unittest-go-postgres- 66.44% <100.00%> (-0.37%) ⬇️
unittest-go-ubuntu-latest 56.22% <100.00%> (-0.21%) ⬇️
unittest-go-windows-2022 52.99% <100.00%> (-0.13%) ⬇️
unittest-js 61.56% <ø> (ø)
Impacted Files Coverage Δ
coderd/database/queries.sql.go 83.62% <ø> (-0.26%) ⬇️
coderd/workspacebuilds.go 54.83% <ø> (-0.49%) ⬇️
codersdk/workspaceresources.go 45.45% <ø> (ø)
cli/cliui/resources.go 94.44% <100.00%> (+0.06%) ⬆️
coderd/provisionerdaemons.go 62.95% <100.00%> (-0.57%) ⬇️
peerbroker/dial.go 77.04% <0.00%> (-6.56%) ⬇️
provisionersdk/transport.go 78.72% <0.00%> (-6.39%) ⬇️
codersdk/provisionerdaemons.go 59.70% <0.00%> (-5.98%) ⬇️
provisionerd/provisionerd.go 80.14% <0.00%> (-2.95%) ⬇️
peer/conn.go 78.93% <0.00%> (-2.80%) ⬇️
... and 10 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update db9d5b7...be49172. Read the comment docs.

Copy link
Member

@johnstcn johnstcn left a comment

Choose a reason for hiding this comment

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

Assuming each workspace has its own unique Terraform state, I don't see an issue with removing this.

@kylecarbs kylecarbs merged commit e8b3101 into main Apr 12, 2022
@kylecarbs kylecarbs deleted the address branch April 12, 2022 19:38
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