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 force-restarting jobs when an advanced restarting option was chosen #5364

Merged
merged 2 commits into from
Nov 17, 2023

Conversation

Martchus
Copy link
Contributor

Appending the force-parameter doesn't work that easily when the URL already contains other parameters. So we need to take that case into account when adding the force-parameter.

I made this fix in the context of working on https://progress.opensuse.org/issues/150917.

Avoid the syntactic noise from using jQuery and just use the regular DOM
API directly.
Appending the force-parameter doesn't work that easily when the URL already
contains other parameters. So we need to take that case into account when
adding the force-parameter.

I made this fix in the context of working on
https://progress.opensuse.org/issues/150917.
Copy link

codecov bot commented Nov 16, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (71cffe4) 98.32% compared to head (7353782) 98.32%.
Report is 14 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5364   +/-   ##
=======================================
  Coverage   98.32%   98.32%           
=======================================
  Files         389      389           
  Lines       37330    37333    +3     
=======================================
+ Hits        36704    36707    +3     
  Misses        626      626           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mergify mergify bot merged commit 34068e3 into os-autoinst:master Nov 17, 2023
13 checks passed
@Martchus Martchus deleted the restarting branch November 17, 2023 21:23
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