Closed cheehongw closed 1 year ago
Patch coverage has no change and project coverage change: +0.03%
:tada:
Comparison is base (
c107340
) 53.93% compared to head (7a4a36e
) 53.97%. Report is 1 commits behind head on master.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@CATcher-org/developers This is ready for testing. Please mention your OS/browser in your review as well. Thanks!
OS: Windows 11 Home Build 22621.1992 Browser: Google Chrome Browser Version: Version 114.0.5735.199 (Official Build) (64-bit) Local Angular Version: 11.2.19
npm install
: success
npm run ng:serve:web
I couldn't get the format right for the accepted Team Response to test for Tester's Response Phase, I think it changed since I last used it.
No bugs found
what is the format that you used for accepted Team Response
for Tester's Response Phase
? Can you share the markdown?
@gycgabriel
what is the format that you used for
accepted Team Response
forTester's Response Phase
? Can you share the markdown?@gycgabriel
I used
[IMPORTANT!: Please do not edit or reply to this comment using the GitHub UI. You can respond to it using CATcher during the next phase of the PE]
# Team's Response
Accepted
Your response is not required for this bug as the team has accepted the bug as it is.
<catcher-end-of-segment><hr>
I'm not sure what should be the proper format
The example issue itself is here: https://github.com/gycgabriel/bugreporting/issues/17
@gycgabriel Looks like the proper format is just
Your response not required for this bug as the team has accepted the bug as it is.
I think that's what Prof Damith's PE script automatically adds. See luminousleek/pe#19 as an example. Don't think it's changed since the last time we used it - the most recent commit for the teamAcceptedParser
was written by me last year heh
OS: macOS Ventura 13.5 Browser: Safari Browser Version: Version 16.6 (18615.3.12.11.2) Local Angular Version: 11.2.19
npm install
: success
npm run ng:serve:web
No bugs found
Summary:
Fixes #711 This pull request addresses some of the outdated packages in our application.
Changes Made:
Upgrade to Angular 11 using
ng update
Upgrade
ngx-markdown
to support angular 11Upgrade apollo-angular to v2 to support angular 11
IntrospectionFragmentMatcher
.possibleTypes
generated bygraphql-code-fragment-matcher@v1
as replacement forIntrospectionFragmentMatcher
Proposed Commit Message: