* [ACS-10175] Add logic to send notification only if the user adds label after creating pr
* [ACS-10175] Update label detection logic
* [ACS-10175] check if pr createdAt and label addedAt is different
* [ACS-10175] Add logic to send notification on adding A/N BDU label
* [ACS-10175] Add issues to permissions
* Make time difference 15 seconds
* [ACS-10175] Fix version
* [ACS-10175] Add condition checking
* [ACS-10175] CR fixes
* [ACS-10175] Add full sha
* [ACS-9106] Make the descendants false iin data column component
* [ACS-8468] Add copy icon
* [ACS-8468] Remove change from data column
* [ACS-8468] Use if instead of *ngIf
* [ACS-8468] Revert to double click functionality
* [ACS-8468] Make copy button toggable and make it icon
* [ACS-8468] Add unit test for copy icons
* [ACS-8468] Add unit test for mat registry
* [ACS-8468] Remove deprecated component
* [ACS-8468] Align the styling with dropdown menu
* [ACS-8468] Fix sonar cloud issue
* [ACS-8468] Remove deprecated component
* [ACS-8468] Remove svg icon and use material icon
* [ACS-8468] Fix styling and remove mat-form-field-icon-suffix selector
* [ACS-8468] Make copy to clipboard icon property true
* [ACS-8468] Add unit tests and remove unused class
* [ACS-8468] Add unitTestingUtils
* [ACS-8468] use with args instead of callFake
* [ACS-8468] remove jasmine.spy
* [ACS-10175] Notify after adding A/N BDU label
* [ACS-10175] send notification only for labelling after opening pr
* [ACS-10175] Send notification on open pr only
* [ACS-9106] Make the descendants false iin data column component
* [ACS-9106] Add unit test
* [ACS-9106] Fix formatting
* [ACS-9106] Remove the declaration of fixture outside it
* [ACS-12175] Fix annotation popup style
* [ACS-12175] Fix style and syntax issues for annotations
* [ACS-12175] Write unit test for date element
* [ACS-12175] Fix undefined error in unit test
* [ACS-12175] Use material theme for styling of popup
* [ACS-12175] Add style to title iinstead of using h1 header
* [ACS-12175] focus on annotation content
* [ACS-12175] Revert the change of background color
* [ACS-9584] Refresh after the change of name of a node
* [ACS-9584] Add unit test for name change
* [ACS-9584] Merge the changed fields onto the existing one
* [ACS-9584] Refresh does not happen after name change of a file
* [ACS-9584] Page only reload for extension and version change
* [ACS-9584] Add sidebarTemplateContext to unit test
* [ACS-9584] Add unit test for the changes in ngOnChanges
* Render spinner visibility rather than internal field
* [ADF-5582] Update NodeCommentsService to take userId as an argument in getUserImage
* [ADF-5582] Add unit tests for avatar caching and retrieval in NodeCommentsService
* Refactor NodeCommentsService unit tests to avoid accessing private members
* [ADF-5582] Remove picture Id from getUserImage
* [ADF-5582] Add comment to getAvatarCache and fix sonarcloud issues
* Update node-comments.service.spec.ts
* Trigger sonar
* [ADF-5582] Add method to return avatar url in people api
* [ADF-5582] Fix sonar cloud issue
* [ADF-5582] Add comment to getUserImage and fix request address for getAvatarImageUrl
* [ADF-5581] Reset filterValue when navigating to a new folder to ensure filters are cleared
* [ADF-5581] Added unit tests to verify filterValue reset
* [ADF-5581] Add unit tests to verify filter reset on navigation and preservation on sorting
* [ADF-5581] Use SpyObj<ShareDataTableAdapter> in unit test to avoid any type
* [ADF-5581] Remove redundant type on mockData declaration in unit test
* Revert loadFolder() to reload() in onSortingChanged and update unit test accordingly
* [ADF-5580] emit commentAdded event from adf-comments component
* [ADF-5580] Emit commentAdded event from adf-comments and expose it in adf-node-comments
* [ADF-5580] Emit commentAdded event from NodeCommentsComponent, add unit test, and update docs
* [ADF-5580] Add unit test for commentAdded output in NodeCommentsComponent, update docs and create testing utils
* [ADF-5580] Mark debugElement as readOnly
* [ADF-5580] Add mock services and fix unit test setup
* [ADF-5580] Reuse shared comment mocks across multiple test files
* [ADF-5580] Align comments component documentation
* [ADF-5580] Remove redundant setup and use ContentTestingModule in comment components tests