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

feat: Implement api key management #403

Merged
merged 1 commit into from
Feb 18, 2024

feat: Implement api key management

3c38005
Select commit
Loading
Failed to load commit list.
Merged

feat: Implement api key management #403

feat: Implement api key management
3c38005
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Feb 18, 2024 in 1s

8.63% of diff hit (target 88.77%)

View this Pull Request on Codecov

8.63% of diff hit (target 88.77%)

Annotations

Check warning on line 76 in src/api.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/api.js#L76

Added line #L76 was not covered by tests

Check warning on line 11 in src/components/Header/UserAccountMenu.jsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/components/Header/UserAccountMenu.jsx#L11

Added line #L11 was not covered by tests

Check warning on line 14 in src/components/Header/UserAccountMenu.jsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/components/Header/UserAccountMenu.jsx#L13-L14

Added lines #L13 - L14 were not covered by tests

Check warning on line 97 in src/components/User/ApiKeys/ApiKeyCard.jsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/components/User/ApiKeys/ApiKeyCard.jsx#L93-L97

Added lines #L93 - L97 were not covered by tests

Check warning on line 101 in src/components/User/ApiKeys/ApiKeyCard.jsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/components/User/ApiKeys/ApiKeyCard.jsx#L99-L101

Added lines #L99 - L101 were not covered by tests

Check warning on line 105 in src/components/User/ApiKeys/ApiKeyCard.jsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/components/User/ApiKeys/ApiKeyCard.jsx#L104-L105

Added lines #L104 - L105 were not covered by tests

Check warning on line 108 in src/components/User/ApiKeys/ApiKeyCard.jsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/components/User/ApiKeys/ApiKeyCard.jsx#L108

Added line #L108 was not covered by tests

Check warning on line 128 in src/components/User/ApiKeys/ApiKeyCard.jsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/components/User/ApiKeys/ApiKeyCard.jsx#L128

Added line #L128 was not covered by tests

Check warning on line 133 in src/components/User/ApiKeys/ApiKeyCard.jsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/components/User/ApiKeys/ApiKeyCard.jsx#L133

Added line #L133 was not covered by tests

Check warning on line 135 in src/components/User/ApiKeys/ApiKeyCard.jsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/components/User/ApiKeys/ApiKeyCard.jsx#L135

Added line #L135 was not covered by tests

Check warning on line 137 in src/components/User/ApiKeys/ApiKeyCard.jsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/components/User/ApiKeys/ApiKeyCard.jsx#L137

Added line #L137 was not covered by tests

Check warning on line 25 in src/components/User/ApiKeys/ApiKeyConfirmDialog.jsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/components/User/ApiKeys/ApiKeyConfirmDialog.jsx#L24-L25

Added lines #L24 - L25 were not covered by tests

Check warning on line 27 in src/components/User/ApiKeys/ApiKeyConfirmDialog.jsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/components/User/ApiKeys/ApiKeyConfirmDialog.jsx#L27

Added line #L27 was not covered by tests

Check warning on line 30 in src/components/User/ApiKeys/ApiKeyConfirmDialog.jsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/components/User/ApiKeys/ApiKeyConfirmDialog.jsx#L29-L30

Added lines #L29 - L30 were not covered by tests

Check warning on line 33 in src/components/User/ApiKeys/ApiKeyConfirmDialog.jsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/components/User/ApiKeys/ApiKeyConfirmDialog.jsx#L33

Added line #L33 was not covered by tests

Check warning on line 48 in src/components/User/ApiKeys/ApiKeyDialog.jsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/components/User/ApiKeys/ApiKeyDialog.jsx#L47-L48

Added lines #L47 - L48 were not covered by tests

Check warning on line 52 in src/components/User/ApiKeys/ApiKeyDialog.jsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/components/User/ApiKeys/ApiKeyDialog.jsx#L50-L52

Added lines #L50 - L52 were not covered by tests

Check warning on line 54 in src/components/User/ApiKeys/ApiKeyDialog.jsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/components/User/ApiKeys/ApiKeyDialog.jsx#L54

Added line #L54 was not covered by tests

Check warning on line 57 in src/components/User/ApiKeys/ApiKeyDialog.jsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/components/User/ApiKeys/ApiKeyDialog.jsx#L56-L57

Added lines #L56 - L57 were not covered by tests

Check warning on line 61 in src/components/User/ApiKeys/ApiKeyDialog.jsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/components/User/ApiKeys/ApiKeyDialog.jsx#L60-L61

Added lines #L60 - L61 were not covered by tests

Check warning on line 66 in src/components/User/ApiKeys/ApiKeyDialog.jsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/components/User/ApiKeys/ApiKeyDialog.jsx#L66

Added line #L66 was not covered by tests

Check warning on line 69 in src/components/User/ApiKeys/ApiKeyDialog.jsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/components/User/ApiKeys/ApiKeyDialog.jsx#L68-L69

Added lines #L68 - L69 were not covered by tests

Check warning on line 73 in src/components/User/ApiKeys/ApiKeyDialog.jsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/components/User/ApiKeys/ApiKeyDialog.jsx#L72-L73

Added lines #L72 - L73 were not covered by tests

Check warning on line 79 in src/components/User/ApiKeys/ApiKeyDialog.jsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/components/User/ApiKeys/ApiKeyDialog.jsx#L77-L79

Added lines #L77 - L79 were not covered by tests

Check warning on line 84 in src/components/User/ApiKeys/ApiKeyDialog.jsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/components/User/ApiKeys/ApiKeyDialog.jsx#L82-L84

Added lines #L82 - L84 were not covered by tests