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

Fix sorting by string values #1936

Merged
merged 4 commits into from
Jan 22, 2020
Merged

Fix sorting by string values #1936

merged 4 commits into from
Jan 22, 2020

Conversation

bjoernricks
Copy link
Contributor

@bjoernricks bjoernricks commented Jan 21, 2020

Consider undefined as an empty string when sorting strings instead of
converting undefined to 'undefined'.

Checklist:

Consider undefined as an empty string when sorting strings instead of
converting undefined to 'undefined'.
Update changelog for gsa-8 branch to use fixed consistently.
@bjoernricks bjoernricks marked this pull request as ready for review January 21, 2020 11:27
@bjoernricks bjoernricks requested a review from a team January 21, 2020 11:27
@codecov
Copy link

codecov bot commented Jan 21, 2020

Codecov Report

Merging #1936 into gsa-8.0 will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##           gsa-8.0    #1936   +/-   ##
========================================
  Coverage    43.58%   43.58%           
========================================
  Files          983      983           
  Lines        22811    22811           
  Branches      6451     6476   +25     
========================================
  Hits          9943     9943           
  Misses       11663    11663           
  Partials      1205     1205
Impacted Files Coverage Δ
gsa/src/web/utils/sort.js 100% <100%> (ø) ⬆️

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 5cd401f...3e3986b. Read the comment docs.

@swaterkamp swaterkamp merged commit e6c8684 into greenbone:gsa-8.0 Jan 22, 2020
@bjoernricks bjoernricks deleted the fix-sorting-by-string branch January 22, 2020 12:58
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