Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix postByConnectionQuery * Squashed commit of the following: commit 6e157db Author: Peter Harrison <[email protected]> Date: Wed Feb 28 13:49:06 2024 -0800 Revert "Revert "feat: Integrated Dicebear Library To Enhance Security (#1585)…" (#1635) This reverts commit ebcc977. commit ebcc977 Author: Peter Harrison <[email protected]> Date: Wed Feb 28 13:47:08 2024 -0800 Revert "feat: Integrated Dicebear Library To Enhance Security (#1585)" (#1634) This reverts commit 7828c40. commit da8df05 Author: Peter Harrison <[email protected]> Date: Wed Feb 28 13:46:19 2024 -0800 Revert "Revert "feat: Add support for Action Items (#1596)" (#1632)" (#1633) This reverts commit 22bdfa9. commit 22bdfa9 Author: Peter Harrison <[email protected]> Date: Wed Feb 28 13:44:15 2024 -0800 Revert "feat: Add support for Action Items (#1596)" (#1632) This reverts commit a71db3b. commit a71db3b Author: Meetul Rathore <[email protected]> Date: Thu Feb 29 00:24:58 2024 +0530 feat: Add support for Action Items (#1596) * add mutations and queries * add translations * add tests * add dropdown for toggling settings on small screens * minor corrections * minor change * initial changes * basic design * add basic modals * add create action item functionality * add update functionality * add delete functionality * add details modal * extract modals and restructure * add sorting * remove unnecessary files * add filters and design adjustments * add translations * don't show disabled action item categories * add tests for OrganizationActionItems.tsx * add tests for ActionItemContainer.tsx * add filters section * minor adjustments * move mutations and queries into separate files * fix failing test * format files * use css variables for colors * write test for IconComponent.tsx commit 7828c40 Author: Akhilender Bongirwar <[email protected]> Date: Wed Feb 28 17:59:21 2024 +0530 feat: Integrated Dicebear Library To Enhance Security (#1585) * feat: Integrated Dicebear Library To Enhance Security - Added the Dicebear library as a dependency to the project. - Imported the necessary functions from the library. - Created a new `Avatar` component that utilizes the Dicebear library locally. - Updated the component to accept `name`, `alt`, and `size` as props. - Utilized the Dicebear library to generate avatars with initials. - Removed direct HTTP API calls from the codebase. - Replaced instances of direct HTTP API calls with the newly created `Avatar` component. - Updated the exisiting tests and ensured the tests are still valid. - Mitigated security risks associated with SSRF and XSS attacks by eliminating direct HTTP API calls. - By using the Dicebear library locally, we reduce potential vulnerabilities. - Ensured no other functionality is affected. Signed-off-by: Akhilender <[email protected]> * fix: Reverted changes in the tests - Reverted the Avatar component in all the tests as they are redundant in tests except where it is needed. - Ensured all the remaning tests are succesfully passing. Signed-off-by: Akhilender <[email protected]> * fix: Added dynamic style - Handled case where no alt tag is provided by adding default alt value. - dynamic rendering for className for img tag in avatar component - Dynamic rendering for test-id - Replaced suitable changes for the above properties added Signed-off-by: Akhilender <[email protected]> * fix: modified test Signed-off-by: Akhilender <[email protected]> * fix: resolved conflict Signed-off-by: Akhilender <[email protected]> --------- Signed-off-by: Akhilender <[email protected]> commit 092b9f6 Author: Disha Talreja <[email protected]> Date: Tue Feb 27 23:13:24 2024 +0530 feat: implemented support to upload media while creating and updating advertisements (#1529) * feat: implemented support to upload media in advertisement register component * fix: failing tests * fix: failing tests * removed commented code * fix: failing tests * renamed link variable to mediaUrl * updated the type of mediaUrl * updated schema and mutation for createAdvertisement * removed unused variables * Added support to display advertisement image/video in user portal * fix: failing tests * fix: failing tests * reverted unwanted changes * fix: failing tests * fix: failing tests * added translations for different languages and improved variable names * Updated variable name and input fields for creating advertisements * fix: failing tests * fix: failing tests * updated get advertisement query * fix: update advertisement feature * removed unwanted curly braces * fix failing tests * updated type of file * fix: formatting issues * fix: formatting issues * updated variable name and fix cross origin error * removed: unwanted curly braces * fix: failing tests * added oragnization resolver for advertisement * removed unwanted code * fix: failing tests * fix: formatting issues * fix: formatting issues * fix: formatting issues * fix: failing tests * fix: advertisements not rendering * fix: removed unused imports * fix: linting errors * Update documentation * Updated mutation to delete advertisement * Update documentation * fix: formatting issues * fix: type error * fix: lint errors * fix: error * fix: advertisements not rendering on user portal * fix: not same origin error while rendering video * Updated deleteAdvertisement mutation and advertisementsConnection mutation * fix: failing tests commit 9ffa02b Author: Peter Harrison <[email protected]> Date: Tue Feb 27 09:19:26 2024 -0800 Enforce Node v20 commit 9d2689a Author: Anvita Mahajan <[email protected]> Date: Tue Feb 27 22:21:20 2024 +0530 Increased code coverage for src/components/AddOn/core/AddOnStore/AddOnStore.tsx file (#1614) * Added tests for AddOnStore/AddOnStore.tsx * Fixed linting errors * Fixed warnings due to linting errors * Removed commented code * fix formatting error * fix * added test * created fund screen * added update fund feature * funds feature completed * added tests * fix test * merged develop * fix deletion error * fix * remove unwanted file * remove unwanted file * remove unwanted file * added doc for remove fund mutation * fixed eslint * fixed eslint * fix * removed unwanted file * fix formatting error * fix faiing test
- Loading branch information