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

Merge gsa-20.08 into master #2426

Merged
merged 78 commits into from
Aug 28, 2020
Merged

Conversation

saberlynx
Copy link
Contributor

What:

Why:

Merge 20.08 into master to prevent too much divergence between the two branches.

How:

Checklist:

bjoernricks and others added 30 commits August 6, 2020 14:35
Use camelCase for all variables.
Filter model objects are mutable. Therefore a copy must be created to
not influence other tests.
The FilterProvider is used to load and determine a filter (mostly) for
list pages. In saved the current used filter at a list page in the redux
store under the gmp name e.g. task. This change allows to use a
different name for the filter saved in the redux store.
Revert 60ec7eb and PR greenbone#2358 because it
doesn't fix the cause of the original problem.
The page filter is already passed via redux connect and should be used
for loading the report with second highest priority.
When determining the filter for loading a report and its results we need
to ensure that the user settings are considered but not to use the
stored filter of the results list page. Therefore use a different page
name in the FilterProvider to load the report results filter. The
resulting filter is passed as defaultFilter to the load function.
…filter-determination

Fix report result filter determination
Improve error message for undefined report formats on report detailspage
Use the loaded results counts not the result counts from the report. The
results are loaded independently of the report now and therefore the
result counts from the report doesn't fit anymore.
greenbone#2335 tried to fix that but broke
the report results pagination.
…-report-results

Fix pagination for report results tab
[20.08] Updated references in docs / manpages.
Minor textual improvement to explain which feed should be synced.
Change the daemon name to lowercase in feedstatuspage.js test.
Both urls are not available yet but will be in future.
saberlynx and others added 21 commits August 17, 2020 12:31
Increase age for feed being too old
…ty_20.08

fix missing oval def subsections
Disable feed object editing using <predefined> and adjust feed status page filters
Add option for "Start task" on "new secinfo arrived" for alerts
@saberlynx saberlynx requested a review from a team August 27, 2020 11:50
@codecov
Copy link

codecov bot commented Aug 27, 2020

Codecov Report

Merging #2426 into master will decrease coverage by 0.00%.
The diff coverage is 63.15%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2426      +/-   ##
==========================================
- Coverage   54.96%   54.95%   -0.01%     
==========================================
  Files        1094     1094              
  Lines       26573    26573              
  Branches     7537     7538       +1     
==========================================
- Hits        14605    14603       -2     
  Misses      10862    10862              
- Partials     1106     1108       +2     
Impacted Files Coverage Δ
gsa/src/web/components/error/errorpanel.js 100.00% <ø> (ø)
gsa/src/web/pages/policies/detailspage.js 100.00% <ø> (ø)
gsa/src/web/pages/policies/row.js 100.00% <ø> (ø)
gsa/src/web/pages/portlists/detailspage.js 34.48% <ø> (ø)
gsa/src/web/pages/portlists/row.js 55.55% <ø> (ø)
gsa/src/web/pages/reportformats/detailspage.js 33.33% <ø> (ø)
gsa/src/web/pages/reportformats/row.js 40.00% <ø> (ø)
gsa/src/web/pages/reports/details/resultstab.js 8.26% <0.00%> (ø)
gsa/src/web/pages/reports/detailscontent.js 59.03% <ø> (ø)
gsa/src/web/pages/reports/detailspage.js 5.36% <0.00%> (-0.09%) ⬇️
... 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 e28d41d...dd6d6f0. Read the comment docs.

@bjoernricks bjoernricks merged commit e51bc9f into greenbone:master Aug 28, 2020
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.

5 participants