gavinbunney / terraform-provider-bitbucketserver

Terraform provider for Bitbucket Server Management
https://registry.terraform.io/providers/gavinbunney/bitbucketserver/latest
Mozilla Public License 2.0
29 stars 33 forks source link

Fix user name with spaces not working #10

Closed Kamahl19 closed 4 years ago

Kamahl19 commented 4 years ago

This PR fixes #9 which makes it impossible to create user with space in his username. This is perfectly valid when creating user via UI

codecov-commenter commented 4 years ago

Codecov Report

Merging #10 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #10   +/-   ##
=======================================
  Coverage   85.26%   85.26%           
=======================================
  Files          35       35           
  Lines        3284     3284           
=======================================
  Hits         2800     2800           
  Misses        283      283           
  Partials      201      201           
Impacted Files Coverage Δ
bitbucket/resource_user.go 85.93% <100.00%> (ø)

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 f116e39...cfe75d3. Read the comment docs.

gavinbunney commented 4 years ago

Nice thanks!