-
Notifications
You must be signed in to change notification settings - Fork 29
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
[#72] Remove code related to creating and updating repos #143
[#72] Remove code related to creating and updating repos #143
Conversation
5e769d3
to
d27b4ab
Compare
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.
In github.service.ts, the following variables/functions are not in use:
MOD_ORG
,DATA_REPO
,fetchSettingsFile()
GithubService.
:storeOrganizationDetails()
,createRepository()
,areUsersAssignable()
,closeIssue()
,updateIssue()
,fetchDataFile() // linked to data.service.ts
,fetchSettingsFile()
Since this is a rather large change, it will be good to have another developer to review this
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.
LGTM
I noticed chunwei's comment, you can decide if it's in the scope of your PR and update. Otherwise I think its lgtm |
I have removed |
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.
LGTM
@chunweii require your approval to pass |
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.
LGTM
…ll-button * commit '36a0b41c369517022086d36ea6583625f4308289': [CATcher-org#72] Remove unused code from catcher models (CATcher-org#146) [CATcher-org#72] Remove package ngx-markdown (CATcher-org#145) Extract method from header.component into phase.service.ts (CATcher-org#162) [CATcher-org#72] Remove code related to creating and updating repos (CATcher-org#143) Autofill repository URL with Browser Cache (CATcher-org#159) Update PR template (CATcher-org#157) Update Readme (CATcher-org#158) Enclose PR/issues in scrollable container (CATcher-org#148) Show loading spinner on switch repository (CATcher-org#151) Add wrap for username in issues-viewer's card-view (CATcher-org#147) Update website title after changing repository (CATcher-org#141) Disable milestone filter if there are no milestones (CATcher-org#149) Fix pressing back to cause issues to being cleared (CATcher-org#142)
…apping * commit '80f84aeb6686bb9cae9e58463baf8942fc317256': Add reset labels feature (CATcher-org#150) Allow keyboard enter when changing repository (CATcher-org#177) Fix ng test type error (CATcher-org#175) Reduce code duplication in repository url suggestions (CATcher-org#170) Fix hover, click interaction with issue cards (CATcher-org#173) [CATcher-org#72] Remove unused code from catcher models (CATcher-org#146) [CATcher-org#72] Remove package ngx-markdown (CATcher-org#145) Extract method from header.component into phase.service.ts (CATcher-org#162) [CATcher-org#72] Remove code related to creating and updating repos (CATcher-org#143) Autofill repository URL with Browser Cache (CATcher-org#159) Update PR template (CATcher-org#157) Update Readme (CATcher-org#158) Enclose PR/issues in scrollable container (CATcher-org#148) Show loading spinner on switch repository (CATcher-org#151) Add wrap for username in issues-viewer's card-view (CATcher-org#147) Update website title after changing repository (CATcher-org#141) Disable milestone filter if there are no milestones (CATcher-org#149) Fix pressing back to cause issues to being cleared (CATcher-org#142)
* main: Add reset labels feature (CATcher-org#150) Allow keyboard enter when changing repository (CATcher-org#177) Fix ng test type error (CATcher-org#175) Reduce code duplication in repository url suggestions (CATcher-org#170) Fix hover, click interaction with issue cards (CATcher-org#173) [CATcher-org#72] Remove unused code from catcher models (CATcher-org#146) [CATcher-org#72] Remove package ngx-markdown (CATcher-org#145) Extract method from header.component into phase.service.ts (CATcher-org#162) [CATcher-org#72] Remove code related to creating and updating repos (CATcher-org#143) Autofill repository URL with Browser Cache (CATcher-org#159) Update PR template (CATcher-org#157) Update Readme (CATcher-org#158) Enclose PR/issues in scrollable container (CATcher-org#148) Show loading spinner on switch repository (CATcher-org#151) Add wrap for username in issues-viewer's card-view (CATcher-org#147) Update website title after changing repository (CATcher-org#141) Disable milestone filter if there are no milestones (CATcher-org#149) Fix pressing back to cause issues to being cleared (CATcher-org#142)
Summary:
fixes part related to creating/updating repos in #72
Changes Made:
Commit Message: