generated from ubiquity/ts-template
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Implement handling RFCs #1212
Closed
Closed
Implement handling RFCs #1212
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
3cae67f
Update github.ts
xno-miner 60498ef
Update index.ts
xno-miner c22b1c8
Minor fix
xno-miner f0e9c3d
Update helpers/github.ts
xno-miner 9258750
Update devpool-issue-handler.test.ts
xno-miner a6c3c1e
Update devpool-issue-handler.test.ts
xno-miner d96e69e
Update index.ts
xno-miner 22ebb9c
Update github.ts
xno-miner fe8c4c6
Minor fix
xno-miner 80ce59b
Minor clean
xno-miner 20d74be
Fix getting repo name
xno-miner b77c0c0
Moved DEVPOOL_OWNER_NAME, DEVPOOL_REPO_NAME, DEVPOOL_RFC_OWNER_NAME a…
xno-miner 4f3c962
Moved the DEVPOOL_ variables to .env (copy the values from .env.example)
xno-miner 128c5d8
don't tweet rfcs
xno-miner 212502f
don't tweet rfcs
xno-miner ea31d8a
Moved the DEVPOOL_ variables back from env
xno-miner a08862c
Improved code readability
xno-miner 4cafbe3
Minor fix
xno-miner 179586e
Further improved readability
xno-miner 5263f17
Minor fix
xno-miner 1a65d43
Create env variables for devpool/RFC
xno-miner 133d263
Merge branch 'development' into development
xno-miner 66f7d63
Create tests for RFCs
xno-miner 7a583ab
Add missing files
xno-miner ed3bbf0
JSON.parse RFC env
xno-miner ea374eb
quotes in ymls
xno-miner 5a7f812
Fix env and enable rfc test
xno-miner 6318d84
minor cleanup
xno-miner File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
{ | ||
"assignee": { | ||
"login": "", | ||
"avatar_url": "", | ||
"email": "undefined", | ||
"events_url": "", | ||
"followers_url": "", | ||
"following_url": "", | ||
"gists_url": "", | ||
"gravatar_id": null, | ||
"html_url": "", | ||
"id": 1, | ||
"name": "undefined", | ||
"node_id": "", | ||
"organizations_url": "", | ||
"received_events_url": "", | ||
"repos_url": "", | ||
"site_admin": false, | ||
"starred_at": "", | ||
"starred_url": "", | ||
"subscriptions_url": "", | ||
"type": "", | ||
"url": "" | ||
}, | ||
"author_association": "NONE", | ||
"closed_at": null, | ||
"comments": 0, | ||
"comments_url": "", | ||
"created_at": "", | ||
"events_url": "", | ||
"html_url": "https://github.com/ubiquity/devpool-rfc/issues/1", | ||
"id": 1, | ||
"labels_url": "", | ||
"locked": false, | ||
"milestone": null, | ||
"node_id": "1", | ||
"number": 1, | ||
"repository_url": "https://github.com/ubiquity/devpool-rfc", | ||
"state": "open", | ||
"title": "issue", | ||
"updated_at": "", | ||
"url": "", | ||
"user": null, | ||
"owner": "ubiquity", | ||
"repo": "devpool-rfc", | ||
"labels": [ | ||
{ | ||
"name": "Time: 1h" | ||
}, | ||
{ | ||
"name": "id: 2" | ||
} | ||
], | ||
"body": "https://github.com/ubiquity/test-repo/issues/1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
{ | ||
"assignee": { | ||
"login": "", | ||
"avatar_url": "", | ||
"email": "undefined", | ||
"events_url": "", | ||
"followers_url": "", | ||
"following_url": "", | ||
"gists_url": "", | ||
"gravatar_id": null, | ||
"html_url": "", | ||
"id": 1, | ||
"name": "undefined", | ||
"node_id": "", | ||
"organizations_url": "", | ||
"received_events_url": "", | ||
"repos_url": "", | ||
"site_admin": false, | ||
"starred_at": "", | ||
"starred_url": "", | ||
"subscriptions_url": "", | ||
"type": "", | ||
"url": "" | ||
}, | ||
"author_association": "NONE", | ||
"closed_at": null, | ||
"comments": 0, | ||
"comments_url": "", | ||
"created_at": "", | ||
"events_url": "", | ||
"html_url": "https://github.com/ubiquity/test-repo/issues/1", | ||
"id": 2, | ||
"labels_url": "", | ||
"locked": false, | ||
"milestone": null, | ||
"node_id": "2", | ||
"number": 2, | ||
"repository_url": "https://github.com/ubiquity/test-repo", | ||
"state": "open", | ||
"title": "issue", | ||
"updated_at": "", | ||
"url": "", | ||
"user": null, | ||
"owner": "ubiquity", | ||
"repo": "test-repo", | ||
"labels": [ | ||
{ | ||
"name": "Time: 1h" | ||
} | ||
], | ||
"body": "body" | ||
} |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Non-null assertion operator is considered a bad practice because if the value is
null
then the app fails while the compiler is trying to make sure that even if the value isnull
the app works as expected (or at least throws meaningful errors). Thevalue!
syntax is not used anywhere in the codebase. Pls refactor accordingly.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I imagine that the linter settings are not in sync with our template here, given that this passed CI.
Perhaps this is technically our responsibility to handle these sort of problems.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems you've already created a related issue ubiquity/ts-template#54