Mike Senn
Mike Senn
This LWC target will be coming a future Salesforce release. Add lightning__UrlAddressable to js-meta validation. ### What does this PR do? ### What issues does this PR fix or reference?...
As a repository owner of a repository configured to use git2gus, I'd like the `.git2gus/config.json` file to support comments. So that I can know what this oddball config file is...
Code in createWorkItem.js among other locations look for the literal string 'true'. This should accept boolean values also.
As a repository maintainer, I have an existing Github issue labelled "BUG P3" and linked to an ADM_Work record. I'd like to raise the priority to "BUG P2" and have...
This TypeError is unhandled, causes a promise to reject, and crashes the app. This function looks like it doesn't really understand Promises either, since it mixes callback functions and async/await....
The logger in [loggerMiddleware.js](https://github.com/forcedotcom/git2gus/blob/main/api/services/Logs/loggerMiddleware.js#L4-L9) logs very long log lines, since it logs the entire POST body of a github webhook, which can be upwards of 30,000 characters. This leads to...
The app has a Winston logger that handles newlines and other logging problems from console.log. Replace any calls to console.log with imports from this class. https://github.com/forcedotcom/git2gus/blob/main/api/services/Logs/logger.js#L4
Something seems to be logging the Octokit object for every webhook request. This adds a lot of noise to the app. Remove or improve this log. ``` "70 1 2023-02-13T23:44:34.994439+00:00...
This could be a bug, or it could be a test needing update. Reading `api/hooks/issues-hook/update-work-item-priority/index.js`, issue priority is treated numerically, and can be compared with higher-priority issues are `>` than...
**Is your feature request related to a problem? Please describe.** As a core developer, it's very easy for me to create a mixed mode workspace and hit actively unsupported behavior...