cobbler icon indicating copy to clipboard operation
cobbler copied to clipboard

require either local or remote kernel+initrd

Open olafhering opened this issue 3 years ago • 4 comments

Fixes #2883

Signed-off-by: Olaf Hering [email protected]

olafhering avatar Jan 10 '22 10:01 olafhering

Codecov Report

Patch coverage: 77.12% and project coverage change: +58.44 :tada:

Comparison is base (5b83e4d) 0.19% compared to head (8baaf0c) 58.63%.

:exclamation: Current head 8baaf0c differs from pull request most recent head ef68d21. Consider uploading reports for the commit ef68d21 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##            main    #2884       +/-   ##
==========================================
+ Coverage   0.19%   58.63%   +58.44%     
==========================================
  Files         92      101        +9     
  Lines      13024    14414     +1390     
==========================================
+ Hits          25     8452     +8427     
+ Misses     12999     5962     -7037     
Impacted Files Coverage Δ
cobbler/cexceptions.py 100.00% <ø> (+100.00%) :arrow_up:
cobbler/cobblerd.py 0.00% <0.00%> (ø)
cobbler/modules/authentication/denyall.py 75.00% <ø> (+75.00%) :arrow_up:
cobbler/modules/authentication/pam.py 90.47% <ø> (+90.47%) :arrow_up:
cobbler/modules/authentication/passthru.py 100.00% <ø> (+100.00%) :arrow_up:
cobbler/modules/authentication/spacewalk.py 23.68% <ø> (+23.68%) :arrow_up:
cobbler/modules/authorization/allowall.py 75.00% <ø> (+75.00%) :arrow_up:
cobbler/modules/authorization/configfile.py 32.00% <ø> (+32.00%) :arrow_up:
cobbler/modules/authorization/ownership.py 11.11% <ø> (+11.11%) :arrow_up:
cobbler/modules/installation/post_log.py 82.35% <ø> (+82.35%) :arrow_up:
... and 90 more

... and 1 file with indirect coverage changes

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov[bot] avatar Jan 10 '22 12:01 codecov[bot]

@watologo1 What is your status on this? We talked on the phone and you had a concept in mind to fuze both parameters.

SchoolGuy avatar Mar 05 '22 10:03 SchoolGuy

@watologo1 Ping?

SchoolGuy avatar Jul 09 '22 18:07 SchoolGuy

@watologo1 Ping again. Any opinion?

SchoolGuy avatar Jul 27 '22 11:07 SchoolGuy

One more review required to get enable the Merge knob. I think this change is not controversial.

olafhering avatar Jan 04 '23 10:01 olafhering

@olafhering My requested changes are still not addressed from before the rebase. What are we going to do about them?

SchoolGuy avatar Feb 15 '23 10:02 SchoolGuy

I have no resources to do further work in this specific bug.

olafhering avatar Feb 15 '23 10:02 olafhering

@olafhering Okay thanks for the clarification. I will try to finish the PR then.

SchoolGuy avatar Feb 15 '23 12:02 SchoolGuy

Rebase onto main. I will try to take care of this once #3411 and #3333 are merged.

SchoolGuy avatar Apr 29 '23 19:04 SchoolGuy

I will now start actively working on this. This PR will need new tests that the desired behaviour is working as intended.

SchoolGuy avatar May 16 '23 12:05 SchoolGuy

Please do NOT merge this PR until I took it out of a Draft state. @watologo1 will test this internally and after this was successful I desire to extend the commit descriptions.

SchoolGuy avatar May 23 '23 15:05 SchoolGuy

After a review I would extend the commit descriptions and remove the TODOs from the test docstrings. If no review is possible today I will do so on Monday.

SchoolGuy avatar May 26 '23 16:05 SchoolGuy

All TODOs in the file that I added were filled and the Git commits should have improved commit messages. The PR is ready for merge now after approval by someone else than me.

SchoolGuy avatar May 27 '23 22:05 SchoolGuy

Too many tests are failing. I will have a look during the weekend what I can do about that...

SchoolGuy avatar May 27 '23 23:05 SchoolGuy

Now all tests are passing (including LDAP tests). The CI is failing since Codacy refuses to acknowledge the set secret for uploading the report. This is due to #3379.

SchoolGuy avatar May 28 '23 10:05 SchoolGuy