Wizard: Disable non-valid repositories and add a Status column

This disables adding of repositories that do not have 'Valid' status.

Status column was also added to the Repositories table to make the reason why the checkbox is disabled visible.
This commit is contained in:
regexowl 2023-08-02 13:16:39 +02:00 committed by Lucas Garfield
parent 13b02eca7e
commit 857257591c
4 changed files with 159 additions and 4 deletions

View file

@ -562,7 +562,7 @@ describe('Step Custom repositories', () => {
});
await user.click(selectButton);
screen.getByText(/select all \(1011 items\)/i);
screen.getByText(/select all \(1015 items\)/i);
});
test('filter works', async () => {