ParabolInc / parabol

Free online agile retrospective meeting tool
https://www.parabol.co/
Other
1.91k stars 331 forks source link

Release test v6.60.0 #6626

Closed JimmyLv closed 2 years ago

JimmyLv commented 2 years ago

The basics

Run through this list at least once at staging:

What’s changed

At your discretion, complete the tests for any merged PRs:

## 6.60.0 2022-May-25

### Added

- feat(Jira Server): Use the newer Jira Software logo (#6578)
- feat(standups): Response Reactjis (#6407)
- feat(standups): Summary Card (#6529)
- feat(standups): Sending meeting completed event when standup ends (#6587)
- feat(standups): Standup UI - last updated time (#6557)
- feat(Azure DevOps): Correctly format Sprint Poker comments as HTML (#6597)
- feat: added avatar group in standups (#6614)
- feat(metrics): migrate and consolidate integration related metrics (#6617)
- feat(gitlab): refresh gitlab tokens (#6594)

### Changed

- chore: added PR template (#6565)
- chore(DX): Fix Postgres DB path in dev.yml (#6486)
- docs: Fix code policy link in PR template (#6600)
- refactor: handle default value for isOnboardTeam (#6598)
- chore: Convert components using HOCs to function components (#6591)
- chore: Migrate withAtmosphere -> useAtmosphere (#6595)
- chore: remove gitlab flag (#6619)

### Fixed

- fix: Due date month could sometimes not be set to the current month (#6581)
- fix: pr template location (#6586)
- fix: display search on archived tasks page (#6548)
- fix(metrics): fix the bug where user deletion event won't update HubSpot (#6542)
- fix: added write permission to pull request labeler workflow (#6603)
- fix: stop-color warning in SVG (#6612)
- fix(jira): Fix server error when pushing task to jira (#6613)
- fix: Enforce mapping completeness for 'meetingTypeToIcon' (#6611)
JimmyLv commented 2 years ago

it seems the MS team integration broke the Timer of demo meeting, related to this change:

  const isMSTeamsActive = _nullishCoalesce(_optionalChain([msTeams, 'access', _4 => _4.auth, 'optionalAccess', _5 => _5.isActive]), () => ( false))

https://user-images.githubusercontent.com/4997466/170288230-3a5ede12-37da-45a6-a285-dec3a5f77a4a.mp4

instrument.js:109 TypeError: Cannot read properties of undefined (reading 'auth')
    at StageTimerModalEndTimeSlackToggle.tsx:75:88
    at pe (StageTimerModalEndTimeSlackToggle.tsx:1:556)
    at StageTimerModalEndTimeSlackToggle.tsx:75:44
    at sa (react-dom.production.min.js:157:137)
    at Zs (react-dom.production.min.js:267:460)
    at kl (react-dom.production.min.js:250:347)
    at Al (react-dom.production.min.js:250:278)
    at Il (react-dom.production.min.js:250:138)
    at yl (react-dom.production.min.js:243:163)
    at react-dom.production.min.js:123:115
    at t.unstable_runWithPriority (scheduler.production.min.js:18:343)
    at Wi (react-dom.production.min.js:122:325)
    at Qi (react-dom.production.min.js:123:61)
    at Zi (react-dom.production.min.js:122:428)
    at hl (react-dom.production.min.js:237:203)
    at Object.enqueueSetState (react-dom.production.min.js:133:211)
    at t.v.setState (react.production.min.js:12:369)
    at SwipeableViews.js:616:18
    at r (helpers.js:72:23)
MindEvo commented 2 years ago

No issues found.