[GH-548]:Fixed issue #548 on github 'org lock for username not working' - #658
Conversation
#23) * [MI-2872]:Fixed issue mattermost#548 on github 'org loack for username' * [MI-2872]:Fixed lint errors * [MI-2872]:Fixed review comments * [MI-2872]:Fixed review commets
|
Hello @Kshitij-Katiyar, Thanks for your pull request! A Core Committer will review your pull request soon. For code contributions, you can learn more about the review process here. |
|
@Kshitij-Katiyar Could you please update the issue description using the |
mickmister
left a comment
There was a problem hiding this comment.
Nice work @Kshitij-Katiyar 👍 Overall LGTM. I agree with the concerns noted in the reviews above
…#548 (#27) * [MI-2929]:Fixed review comments given by mm team for issue mattermost#548 * [MI-2929]:Fixed review comment
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #658 +/- ##
==========================================
- Coverage 15.62% 15.47% -0.15%
==========================================
Files 15 15
Lines 5447 5499 +52
==========================================
Hits 851 851
- Misses 4553 4605 +52
Partials 43 43
... and 5 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
DHaussermann
left a comment
There was a problem hiding this comment.
Tested and passed
- When locking to a user such as
DHaussermannthe create option now list repos available as expected - Test again the attach but this was already working as expected
- Regression tested leaving the lock empty no changes found
- Regression tested locking to an org no changes found
LGTM!
Thanks @Kshitij-Katiyar
Summary
When the Organization lock is set to a user's workspace rather than an organization, the create and attach modal will not show any results, so fix that by getting the data for the username as well.
Issue #548