Skip to content

Commit

Permalink
feat!: improve UX for users connecting to GitHub (#3332)
Browse files Browse the repository at this point in the history
Update the "Connected services" interface and the admin page to support setting up and connecting to GitHub.

BREAKING CHANGES: requires renku-data-services >= v0.25.0

---------

Co-authored-by: Flora Thiebaut <[email protected]>
  • Loading branch information
lorenzo-cavazzi and leafty authored Oct 29, 2024
1 parent 23fc6b0 commit 14c483f
Show file tree
Hide file tree
Showing 27 changed files with 2,143 additions and 612 deletions.
3 changes: 2 additions & 1 deletion client/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@
"skipWordIfMatch": [
"http(s)?://[^s]*", // url
"0x[0-9a-fx]{2,16}", // hex
"[0-9a-f]{4,32}" // commit sha (7/8/32) and zenodo sub-identifiers (4-12)
"[0-9a-f]{4,32}", // commit sha (7/8/32) and zenodo sub-identifiers (4-12)
"Oauth2" // spellchecker seems to not ignore words with "oauth2"
],
"skipWords": [
"accessor",
Expand Down
Loading

0 comments on commit 14c483f

Please sign in to comment.