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

psp-6589 modify acquisition file closing logic for file transfers. Al… #3517

Merged
merged 6 commits into from
Nov 1, 2023

Conversation

devinleighsmith
Copy link
Collaborator

…so clean up all unused icons.

@github-actions
Copy link
Contributor

✅ No secrets were detected in the code.

@codecov
Copy link

codecov bot commented Oct 17, 2023

Codecov Report

Merging #3517 (a08bffd) into dev (b568b86) will increase coverage by 0.03%.
The diff coverage is 65.78%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev    #3517      +/-   ##
==========================================
+ Coverage   69.27%   69.31%   +0.03%     
==========================================
  Files        1370     1369       -1     
  Lines       33623    33611      -12     
  Branches     6251     6245       -6     
==========================================
+ Hits        23292    23297       +5     
+ Misses      10080    10063      -17     
  Partials      251      251              
Flag Coverage Δ
unittests 69.31% <65.78%> (+0.03%) ⬆️

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

Files Coverage Δ
...rce/backend/api/Services/AcquisitionFileService.cs 73.45% <100.00%> (+0.46%) ⬆️
source/frontend/src/App.tsx 0.00% <ø> (ø)
.../components/maps/leaflet/Control/Legend/Legend.tsx 100.00% <ø> (ø)
...c/components/maps/leaflet/Markers/SingleMarker.tsx 76.19% <ø> (+3.46%) ⬆️
...rce/backend/dal/Repositories/PropertyRepository.cs 57.77% <0.00%> (-1.00%) ⬇️
...ontend/src/components/maps/leaflet/Layers/util.tsx 79.74% <63.15%> (+6.62%) ⬆️

@eddherrera
Copy link
Collaborator

Snapshot test failed in front end.

@github-actions
Copy link
Contributor

✅ No secrets were detected in the code.

FileAcquisitionTeam = string.Join(", ", fileProperty.file.PimsAcquisitionFileTeams.Select(x => x.Person.GetFullName(true))),
FileAcquisitionOwners = string.Join(", ", fileProperty.file.PimsAcquisitionOwners.Select(x => x.FormatOwnerName())),
}).ToList();
.Select(fileProperty => new AcquisitionFileExportModel
Copy link
Collaborator

Choose a reason for hiding this comment

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

indentation looks very funky

Copy link
Contributor

github-actions bot commented Nov 1, 2023

✅ No secrets were detected in the code.

Copy link
Contributor

github-actions bot commented Nov 1, 2023

✅ No secrets were detected in the code.

1 similar comment
Copy link
Contributor

github-actions bot commented Nov 1, 2023

✅ No secrets were detected in the code.

Copy link
Contributor

github-actions bot commented Nov 1, 2023

✅ No secrets were detected in the code.

@devinleighsmith devinleighsmith merged commit e80a083 into bcgov:dev Nov 1, 2023
8 of 9 checks passed
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.

3 participants