Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: custom fields on server-side [CU-xhcmx-63] #161

Merged
merged 2 commits into from
Nov 8, 2022

Conversation

CodeVoyager
Copy link
Contributor

Ticket

https://app.clickup.com/30978717/v/b/xhcmx-63

Summary

  • Server side handling of filtering by parameters that can be found in newly added comments custom field
  • tests expand
  • including JS test suites
  • fixes for failing tests

Test Plan

Perform calls like:

@CodeVoyager CodeVoyager requested a review from cyp3rius October 13, 2022 14:38
@codecov-commenter
Copy link

codecov-commenter commented Oct 13, 2022

Codecov Report

Merging #161 (126e45a) into develop (3d8b995) will increase coverage by 0.32%.
The diff coverage is 100.00%.

@@             Coverage Diff             @@
##           develop     #161      +/-   ##
===========================================
+ Coverage    79.46%   79.79%   +0.32%     
===========================================
  Files           31       33       +2     
  Lines          823      861      +38     
  Branches       273      282       +9     
===========================================
+ Hits           654      687      +33     
- Misses         166      171       +5     
  Partials         3        3              
Flag Coverage Δ
unittest 79.79% <100.00%> (+0.32%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
server/controllers/utils/parsers.ts 88.46% <100.00%> (ø)
server/controllers/utils/functions.ts 50.00% <0.00%> (ø)
server/services/utils/functions.ts 82.19% <0.00%> (+5.47%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@cyp3rius cyp3rius merged commit a284d59 into develop Nov 8, 2022
cyp3rius pushed a commit that referenced this pull request Nov 8, 2022
* feat: custom fields on server-side

* feat: graphql for custom comments field
github-actions bot pushed a commit to zrp/uqbar-strapi-plugin-comments that referenced this pull request Jan 13, 2023
# 1.0.0 (2023-01-13)

### Bug Fixes

* [CU-21mwg4m] apply strapi team review comments ([88ee04b](88ee04b))
* [CU-21mwg4m] status badge sizing ([80c7946](80c7946))
* [CU-232p7qk] fallback config from local file ([9f9a43e](9f9a43e))
* [CU-23e47df] pagination and sort via rest api ([1eeb742](1eeb742))
* [CU-862hz23aa] Translations init failure while async loading ([VirtusLab-Open-Source#181](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/181)) ([dd665d9](dd665d9))
* avatar and initials rendering ([812afb2](812afb2))
* circle ci directory fix ([74b75ed](74b75ed))
* circle ci directory fix ([#10](#10)) ([0c998eb](0c998eb))
* compatibility with strapi 3.6.x ([VirtusLab-Open-Source#50](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/50)) ([81f69a8](81f69a8))
* dependabot alert for dicer ([e794a9b](e794a9b))
* dependabot dicer alert ([0bb17db](0bb17db))
* dependencies conflict ([c2c7e17](c2c7e17))
* filtering only root level ([VirtusLab-Open-Source#35](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/35)) ([62a90be](62a90be))
* find all in hierarchy fix ([735fbac](735fbac))
* gql and missing nexus dependency ([a438f41](a438f41))
* issue [VirtusLab-Open-Source#104](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/104) interface crashing if related content type removed ([ace336c](ace336c))
* issue [VirtusLab-Open-Source#116](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/116) - bad words filtering turned on when it shouldn't ([240082e](240082e))
* issue [VirtusLab-Open-Source#15](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/15) uuid parsing in mongo ([VirtusLab-Open-Source#17](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/17)) ([7ab3ed3](7ab3ed3))
* issue [#2](#2) search by relation slug ([#3](#3)) ([22eaebe](22eaebe))
* issue-110 gql configuration not applying, issues with old configurations ([ff662d3](ff662d3))
* lack of plugin config to reflect gql schema ([VirtusLab-Open-Source#77](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/77)) ([5fdd8ba](5fdd8ba))
* lack of user data sanitization ([c6957e5](c6957e5))
* make withCount default for GraphQL queries ([5717902](5717902))
* missing translation ([4de9390](4de9390))
* multiple fields population malformed ([f4726ac](f4726ac))
* problem with ref on create ([70bc620](70bc620))
* problems with details on comment ([0a17fd7](0a17fd7))
* problems with drill down ([d1a43d1](d1a43d1))
* query null error ([30dbf17](30dbf17))
* readme wording ([fe990b0](fe990b0))
* relation slug missing while cregistering comment ([9a1ba1c](9a1ba1c))
* relations & content types slugs ([b477c7e](b477c7e))
* remove codecov orb ([8740eca](8740eca))
* undefined sort parameter rejected by strapi query ([db749ea](db749ea))
* version bump ([3e32dc3](3e32dc3))
* wrapped where param in db query ([VirtusLab-Open-Source#152](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/152)) ([bd652c3](bd652c3))

### Features

* [CU-20y7quq] gql handle auth and user context linking ([d4d22ba](d4d22ba))
* [CU-20y7quq] handle user context linking ([39f728c](39f728c))
* [CU-220ekmx] provide sort and pagination support in findAll and findAllInHierarchy methods ([5c1ab4f](5c1ab4f))
* [CU-23e4bnk] ([d363b6f](d363b6f))
* [CU-23ku6zz] apply strapi pagination spec to findallflat endpoint ([c93b3a1](c93b3a1))
* [CU-2ep5xe1] [CU-2eap4ev] inform commenter about responses & avatar fix ([VirtusLab-Open-Source#143](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/143)) ([c7d664a](c7d664a))
* add tests to ci ([VirtusLab-Open-Source#159](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/159)) ([7cf6474](7cf6474))
* bad words customization ([VirtusLab-Open-Source#33](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/33)) ([f1fad77](f1fad77))
* codecov setup ([#11](#11)) ([d3950bf](d3950bf))
* comments pre-moderation ([VirtusLab-Open-Source#68](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/68)) ([8cab133](8cab133))
* context user support ([VirtusLab-Open-Source#23](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/23)) ([1d1354b](1d1354b))
* control gql auth via form ([2000942](2000942))
* custom fields on server-side [CU-xhcmx-63] ([VirtusLab-Open-Source#161](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/161)) ([a7737c8](a7737c8))
* report email notification ([VirtusLab-Open-Source#83](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/83)) ([a0585ed](a0585ed))
* strapi 3.1.0 rbac support ([#4](#4)) ([eb36adf](eb36adf))
* support for query parameters ([VirtusLab-Open-Source#34](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/34)) ([753dc0c](753dc0c))
* **UQ-1853:** changed admin ([2590100](2590100))
@CodeVoyager CodeVoyager deleted the feat/custom-fields-on-be branch January 31, 2023 12:40
mkmak2 pushed a commit that referenced this pull request Sep 18, 2023
* feat: custom fields on server-side

* feat: graphql for custom comments field
github-actions bot pushed a commit to zrp/uqbar-strapi-plugin-comments that referenced this pull request Oct 4, 2023
# [1.1.0](v1.0.2...v1.1.0) (2023-10-04)

### Bug Fixes

* add types to Avatar component ([f12ea9c](f12ea9c))
* author blocked props ([d9d0777](d9d0777))
* author population ([VirtusLab-Open-Source#177](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/177)) ([5ba0d85](5ba0d85))
* change error 403 test ([99ec162](99ec162))
* custom field on existing entity ([VirtusLab-Open-Source#178](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/178)) ([5e6cc63](5e6cc63))
* fixed UserAvatar typing ([dd179c7](dd179c7))
* fixes after merge ([3b9eee2](3b9eee2))
* issue [VirtusLab-Open-Source#199](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/199) - undeclared codemirror dependency causes build crash ([ccc1f98](ccc1f98))
* issue [VirtusLab-Open-Source#201](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/201) fix the filtering by thread ([bdc292a](bdc292a))
* issue [VirtusLab-Open-Source#220](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/220), issue [VirtusLab-Open-Source#221](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/221) ([VirtusLab-Open-Source#222](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/222)) ([03d504a](03d504a))
* load only existing translations ([e0cea8d](e0cea8d))
* package.json outdated ([1ef26e5](1ef26e5))
* peer dependency ([50bd59c](50bd59c))
* stick to older match-sorter dependency following strapi ([70dd408](70dd408))
* strapi 4.13 packages alignment ([VirtusLab-Open-Source#229](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/229)) ([3432cd2](3432cd2))
* strapi v4.7.1 compatibility fix because of dependencies ([563f86c](563f86c))
* unused import removed ([ac7d47f](ac7d47f))

### Features

* **api:** issue [VirtusLab-Open-Source#209](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/209) - find all by author ([e47684a](e47684a))
* author entity props blocking ([VirtusLab-Open-Source#186](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/186)) ([6134f1e](6134f1e))
* basic filters options added to Discover and Reports ([074d23a](074d23a))
* comments custom field [CU-2tn2923] ([VirtusLab-Open-Source#157](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/157)) ([aaac8a0](aaac8a0)), closes [VirtusLab-Open-Source#158](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/158)
* create reports page [CU-20rfmkv] ([VirtusLab-Open-Source#153](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/153)) ([15b9b57](15b9b57))
* custom fields on server-side [CU-xhcmx-63] ([VirtusLab-Open-Source#161](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/161)) ([a284d59](a284d59))
* typescripted client service and controllers ([eddd4b3](eddd4b3))
gabrielsclimaco pushed a commit to zrp/uqbar-strapi-plugin-comments that referenced this pull request Dec 20, 2023
# [1.1.0](v1.0.2...v1.1.0) (2023-10-04)

### Bug Fixes

* add types to Avatar component ([f12ea9c](f12ea9c))
* author blocked props ([d9d0777](d9d0777))
* author population ([VirtusLab-Open-Source#177](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/177)) ([5ba0d85](5ba0d85))
* change error 403 test ([99ec162](99ec162))
* custom field on existing entity ([VirtusLab-Open-Source#178](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/178)) ([5e6cc63](5e6cc63))
* fixed UserAvatar typing ([dd179c7](dd179c7))
* fixes after merge ([3b9eee2](3b9eee2))
* issue [VirtusLab-Open-Source#199](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/199) - undeclared codemirror dependency causes build crash ([ccc1f98](ccc1f98))
* issue [VirtusLab-Open-Source#201](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/201) fix the filtering by thread ([bdc292a](bdc292a))
* issue [VirtusLab-Open-Source#220](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/220), issue [VirtusLab-Open-Source#221](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/221) ([VirtusLab-Open-Source#222](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/222)) ([03d504a](03d504a))
* load only existing translations ([e0cea8d](e0cea8d))
* package.json outdated ([1ef26e5](1ef26e5))
* peer dependency ([50bd59c](50bd59c))
* stick to older match-sorter dependency following strapi ([70dd408](70dd408))
* strapi 4.13 packages alignment ([VirtusLab-Open-Source#229](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/229)) ([3432cd2](3432cd2))
* strapi v4.7.1 compatibility fix because of dependencies ([563f86c](563f86c))
* unused import removed ([ac7d47f](ac7d47f))

### Features

* **api:** issue [VirtusLab-Open-Source#209](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/209) - find all by author ([e47684a](e47684a))
* author entity props blocking ([VirtusLab-Open-Source#186](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/186)) ([6134f1e](6134f1e))
* basic filters options added to Discover and Reports ([074d23a](074d23a))
* comments custom field [CU-2tn2923] ([VirtusLab-Open-Source#157](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/157)) ([aaac8a0](aaac8a0)), closes [VirtusLab-Open-Source#158](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/158)
* create reports page [CU-20rfmkv] ([VirtusLab-Open-Source#153](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/153)) ([15b9b57](15b9b57))
* custom fields on server-side [CU-xhcmx-63] ([VirtusLab-Open-Source#161](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/161)) ([a284d59](a284d59))
* typescripted client service and controllers ([eddd4b3](eddd4b3))
gabrielsclimaco pushed a commit to zrp/uqbar-strapi-plugin-comments that referenced this pull request Dec 20, 2023
* add types to Avatar component ([f12ea9c](f12ea9c))
* author blocked props ([d9d0777](d9d0777))
* author population ([VirtusLab-Open-Source#177](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/177)) ([5ba0d85](5ba0d85))
* change error 403 test ([99ec162](99ec162))
* custom field on existing entity ([VirtusLab-Open-Source#178](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/178)) ([5e6cc63](5e6cc63))
* fixed UserAvatar typing ([dd179c7](dd179c7))
* fixes after merge ([3b9eee2](3b9eee2))
* issue [VirtusLab-Open-Source#199](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/199) - undeclared codemirror dependency causes build crash ([ccc1f98](ccc1f98))
* issue [VirtusLab-Open-Source#201](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/201) fix the filtering by thread ([bdc292a](bdc292a))
* issue [VirtusLab-Open-Source#220](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/220), issue [VirtusLab-Open-Source#221](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/221) ([VirtusLab-Open-Source#222](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/222)) ([03d504a](03d504a))
* load only existing translations ([e0cea8d](e0cea8d))
* package.json outdated ([1ef26e5](1ef26e5))
* peer dependency ([50bd59c](50bd59c))
* stick to older match-sorter dependency following strapi ([70dd408](70dd408))
* strapi 4.13 packages alignment ([VirtusLab-Open-Source#229](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/229)) ([3432cd2](3432cd2))
* strapi v4.7.1 compatibility fix because of dependencies ([563f86c](563f86c))
* unused import removed ([ac7d47f](ac7d47f))

* **api:** issue [VirtusLab-Open-Source#209](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/209) - find all by author ([e47684a](e47684a))
* author entity props blocking ([VirtusLab-Open-Source#186](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/186)) ([6134f1e](6134f1e))
* basic filters options added to Discover and Reports ([074d23a](074d23a))
* comments custom field [CU-2tn2923] ([VirtusLab-Open-Source#157](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/157)) ([aaac8a0](aaac8a0)), closes [VirtusLab-Open-Source#158](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/158)
* create reports page [CU-20rfmkv] ([VirtusLab-Open-Source#153](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/153)) ([15b9b57](15b9b57))
* custom fields on server-side [CU-xhcmx-63] ([VirtusLab-Open-Source#161](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/161)) ([a284d59](a284d59))
* typescripted client service and controllers ([eddd4b3](eddd4b3))
gabrielsclimaco pushed a commit to zrp/uqbar-strapi-plugin-comments that referenced this pull request Dec 20, 2023
* add types to Avatar component ([f12ea9c](f12ea9c))
* author blocked props ([d9d0777](d9d0777))
* author population ([VirtusLab-Open-Source#177](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/177)) ([5ba0d85](5ba0d85))
* change error 403 test ([99ec162](99ec162))
* custom field on existing entity ([VirtusLab-Open-Source#178](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/178)) ([5e6cc63](5e6cc63))
* fixed UserAvatar typing ([dd179c7](dd179c7))
* fixes after merge ([3b9eee2](3b9eee2))
* issue [VirtusLab-Open-Source#199](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/199) - undeclared codemirror dependency causes build crash ([ccc1f98](ccc1f98))
* issue [VirtusLab-Open-Source#201](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/201) fix the filtering by thread ([bdc292a](bdc292a))
* issue [VirtusLab-Open-Source#220](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/220), issue [VirtusLab-Open-Source#221](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/221) ([VirtusLab-Open-Source#222](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/222)) ([03d504a](03d504a))
* load only existing translations ([e0cea8d](e0cea8d))
* package.json outdated ([1ef26e5](1ef26e5))
* peer dependency ([50bd59c](50bd59c))
* stick to older match-sorter dependency following strapi ([70dd408](70dd408))
* strapi 4.13 packages alignment ([VirtusLab-Open-Source#229](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/229)) ([3432cd2](3432cd2))
* strapi v4.7.1 compatibility fix because of dependencies ([563f86c](563f86c))
* unused import removed ([ac7d47f](ac7d47f))

* **api:** issue [VirtusLab-Open-Source#209](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/209) - find all by author ([e47684a](e47684a))
* author entity props blocking ([VirtusLab-Open-Source#186](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/186)) ([6134f1e](6134f1e))
* basic filters options added to Discover and Reports ([074d23a](074d23a))
* comments custom field [CU-2tn2923] ([VirtusLab-Open-Source#157](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/157)) ([aaac8a0](aaac8a0)), closes [VirtusLab-Open-Source#158](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/158)
* create reports page [CU-20rfmkv] ([VirtusLab-Open-Source#153](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/153)) ([15b9b57](15b9b57))
* custom fields on server-side [CU-xhcmx-63] ([VirtusLab-Open-Source#161](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/161)) ([a284d59](a284d59))
* typescripted client service and controllers ([eddd4b3](eddd4b3))
github-actions bot pushed a commit to zrp/uqbar-strapi-plugin-comments that referenced this pull request Dec 20, 2023
# [1.1.0](v1.0.2...v1.1.0) (2023-12-20)

### Bug Fixes

* add types to Avatar component ([f12ea9c](f12ea9c))
* author blocked props ([d9d0777](d9d0777))
* author population ([VirtusLab-Open-Source#177](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/177)) ([5ba0d85](5ba0d85))
* change error 403 test ([99ec162](99ec162))
* custom field on existing entity ([VirtusLab-Open-Source#178](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/178)) ([5e6cc63](5e6cc63))
* fixed UserAvatar typing ([dd179c7](dd179c7))
* fixes after merge ([3b9eee2](3b9eee2))
* issue [VirtusLab-Open-Source#199](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/199) - undeclared codemirror dependency causes build crash ([ccc1f98](ccc1f98))
* issue [VirtusLab-Open-Source#201](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/201) fix the filtering by thread ([bdc292a](bdc292a))
* issue [VirtusLab-Open-Source#220](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/220), issue [VirtusLab-Open-Source#221](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/221) ([VirtusLab-Open-Source#222](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/222)) ([03d504a](03d504a))
* load only existing translations ([e0cea8d](e0cea8d))
* package.json outdated ([1ef26e5](1ef26e5))
* peer dependency ([50bd59c](50bd59c))
* stick to older match-sorter dependency following strapi ([70dd408](70dd408))
* strapi 4.13 packages alignment ([VirtusLab-Open-Source#229](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/229)) ([3432cd2](3432cd2))
* strapi v4.7.1 compatibility fix because of dependencies ([563f86c](563f86c))
* unused import removed ([ac7d47f](ac7d47f))

### Features

* **api:** issue [VirtusLab-Open-Source#209](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/209) - find all by author ([e47684a](e47684a))
* author entity props blocking ([VirtusLab-Open-Source#186](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/186)) ([6134f1e](6134f1e))
* basic filters options added to Discover and Reports ([074d23a](074d23a))
* comments custom field [CU-2tn2923] ([VirtusLab-Open-Source#157](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/157)) ([aaac8a0](aaac8a0)), closes [VirtusLab-Open-Source#158](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/158)
* create reports page [CU-20rfmkv] ([VirtusLab-Open-Source#153](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/153)) ([15b9b57](15b9b57))
* custom fields on server-side [CU-xhcmx-63] ([VirtusLab-Open-Source#161](https://github.com/zrp/uqbar-strapi-plugin-comments/issues/161)) ([a284d59](a284d59))
* typescripted client service and controllers ([eddd4b3](eddd4b3))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants