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: resend register invite #397

Merged
merged 3 commits into from
Oct 4, 2024
Merged

Conversation

BEdev24
Copy link
Contributor

@BEdev24 BEdev24 commented Oct 3, 2024

List of changes

  • Added endpoint for resending the register invite.

Copy link

vercel bot commented Oct 3, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
cc-portal ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 4, 2024 2:47pm

Copy link

github-actions bot commented Oct 3, 2024

✅ All checks succeeded

3 similar comments
Copy link

github-actions bot commented Oct 3, 2024

✅ All checks succeeded

Copy link

github-actions bot commented Oct 3, 2024

✅ All checks succeeded

Copy link

github-actions bot commented Oct 3, 2024

✅ All checks succeeded

Copy link

github-actions bot commented Oct 4, 2024

✅ All checks succeeded

Copy link

github-actions bot commented Oct 4, 2024

✅ All checks succeeded

2 similar comments
Copy link

github-actions bot commented Oct 4, 2024

✅ All checks succeeded

Copy link

github-actions bot commented Oct 4, 2024

✅ All checks succeeded

Copy link

github-actions bot commented Oct 4, 2024

✅ All checks succeeded

Copy link

github-actions bot commented Oct 4, 2024

✅ All checks succeeded

2 similar comments
Copy link

github-actions bot commented Oct 4, 2024

✅ All checks succeeded

Copy link

github-actions bot commented Oct 4, 2024

✅ All checks succeeded

@BEdev24 BEdev24 merged commit 2fb2be7 into develop Oct 4, 2024
6 checks passed
Copy link

github-actions bot commented Oct 4, 2024

@BEdev24
This PR is in the tag: develop-2fb2be79b198cd30600b2008d61576b3091c7ad1 , for frontend service

Copy link

github-actions bot commented Oct 4, 2024

@BEdev24
This PR is in the tag: develop-2fb2be79b198cd30600b2008d61576b3091c7ad1 , for worker service

Copy link

github-actions bot commented Oct 4, 2024

@BEdev24
This PR is in the tag: develop-2fb2be79b198cd30600b2008d61576b3091c7ad1 , for backend service

BEdev24 added a commit that referenced this pull request Oct 29, 2024
* feat: added new selectors

* feat: Upload button selector ids

* feat: Input and Select  selector ids

* feat: User List table selector ids

* fix: MultipleSelect rename selector ids

* fix: Rename Upload component selctor ids

* feat: Modal action buttons selector ids-Add member and Upload constitution

* feat: AdminTopNav Search component selector id

* feat: Admin signout & modal selector ids

* feat: AdminTopNav buttons selector ids

* feat: Navigation links selector ids

* Feat: Footer selector ids

* feat: Constitution page selector ids

* feat: Latest updates and votes selector ids

* feat: GA table selector ids

* fix dockle scan on ci

* fix registry login

* debug imgs

* scan tar imgs

* test

* add tar cleanup

* test

* pr workflow fix

* declutter dockle

* add comment

* add microservice in pr comment

* test w/ individual service failing

* fix dockerfile

* fix: vote table row responsiveness

* Refactor/change logic for file upload to S3 (#328)

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* feat: dht-queue (#336)

Added persistent dht-queue which will be responsible for publishing cid to dht

* refactor: image upload to S3 (#337)

* fitx/rationale-governance-format

Rationale - Removed body.references since it will be empty until CC-portal enables that feature
GAP title and abstract is now parsing in compatibility with CIP-0108 (body.title, body.abstract)

* chore: change guides btn link

* fix: rm-gap-title-abstract-len-constraint

Remove len constraints for gap.title and gap.abstract (was 80 and 2500 char length)
fixed error if db data is undefined when fetching from db sync

* refactor: add redis username

Added username env variable within backend/worker-service/ipfs-service

* Fix add redis creds (#343)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* Fix add redis creds (#344)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

* refactor: cache docker-compose

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* fix: typo

* fix: typo

* refactor: cache service

* refactor/redis-auth (#345)

* fix: plural grammar corrections

* refactor: pruning worker processors (#346)

* fix: latest updates content overlaping

* refactor: ipfs service path and minor refactoring

* fix: usersnap remove other buttons (#323)

* fix: Overlapping on tables

* fix: don't show top banner on mainnet

* fix: show more btn not loading more content, update env example

* refactor: renamed migration name for gap len constraint removal

* refactor: ipfs volume

* add correct vars (#352)

Co-authored-by: nike-getto <[email protected]>

* fix: ipfs-redis-service (#360)

* fix/ipfs-redis-service: tls connection to redis

* fix/ipfs-redis-service: tls connection to redis

* fix/gov-search-rationale-votes: user votes and rationale are being checked when data is fetched (#359)

Co-authored-by: BEDev24 <[email protected]>

* fix: usersnap showing all on path change

* fix: Remove comments for selector ids

* fix: Usersnap query params issue

* fix/logging-magic-link: disabled mailing on local (#363)

* fix: search not unchecking filters after clicking on clear

* fix/add-indexes-to-searchable-columns: added indexes to searcable columns in the database (#394)

* feat: resend register invite (#397)

* feature/resend-register-invite: added endpoint for resending the register invite

* feature/resend-register-invite: minor changes

* feature/resend-register-invite: minor changes

* feat: resend invitation, inactive/active, hard delete

* feature/hard-delete-user: added hard delete user ability (#398)

* Feat: hard delete user (#400)

* feature/hard-delete-user: added hard delete user ability

* feature/hard-delete-user: updated swagger

* feat: hard delete user (#401)

* feature/hard-delete-user: added hard delete user ability

* feature/hard-delete-user: updated swagger

* feature/hard-delete-user: try catch for removing profile photo

* feat: implement delete user

* chore: refactor delete button component

* test/remove-users: added unit tests (#406)

* fix/sorting-users: sorted users by name in ascending order (#408)

* feat: add switch user modal and remove X button from role bar on admin dashboard

* fix: allow super admin to change status of cc memeber

* fix/sync-votes: sync vote rationale url (#412)

* fix: sync votes (#418)

* fix/sync-votes: sync vote rationale url

* fix/sync-votes: fixed unit tests

* feat: constitution page design improvements

* refactor/open-port-3002

* added rationale link on latest updates table

* refactor/worker-bull-borad

* feat: implemented new contents design

* fix: contents scroll

---------

Co-authored-by: nikolajovancevic <[email protected]>
Co-authored-by: Kristina <[email protected]>
Co-authored-by: Baja-KS <[email protected]>
Co-authored-by: Lazar Lukić <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>
Co-authored-by: kubet <[email protected]>
Co-authored-by: Kristina <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
BEdev24 added a commit that referenced this pull request Oct 31, 2024
* feat: added new selectors

* feat: Upload button selector ids

* feat: Input and Select  selector ids

* feat: User List table selector ids

* fix: MultipleSelect rename selector ids

* fix: Rename Upload component selctor ids

* feat: Modal action buttons selector ids-Add member and Upload constitution

* feat: AdminTopNav Search component selector id

* feat: Admin signout & modal selector ids

* feat: AdminTopNav buttons selector ids

* feat: Navigation links selector ids

* Feat: Footer selector ids

* feat: Constitution page selector ids

* feat: Latest updates and votes selector ids

* feat: GA table selector ids

* fix dockle scan on ci

* fix registry login

* debug imgs

* scan tar imgs

* test

* add tar cleanup

* test

* pr workflow fix

* declutter dockle

* add comment

* add microservice in pr comment

* test w/ individual service failing

* fix dockerfile

* fix: vote table row responsiveness

* Refactor/change logic for file upload to S3 (#328)

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* feat: dht-queue (#336)

Added persistent dht-queue which will be responsible for publishing cid to dht

* refactor: image upload to S3 (#337)

* fitx/rationale-governance-format

Rationale - Removed body.references since it will be empty until CC-portal enables that feature
GAP title and abstract is now parsing in compatibility with CIP-0108 (body.title, body.abstract)

* chore: change guides btn link

* fix: rm-gap-title-abstract-len-constraint

Remove len constraints for gap.title and gap.abstract (was 80 and 2500 char length)
fixed error if db data is undefined when fetching from db sync

* refactor: add redis username

Added username env variable within backend/worker-service/ipfs-service

* Fix add redis creds (#343)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* Fix add redis creds (#344)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

* refactor: cache docker-compose

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* fix: typo

* fix: typo

* refactor: cache service

* refactor/redis-auth (#345)

* fix: plural grammar corrections

* refactor: pruning worker processors (#346)

* fix: latest updates content overlaping

* refactor: ipfs service path and minor refactoring

* fix: usersnap remove other buttons (#323)

* fix: Overlapping on tables

* fix: don't show top banner on mainnet

* fix: show more btn not loading more content, update env example

* refactor: renamed migration name for gap len constraint removal

* refactor: ipfs volume

* add correct vars (#352)

Co-authored-by: nike-getto <[email protected]>

* fix: ipfs-redis-service (#360)

* fix/ipfs-redis-service: tls connection to redis

* fix/ipfs-redis-service: tls connection to redis

* fix/gov-search-rationale-votes: user votes and rationale are being checked when data is fetched (#359)

Co-authored-by: BEDev24 <[email protected]>

* fix: usersnap showing all on path change

* fix: Remove comments for selector ids

* fix: Usersnap query params issue

* fix/logging-magic-link: disabled mailing on local (#363)

* fix: search not unchecking filters after clicking on clear

* fix/add-indexes-to-searchable-columns: added indexes to searcable columns in the database (#394)

* feat: resend register invite (#397)

* feature/resend-register-invite: added endpoint for resending the register invite

* feature/resend-register-invite: minor changes

* feature/resend-register-invite: minor changes

* feat: resend invitation, inactive/active, hard delete

* feature/hard-delete-user: added hard delete user ability (#398)

* Feat: hard delete user (#400)

* feature/hard-delete-user: added hard delete user ability

* feature/hard-delete-user: updated swagger

* feat: hard delete user (#401)

* feature/hard-delete-user: added hard delete user ability

* feature/hard-delete-user: updated swagger

* feature/hard-delete-user: try catch for removing profile photo

* feat: implement delete user

* chore: refactor delete button component

* test/remove-users: added unit tests (#406)

* fix/sorting-users: sorted users by name in ascending order (#408)

* feat: add switch user modal and remove X button from role bar on admin dashboard

* fix: allow super admin to change status of cc memeber

* fix/sync-votes: sync vote rationale url (#412)

* fix: sync votes (#418)

* fix/sync-votes: sync vote rationale url

* fix/sync-votes: fixed unit tests

* feat: constitution page design improvements

* refactor/open-port-3002

* added rationale link on latest updates table

* refactor/worker-bull-borad

* feat: implemented new contents design

* fix: contents scroll

* fix: navigation side bar visual known issues

* fix: tooltip not showing on accordion summary

* fix: tooltip not showing on accordion summary

---------

Co-authored-by: nikolajovancevic <[email protected]>
Co-authored-by: Kristina <[email protected]>
Co-authored-by: Baja-KS <[email protected]>
Co-authored-by: Lazar Lukić <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>
Co-authored-by: kubet <[email protected]>
Co-authored-by: Kristina <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
BEdev24 added a commit that referenced this pull request Nov 1, 2024
* fix: add correct env vars (#353)

* fix dockle scan on ci

* fix registry login

* debug imgs

* scan tar imgs

* test

* add tar cleanup

* test

* pr workflow fix

* declutter dockle

* add comment

* add microservice in pr comment

* test w/ individual service failing

* fix dockerfile

* fix: vote table row responsiveness

* Refactor/change logic for file upload to S3 (#328)

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* feat: dht-queue (#336)

Added persistent dht-queue which will be responsible for publishing cid to dht

* refactor: image upload to S3 (#337)

* fitx/rationale-governance-format

Rationale - Removed body.references since it will be empty until CC-portal enables that feature
GAP title and abstract is now parsing in compatibility with CIP-0108 (body.title, body.abstract)

* chore: change guides btn link

* fix: rm-gap-title-abstract-len-constraint

Remove len constraints for gap.title and gap.abstract (was 80 and 2500 char length)
fixed error if db data is undefined when fetching from db sync

* refactor: add redis username

Added username env variable within backend/worker-service/ipfs-service

* Fix add redis creds (#343)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* Fix add redis creds (#344)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

* refactor: cache docker-compose

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* fix: typo

* fix: typo

* refactor: cache service

* refactor/redis-auth (#345)

* fix: plural grammar corrections

* refactor: pruning worker processors (#346)

* fix: latest updates content overlaping

* refactor: ipfs service path and minor refactoring

* fix: usersnap remove other buttons (#323)

* fix: Overlapping on tables

* fix: don't show top banner on mainnet

* fix: show more btn not loading more content, update env example

* refactor: renamed migration name for gap len constraint removal

* refactor: ipfs volume

* add correct vars (#352)

Co-authored-by: nike-getto <[email protected]>

---------

Co-authored-by: Baja-KS <[email protected]>
Co-authored-by: Lazar Lukić <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>
Co-authored-by: kubet <[email protected]>

* fix:redis-tls (#361)

* fix dockle scan on ci

* fix registry login

* debug imgs

* scan tar imgs

* test

* add tar cleanup

* test

* pr workflow fix

* declutter dockle

* add comment

* add microservice in pr comment

* test w/ individual service failing

* fix dockerfile

* fix: vote table row responsiveness

* Refactor/change logic for file upload to S3 (#328)

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* feat: dht-queue (#336)

Added persistent dht-queue which will be responsible for publishing cid to dht

* refactor: image upload to S3 (#337)

* fitx/rationale-governance-format

Rationale - Removed body.references since it will be empty until CC-portal enables that feature
GAP title and abstract is now parsing in compatibility with CIP-0108 (body.title, body.abstract)

* chore: change guides btn link

* fix: rm-gap-title-abstract-len-constraint

Remove len constraints for gap.title and gap.abstract (was 80 and 2500 char length)
fixed error if db data is undefined when fetching from db sync

* refactor: add redis username

Added username env variable within backend/worker-service/ipfs-service

* Fix add redis creds (#343)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* Fix add redis creds (#344)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

* refactor: cache docker-compose

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* fix: typo

* fix: typo

* refactor: cache service

* refactor/redis-auth (#345)

* fix: plural grammar corrections

* refactor: pruning worker processors (#346)

* fix: latest updates content overlaping

* refactor: ipfs service path and minor refactoring

* fix: usersnap remove other buttons (#323)

* fix: Overlapping on tables

* fix: don't show top banner on mainnet

* fix: show more btn not loading more content, update env example

* refactor: renamed migration name for gap len constraint removal

* refactor: ipfs volume

* add correct vars (#352)

Co-authored-by: nike-getto <[email protected]>

* fix: ipfs-redis-service (#360)

* fix/ipfs-redis-service: tls connection to redis

* fix/ipfs-redis-service: tls connection to redis

---------

Co-authored-by: Baja-KS <[email protected]>
Co-authored-by: Lazar Lukić <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>
Co-authored-by: kubet <[email protected]>

* fix:add-update-rationale-button (#364)

* fix dockle scan on ci

* fix registry login

* debug imgs

* scan tar imgs

* test

* add tar cleanup

* test

* pr workflow fix

* declutter dockle

* add comment

* add microservice in pr comment

* test w/ individual service failing

* fix dockerfile

* fix: vote table row responsiveness

* Refactor/change logic for file upload to S3 (#328)

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* feat: dht-queue (#336)

Added persistent dht-queue which will be responsible for publishing cid to dht

* refactor: image upload to S3 (#337)

* fitx/rationale-governance-format

Rationale - Removed body.references since it will be empty until CC-portal enables that feature
GAP title and abstract is now parsing in compatibility with CIP-0108 (body.title, body.abstract)

* chore: change guides btn link

* fix: rm-gap-title-abstract-len-constraint

Remove len constraints for gap.title and gap.abstract (was 80 and 2500 char length)
fixed error if db data is undefined when fetching from db sync

* refactor: add redis username

Added username env variable within backend/worker-service/ipfs-service

* Fix add redis creds (#343)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* Fix add redis creds (#344)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

* refactor: cache docker-compose

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* fix: typo

* fix: typo

* refactor: cache service

* refactor/redis-auth (#345)

* fix: plural grammar corrections

* refactor: pruning worker processors (#346)

* fix: latest updates content overlaping

* refactor: ipfs service path and minor refactoring

* fix: usersnap remove other buttons (#323)

* fix: Overlapping on tables

* fix: don't show top banner on mainnet

* fix: show more btn not loading more content, update env example

* refactor: renamed migration name for gap len constraint removal

* refactor: ipfs volume

* add correct vars (#352)

Co-authored-by: nike-getto <[email protected]>

* fix: ipfs-redis-service (#360)

* fix/ipfs-redis-service: tls connection to redis

* fix/ipfs-redis-service: tls connection to redis

* fix/gov-search-rationale-votes: user votes and rationale are being checked when data is fetched (#359)

Co-authored-by: BEDev24 <[email protected]>

---------

Co-authored-by: Baja-KS <[email protected]>
Co-authored-by: Lazar Lukić <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>
Co-authored-by: kubet <[email protected]>

* refactor/staging-deploy (#380)

* Update merge.yaml

* refactor: pr pipeline

* merge develop-staging (#381)

* feat: added new selectors

* feat: Upload button selector ids

* feat: Input and Select  selector ids

* feat: User List table selector ids

* fix: MultipleSelect rename selector ids

* fix: Rename Upload component selctor ids

* feat: Modal action buttons selector ids-Add member and Upload constitution

* feat: AdminTopNav Search component selector id

* feat: Admin signout & modal selector ids

* feat: AdminTopNav buttons selector ids

* feat: Navigation links selector ids

* Feat: Footer selector ids

* feat: Constitution page selector ids

* feat: Latest updates and votes selector ids

* feat: GA table selector ids

* fix dockle scan on ci

* fix registry login

* debug imgs

* scan tar imgs

* test

* add tar cleanup

* test

* pr workflow fix

* declutter dockle

* add comment

* add microservice in pr comment

* test w/ individual service failing

* fix dockerfile

* fix: vote table row responsiveness

* Refactor/change logic for file upload to S3 (#328)

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* feat: dht-queue (#336)

Added persistent dht-queue which will be responsible for publishing cid to dht

* refactor: image upload to S3 (#337)

* fitx/rationale-governance-format

Rationale - Removed body.references since it will be empty until CC-portal enables that feature
GAP title and abstract is now parsing in compatibility with CIP-0108 (body.title, body.abstract)

* chore: change guides btn link

* fix: rm-gap-title-abstract-len-constraint

Remove len constraints for gap.title and gap.abstract (was 80 and 2500 char length)
fixed error if db data is undefined when fetching from db sync

* refactor: add redis username

Added username env variable within backend/worker-service/ipfs-service

* Fix add redis creds (#343)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* Fix add redis creds (#344)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

* refactor: cache docker-compose

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* fix: typo

* fix: typo

* refactor: cache service

* refactor/redis-auth (#345)

* fix: plural grammar corrections

* refactor: pruning worker processors (#346)

* fix: latest updates content overlaping

* refactor: ipfs service path and minor refactoring

* fix: usersnap remove other buttons (#323)

* fix: Overlapping on tables

* fix: don't show top banner on mainnet

* fix: show more btn not loading more content, update env example

* refactor: renamed migration name for gap len constraint removal

* refactor: ipfs volume

* add correct vars (#352)

Co-authored-by: nike-getto <[email protected]>

* fix: ipfs-redis-service (#360)

* fix/ipfs-redis-service: tls connection to redis

* fix/ipfs-redis-service: tls connection to redis

* fix/gov-search-rationale-votes: user votes and rationale are being checked when data is fetched (#359)

Co-authored-by: BEDev24 <[email protected]>

* fix: usersnap showing all on path change

* fix: Remove comments for selector ids

* fix: Usersnap query params issue

---------

Co-authored-by: nikolajovancevic <[email protected]>
Co-authored-by: Kristina <[email protected]>
Co-authored-by: Baja-KS <[email protected]>
Co-authored-by: Lazar Lukić <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>
Co-authored-by: kubet <[email protected]>
Co-authored-by: Kristina <[email protected]>

* refactor:staging-branch (#382)

* Update merge.yaml (#387)

* Develop (#421)

* feat: added new selectors

* feat: Upload button selector ids

* feat: Input and Select  selector ids

* feat: User List table selector ids

* fix: MultipleSelect rename selector ids

* fix: Rename Upload component selctor ids

* feat: Modal action buttons selector ids-Add member and Upload constitution

* feat: AdminTopNav Search component selector id

* feat: Admin signout & modal selector ids

* feat: AdminTopNav buttons selector ids

* feat: Navigation links selector ids

* Feat: Footer selector ids

* feat: Constitution page selector ids

* feat: Latest updates and votes selector ids

* feat: GA table selector ids

* fix dockle scan on ci

* fix registry login

* debug imgs

* scan tar imgs

* test

* add tar cleanup

* test

* pr workflow fix

* declutter dockle

* add comment

* add microservice in pr comment

* test w/ individual service failing

* fix dockerfile

* fix: vote table row responsiveness

* Refactor/change logic for file upload to S3 (#328)

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* feat: dht-queue (#336)

Added persistent dht-queue which will be responsible for publishing cid to dht

* refactor: image upload to S3 (#337)

* fitx/rationale-governance-format

Rationale - Removed body.references since it will be empty until CC-portal enables that feature
GAP title and abstract is now parsing in compatibility with CIP-0108 (body.title, body.abstract)

* chore: change guides btn link

* fix: rm-gap-title-abstract-len-constraint

Remove len constraints for gap.title and gap.abstract (was 80 and 2500 char length)
fixed error if db data is undefined when fetching from db sync

* refactor: add redis username

Added username env variable within backend/worker-service/ipfs-service

* Fix add redis creds (#343)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* Fix add redis creds (#344)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

* refactor: cache docker-compose

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* fix: typo

* fix: typo

* refactor: cache service

* refactor/redis-auth (#345)

* fix: plural grammar corrections

* refactor: pruning worker processors (#346)

* fix: latest updates content overlaping

* refactor: ipfs service path and minor refactoring

* fix: usersnap remove other buttons (#323)

* fix: Overlapping on tables

* fix: don't show top banner on mainnet

* fix: show more btn not loading more content, update env example

* refactor: renamed migration name for gap len constraint removal

* refactor: ipfs volume

* add correct vars (#352)

Co-authored-by: nike-getto <[email protected]>

* fix: ipfs-redis-service (#360)

* fix/ipfs-redis-service: tls connection to redis

* fix/ipfs-redis-service: tls connection to redis

* fix/gov-search-rationale-votes: user votes and rationale are being checked when data is fetched (#359)

Co-authored-by: BEDev24 <[email protected]>

* fix: usersnap showing all on path change

* fix: Remove comments for selector ids

* fix: Usersnap query params issue

* fix/logging-magic-link: disabled mailing on local (#363)

* fix: search not unchecking filters after clicking on clear

* fix/add-indexes-to-searchable-columns: added indexes to searcable columns in the database (#394)

* feat: resend register invite (#397)

* feature/resend-register-invite: added endpoint for resending the register invite

* feature/resend-register-invite: minor changes

* feature/resend-register-invite: minor changes

* feat: resend invitation, inactive/active, hard delete

* feature/hard-delete-user: added hard delete user ability (#398)

* Feat: hard delete user (#400)

* feature/hard-delete-user: added hard delete user ability

* feature/hard-delete-user: updated swagger

* feat: hard delete user (#401)

* feature/hard-delete-user: added hard delete user ability

* feature/hard-delete-user: updated swagger

* feature/hard-delete-user: try catch for removing profile photo

* feat: implement delete user

* chore: refactor delete button component

* test/remove-users: added unit tests (#406)

* fix/sorting-users: sorted users by name in ascending order (#408)

* feat: add switch user modal and remove X button from role bar on admin dashboard

* fix: allow super admin to change status of cc memeber

* fix/sync-votes: sync vote rationale url (#412)

* fix: sync votes (#418)

* fix/sync-votes: sync vote rationale url

* fix/sync-votes: fixed unit tests

* feat: constitution page design improvements

* refactor/open-port-3002

* added rationale link on latest updates table

* refactor/worker-bull-borad

* feat: implemented new contents design

* fix: contents scroll

---------

Co-authored-by: nikolajovancevic <[email protected]>
Co-authored-by: Kristina <[email protected]>
Co-authored-by: Baja-KS <[email protected]>
Co-authored-by: Lazar Lukić <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>
Co-authored-by: kubet <[email protected]>
Co-authored-by: Kristina <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>

* fix:navigation-side-bar-issues (#434)

* feat: added new selectors

* feat: Upload button selector ids

* feat: Input and Select  selector ids

* feat: User List table selector ids

* fix: MultipleSelect rename selector ids

* fix: Rename Upload component selctor ids

* feat: Modal action buttons selector ids-Add member and Upload constitution

* feat: AdminTopNav Search component selector id

* feat: Admin signout & modal selector ids

* feat: AdminTopNav buttons selector ids

* feat: Navigation links selector ids

* Feat: Footer selector ids

* feat: Constitution page selector ids

* feat: Latest updates and votes selector ids

* feat: GA table selector ids

* fix dockle scan on ci

* fix registry login

* debug imgs

* scan tar imgs

* test

* add tar cleanup

* test

* pr workflow fix

* declutter dockle

* add comment

* add microservice in pr comment

* test w/ individual service failing

* fix dockerfile

* fix: vote table row responsiveness

* Refactor/change logic for file upload to S3 (#328)

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* feat: dht-queue (#336)

Added persistent dht-queue which will be responsible for publishing cid to dht

* refactor: image upload to S3 (#337)

* fitx/rationale-governance-format

Rationale - Removed body.references since it will be empty until CC-portal enables that feature
GAP title and abstract is now parsing in compatibility with CIP-0108 (body.title, body.abstract)

* chore: change guides btn link

* fix: rm-gap-title-abstract-len-constraint

Remove len constraints for gap.title and gap.abstract (was 80 and 2500 char length)
fixed error if db data is undefined when fetching from db sync

* refactor: add redis username

Added username env variable within backend/worker-service/ipfs-service

* Fix add redis creds (#343)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* Fix add redis creds (#344)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

* refactor: cache docker-compose

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* fix: typo

* fix: typo

* refactor: cache service

* refactor/redis-auth (#345)

* fix: plural grammar corrections

* refactor: pruning worker processors (#346)

* fix: latest updates content overlaping

* refactor: ipfs service path and minor refactoring

* fix: usersnap remove other buttons (#323)

* fix: Overlapping on tables

* fix: don't show top banner on mainnet

* fix: show more btn not loading more content, update env example

* refactor: renamed migration name for gap len constraint removal

* refactor: ipfs volume

* add correct vars (#352)

Co-authored-by: nike-getto <[email protected]>

* fix: ipfs-redis-service (#360)

* fix/ipfs-redis-service: tls connection to redis

* fix/ipfs-redis-service: tls connection to redis

* fix/gov-search-rationale-votes: user votes and rationale are being checked when data is fetched (#359)

Co-authored-by: BEDev24 <[email protected]>

* fix: usersnap showing all on path change

* fix: Remove comments for selector ids

* fix: Usersnap query params issue

* fix/logging-magic-link: disabled mailing on local (#363)

* fix: search not unchecking filters after clicking on clear

* fix/add-indexes-to-searchable-columns: added indexes to searcable columns in the database (#394)

* feat: resend register invite (#397)

* feature/resend-register-invite: added endpoint for resending the register invite

* feature/resend-register-invite: minor changes

* feature/resend-register-invite: minor changes

* feat: resend invitation, inactive/active, hard delete

* feature/hard-delete-user: added hard delete user ability (#398)

* Feat: hard delete user (#400)

* feature/hard-delete-user: added hard delete user ability

* feature/hard-delete-user: updated swagger

* feat: hard delete user (#401)

* feature/hard-delete-user: added hard delete user ability

* feature/hard-delete-user: updated swagger

* feature/hard-delete-user: try catch for removing profile photo

* feat: implement delete user

* chore: refactor delete button component

* test/remove-users: added unit tests (#406)

* fix/sorting-users: sorted users by name in ascending order (#408)

* feat: add switch user modal and remove X button from role bar on admin dashboard

* fix: allow super admin to change status of cc memeber

* fix/sync-votes: sync vote rationale url (#412)

* fix: sync votes (#418)

* fix/sync-votes: sync vote rationale url

* fix/sync-votes: fixed unit tests

* feat: constitution page design improvements

* refactor/open-port-3002

* added rationale link on latest updates table

* refactor/worker-bull-borad

* feat: implemented new contents design

* fix: contents scroll

* fix: navigation side bar visual known issues

* fix: tooltip not showing on accordion summary

* fix: tooltip not showing on accordion summary

---------

Co-authored-by: nikolajovancevic <[email protected]>
Co-authored-by: Kristina <[email protected]>
Co-authored-by: Baja-KS <[email protected]>
Co-authored-by: Lazar Lukić <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>
Co-authored-by: kubet <[email protected]>
Co-authored-by: Kristina <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>

* Update PreviewReasoningModal.tsx

---------

Co-authored-by: Baja-KS <[email protected]>
Co-authored-by: Lazar Lukić <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>
Co-authored-by: kubet <[email protected]>
Co-authored-by: nikolajovancevic <[email protected]>
Co-authored-by: Kristina <[email protected]>
Co-authored-by: Kristina <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
BEdev24 added a commit that referenced this pull request Nov 6, 2024
* feat: added new selectors

* feat: Upload button selector ids

* feat: Input and Select  selector ids

* feat: User List table selector ids

* fix: MultipleSelect rename selector ids

* fix: Rename Upload component selctor ids

* feat: Modal action buttons selector ids-Add member and Upload constitution

* feat: AdminTopNav Search component selector id

* feat: Admin signout & modal selector ids

* feat: AdminTopNav buttons selector ids

* feat: Navigation links selector ids

* Feat: Footer selector ids

* feat: Constitution page selector ids

* feat: Latest updates and votes selector ids

* feat: GA table selector ids

* fix dockle scan on ci

* fix registry login

* debug imgs

* scan tar imgs

* test

* add tar cleanup

* test

* pr workflow fix

* declutter dockle

* add comment

* add microservice in pr comment

* test w/ individual service failing

* fix dockerfile

* fix: vote table row responsiveness

* Refactor/change logic for file upload to S3 (#328)

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* feat: dht-queue (#336)

Added persistent dht-queue which will be responsible for publishing cid to dht

* refactor: image upload to S3 (#337)

* fitx/rationale-governance-format

Rationale - Removed body.references since it will be empty until CC-portal enables that feature
GAP title and abstract is now parsing in compatibility with CIP-0108 (body.title, body.abstract)

* chore: change guides btn link

* fix: rm-gap-title-abstract-len-constraint

Remove len constraints for gap.title and gap.abstract (was 80 and 2500 char length)
fixed error if db data is undefined when fetching from db sync

* refactor: add redis username

Added username env variable within backend/worker-service/ipfs-service

* Fix add redis creds (#343)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* Fix add redis creds (#344)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

* refactor: cache docker-compose

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* fix: typo

* fix: typo

* refactor: cache service

* refactor/redis-auth (#345)

* fix: plural grammar corrections

* refactor: pruning worker processors (#346)

* fix: latest updates content overlaping

* refactor: ipfs service path and minor refactoring

* fix: usersnap remove other buttons (#323)

* fix: Overlapping on tables

* fix: don't show top banner on mainnet

* fix: show more btn not loading more content, update env example

* refactor: renamed migration name for gap len constraint removal

* refactor: ipfs volume

* add correct vars (#352)

Co-authored-by: nike-getto <[email protected]>

* fix: ipfs-redis-service (#360)

* fix/ipfs-redis-service: tls connection to redis

* fix/ipfs-redis-service: tls connection to redis

* fix/gov-search-rationale-votes: user votes and rationale are being checked when data is fetched (#359)

Co-authored-by: BEDev24 <[email protected]>

* fix: usersnap showing all on path change

* fix: Remove comments for selector ids

* fix: Usersnap query params issue

* fix/logging-magic-link: disabled mailing on local (#363)

* fix: search not unchecking filters after clicking on clear

* fix/add-indexes-to-searchable-columns: added indexes to searcable columns in the database (#394)

* feat: resend register invite (#397)

* feature/resend-register-invite: added endpoint for resending the register invite

* feature/resend-register-invite: minor changes

* feature/resend-register-invite: minor changes

* feat: resend invitation, inactive/active, hard delete

* feature/hard-delete-user: added hard delete user ability (#398)

* Feat: hard delete user (#400)

* feature/hard-delete-user: added hard delete user ability

* feature/hard-delete-user: updated swagger

* feat: hard delete user (#401)

* feature/hard-delete-user: added hard delete user ability

* feature/hard-delete-user: updated swagger

* feature/hard-delete-user: try catch for removing profile photo

* feat: implement delete user

* chore: refactor delete button component

* test/remove-users: added unit tests (#406)

* fix/sorting-users: sorted users by name in ascending order (#408)

* feat: add switch user modal and remove X button from role bar on admin dashboard

* fix: allow super admin to change status of cc memeber

* fix/sync-votes: sync vote rationale url (#412)

* fix: sync votes (#418)

* fix/sync-votes: sync vote rationale url

* fix/sync-votes: fixed unit tests

* feat: constitution page design improvements

* refactor/open-port-3002

* added rationale link on latest updates table

* refactor/worker-bull-borad

* feat: implemented new contents design

* fix: contents scroll

* fix: navigation side bar visual known issues

* fix: tooltip not showing on accordion summary

* fix: tooltip not showing on accordion summary

* fix/change-user-name-validation: Endabled character | (pipe) in the user name (#443)

* fix: highlight selected heading in contents and fix layout issues on small device screens

* feat: add loader and registration username validation

* feat: merge ga and rationale modals and add links to footer

* chore: return deleted modal

* fix/bullmq-redis-reconnect: added option reconnect on error (#449)

* Update TOCLink.tsx

* Update GovActionModal.tsx

* Update PreviewReasoningModal.tsx

---------

Co-authored-by: nikolajovancevic <[email protected]>
Co-authored-by: Kristina <[email protected]>
Co-authored-by: Baja-KS <[email protected]>
Co-authored-by: Lazar Lukić <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>
Co-authored-by: kubet <[email protected]>
Co-authored-by: Kristina <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
BEdev24 added a commit that referenced this pull request Nov 7, 2024
* feat: added new selectors

* feat: Upload button selector ids

* feat: Input and Select  selector ids

* feat: User List table selector ids

* fix: MultipleSelect rename selector ids

* fix: Rename Upload component selctor ids

* feat: Modal action buttons selector ids-Add member and Upload constitution

* feat: AdminTopNav Search component selector id

* feat: Admin signout & modal selector ids

* feat: AdminTopNav buttons selector ids

* feat: Navigation links selector ids

* Feat: Footer selector ids

* feat: Constitution page selector ids

* feat: Latest updates and votes selector ids

* feat: GA table selector ids

* fix dockle scan on ci

* fix registry login

* debug imgs

* scan tar imgs

* test

* add tar cleanup

* test

* pr workflow fix

* declutter dockle

* add comment

* add microservice in pr comment

* test w/ individual service failing

* fix dockerfile

* fix: vote table row responsiveness

* Refactor/change logic for file upload to S3 (#328)

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* feat: dht-queue (#336)

Added persistent dht-queue which will be responsible for publishing cid to dht

* refactor: image upload to S3 (#337)

* fitx/rationale-governance-format

Rationale - Removed body.references since it will be empty until CC-portal enables that feature
GAP title and abstract is now parsing in compatibility with CIP-0108 (body.title, body.abstract)

* chore: change guides btn link

* fix: rm-gap-title-abstract-len-constraint

Remove len constraints for gap.title and gap.abstract (was 80 and 2500 char length)
fixed error if db data is undefined when fetching from db sync

* refactor: add redis username

Added username env variable within backend/worker-service/ipfs-service

* Fix add redis creds (#343)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* Fix add redis creds (#344)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

* refactor: cache docker-compose

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* fix: typo

* fix: typo

* refactor: cache service

* refactor/redis-auth (#345)

* fix: plural grammar corrections

* refactor: pruning worker processors (#346)

* fix: latest updates content overlaping

* refactor: ipfs service path and minor refactoring

* fix: usersnap remove other buttons (#323)

* fix: Overlapping on tables

* fix: don't show top banner on mainnet

* fix: show more btn not loading more content, update env example

* refactor: renamed migration name for gap len constraint removal

* refactor: ipfs volume

* add correct vars (#352)

Co-authored-by: nike-getto <[email protected]>

* fix: ipfs-redis-service (#360)

* fix/ipfs-redis-service: tls connection to redis

* fix/ipfs-redis-service: tls connection to redis

* fix/gov-search-rationale-votes: user votes and rationale are being checked when data is fetched (#359)

Co-authored-by: BEDev24 <[email protected]>

* fix: usersnap showing all on path change

* fix: Remove comments for selector ids

* fix: Usersnap query params issue

* fix/logging-magic-link: disabled mailing on local (#363)

* fix: search not unchecking filters after clicking on clear

* fix/add-indexes-to-searchable-columns: added indexes to searcable columns in the database (#394)

* feat: resend register invite (#397)

* feature/resend-register-invite: added endpoint for resending the register invite

* feature/resend-register-invite: minor changes

* feature/resend-register-invite: minor changes

* feat: resend invitation, inactive/active, hard delete

* feature/hard-delete-user: added hard delete user ability (#398)

* Feat: hard delete user (#400)

* feature/hard-delete-user: added hard delete user ability

* feature/hard-delete-user: updated swagger

* feat: hard delete user (#401)

* feature/hard-delete-user: added hard delete user ability

* feature/hard-delete-user: updated swagger

* feature/hard-delete-user: try catch for removing profile photo

* feat: implement delete user

* chore: refactor delete button component

* test/remove-users: added unit tests (#406)

* fix/sorting-users: sorted users by name in ascending order (#408)

* feat: add switch user modal and remove X button from role bar on admin dashboard

* fix: allow super admin to change status of cc memeber

* fix/sync-votes: sync vote rationale url (#412)

* fix: sync votes (#418)

* fix/sync-votes: sync vote rationale url

* fix/sync-votes: fixed unit tests

* feat: constitution page design improvements

* refactor/open-port-3002

* added rationale link on latest updates table

* refactor/worker-bull-borad

* feat: implemented new contents design

* fix: contents scroll

* fix: navigation side bar visual known issues

* fix: tooltip not showing on accordion summary

* fix: tooltip not showing on accordion summary

* fix/change-user-name-validation: Endabled character | (pipe) in the user name (#443)

* fix: highlight selected heading in contents and fix layout issues on small device screens

* feat: add loader and registration username validation

* feat: merge ga and rationale modals and add links to footer

* chore: return deleted modal

* fix/bullmq-redis-reconnect: added option reconnect on error (#449)

* fix: ga modal showing wrong date

* fix: handle date foramting types

---------

Co-authored-by: nikolajovancevic <[email protected]>
Co-authored-by: Kristina <[email protected]>
Co-authored-by: Baja-KS <[email protected]>
Co-authored-by: Lazar Lukić <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>
Co-authored-by: kubet <[email protected]>
Co-authored-by: Kristina <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
BEdev24 added a commit that referenced this pull request Nov 14, 2024
* fix: add correct env vars (#353)

* fix dockle scan on ci

* fix registry login

* debug imgs

* scan tar imgs

* test

* add tar cleanup

* test

* pr workflow fix

* declutter dockle

* add comment

* add microservice in pr comment

* test w/ individual service failing

* fix dockerfile

* fix: vote table row responsiveness

* Refactor/change logic for file upload to S3 (#328)

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* feat: dht-queue (#336)

Added persistent dht-queue which will be responsible for publishing cid to dht

* refactor: image upload to S3 (#337)

* fitx/rationale-governance-format

Rationale - Removed body.references since it will be empty until CC-portal enables that feature
GAP title and abstract is now parsing in compatibility with CIP-0108 (body.title, body.abstract)

* chore: change guides btn link

* fix: rm-gap-title-abstract-len-constraint

Remove len constraints for gap.title and gap.abstract (was 80 and 2500 char length)
fixed error if db data is undefined when fetching from db sync

* refactor: add redis username

Added username env variable within backend/worker-service/ipfs-service

* Fix add redis creds (#343)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* Fix add redis creds (#344)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

* refactor: cache docker-compose

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* fix: typo

* fix: typo

* refactor: cache service

* refactor/redis-auth (#345)

* fix: plural grammar corrections

* refactor: pruning worker processors (#346)

* fix: latest updates content overlaping

* refactor: ipfs service path and minor refactoring

* fix: usersnap remove other buttons (#323)

* fix: Overlapping on tables

* fix: don't show top banner on mainnet

* fix: show more btn not loading more content, update env example

* refactor: renamed migration name for gap len constraint removal

* refactor: ipfs volume

* add correct vars (#352)

Co-authored-by: nike-getto <[email protected]>

---------

Co-authored-by: Baja-KS <[email protected]>
Co-authored-by: Lazar Lukić <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>
Co-authored-by: kubet <[email protected]>

* fix:redis-tls (#361)

* fix dockle scan on ci

* fix registry login

* debug imgs

* scan tar imgs

* test

* add tar cleanup

* test

* pr workflow fix

* declutter dockle

* add comment

* add microservice in pr comment

* test w/ individual service failing

* fix dockerfile

* fix: vote table row responsiveness

* Refactor/change logic for file upload to S3 (#328)

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* feat: dht-queue (#336)

Added persistent dht-queue which will be responsible for publishing cid to dht

* refactor: image upload to S3 (#337)

* fitx/rationale-governance-format

Rationale - Removed body.references since it will be empty until CC-portal enables that feature
GAP title and abstract is now parsing in compatibility with CIP-0108 (body.title, body.abstract)

* chore: change guides btn link

* fix: rm-gap-title-abstract-len-constraint

Remove len constraints for gap.title and gap.abstract (was 80 and 2500 char length)
fixed error if db data is undefined when fetching from db sync

* refactor: add redis username

Added username env variable within backend/worker-service/ipfs-service

* Fix add redis creds (#343)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* Fix add redis creds (#344)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

* refactor: cache docker-compose

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* fix: typo

* fix: typo

* refactor: cache service

* refactor/redis-auth (#345)

* fix: plural grammar corrections

* refactor: pruning worker processors (#346)

* fix: latest updates content overlaping

* refactor: ipfs service path and minor refactoring

* fix: usersnap remove other buttons (#323)

* fix: Overlapping on tables

* fix: don't show top banner on mainnet

* fix: show more btn not loading more content, update env example

* refactor: renamed migration name for gap len constraint removal

* refactor: ipfs volume

* add correct vars (#352)

Co-authored-by: nike-getto <[email protected]>

* fix: ipfs-redis-service (#360)

* fix/ipfs-redis-service: tls connection to redis

* fix/ipfs-redis-service: tls connection to redis

---------

Co-authored-by: Baja-KS <[email protected]>
Co-authored-by: Lazar Lukić <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>
Co-authored-by: kubet <[email protected]>

* fix:add-update-rationale-button (#364)

* fix dockle scan on ci

* fix registry login

* debug imgs

* scan tar imgs

* test

* add tar cleanup

* test

* pr workflow fix

* declutter dockle

* add comment

* add microservice in pr comment

* test w/ individual service failing

* fix dockerfile

* fix: vote table row responsiveness

* Refactor/change logic for file upload to S3 (#328)

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* feat: dht-queue (#336)

Added persistent dht-queue which will be responsible for publishing cid to dht

* refactor: image upload to S3 (#337)

* fitx/rationale-governance-format

Rationale - Removed body.references since it will be empty until CC-portal enables that feature
GAP title and abstract is now parsing in compatibility with CIP-0108 (body.title, body.abstract)

* chore: change guides btn link

* fix: rm-gap-title-abstract-len-constraint

Remove len constraints for gap.title and gap.abstract (was 80 and 2500 char length)
fixed error if db data is undefined when fetching from db sync

* refactor: add redis username

Added username env variable within backend/worker-service/ipfs-service

* Fix add redis creds (#343)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* Fix add redis creds (#344)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

* refactor: cache docker-compose

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* fix: typo

* fix: typo

* refactor: cache service

* refactor/redis-auth (#345)

* fix: plural grammar corrections

* refactor: pruning worker processors (#346)

* fix: latest updates content overlaping

* refactor: ipfs service path and minor refactoring

* fix: usersnap remove other buttons (#323)

* fix: Overlapping on tables

* fix: don't show top banner on mainnet

* fix: show more btn not loading more content, update env example

* refactor: renamed migration name for gap len constraint removal

* refactor: ipfs volume

* add correct vars (#352)

Co-authored-by: nike-getto <[email protected]>

* fix: ipfs-redis-service (#360)

* fix/ipfs-redis-service: tls connection to redis

* fix/ipfs-redis-service: tls connection to redis

* fix/gov-search-rationale-votes: user votes and rationale are being checked when data is fetched (#359)

Co-authored-by: BEDev24 <[email protected]>

---------

Co-authored-by: Baja-KS <[email protected]>
Co-authored-by: Lazar Lukić <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>
Co-authored-by: kubet <[email protected]>

* refactor/staging-deploy (#380)

* Update merge.yaml

* refactor: pr pipeline

* merge develop-staging (#381)

* feat: added new selectors

* feat: Upload button selector ids

* feat: Input and Select  selector ids

* feat: User List table selector ids

* fix: MultipleSelect rename selector ids

* fix: Rename Upload component selctor ids

* feat: Modal action buttons selector ids-Add member and Upload constitution

* feat: AdminTopNav Search component selector id

* feat: Admin signout & modal selector ids

* feat: AdminTopNav buttons selector ids

* feat: Navigation links selector ids

* Feat: Footer selector ids

* feat: Constitution page selector ids

* feat: Latest updates and votes selector ids

* feat: GA table selector ids

* fix dockle scan on ci

* fix registry login

* debug imgs

* scan tar imgs

* test

* add tar cleanup

* test

* pr workflow fix

* declutter dockle

* add comment

* add microservice in pr comment

* test w/ individual service failing

* fix dockerfile

* fix: vote table row responsiveness

* Refactor/change logic for file upload to S3 (#328)

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* feat: dht-queue (#336)

Added persistent dht-queue which will be responsible for publishing cid to dht

* refactor: image upload to S3 (#337)

* fitx/rationale-governance-format

Rationale - Removed body.references since it will be empty until CC-portal enables that feature
GAP title and abstract is now parsing in compatibility with CIP-0108 (body.title, body.abstract)

* chore: change guides btn link

* fix: rm-gap-title-abstract-len-constraint

Remove len constraints for gap.title and gap.abstract (was 80 and 2500 char length)
fixed error if db data is undefined when fetching from db sync

* refactor: add redis username

Added username env variable within backend/worker-service/ipfs-service

* Fix add redis creds (#343)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* Fix add redis creds (#344)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

* refactor: cache docker-compose

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* fix: typo

* fix: typo

* refactor: cache service

* refactor/redis-auth (#345)

* fix: plural grammar corrections

* refactor: pruning worker processors (#346)

* fix: latest updates content overlaping

* refactor: ipfs service path and minor refactoring

* fix: usersnap remove other buttons (#323)

* fix: Overlapping on tables

* fix: don't show top banner on mainnet

* fix: show more btn not loading more content, update env example

* refactor: renamed migration name for gap len constraint removal

* refactor: ipfs volume

* add correct vars (#352)

Co-authored-by: nike-getto <[email protected]>

* fix: ipfs-redis-service (#360)

* fix/ipfs-redis-service: tls connection to redis

* fix/ipfs-redis-service: tls connection to redis

* fix/gov-search-rationale-votes: user votes and rationale are being checked when data is fetched (#359)

Co-authored-by: BEDev24 <[email protected]>

* fix: usersnap showing all on path change

* fix: Remove comments for selector ids

* fix: Usersnap query params issue

---------

Co-authored-by: nikolajovancevic <[email protected]>
Co-authored-by: Kristina <[email protected]>
Co-authored-by: Baja-KS <[email protected]>
Co-authored-by: Lazar Lukić <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>
Co-authored-by: kubet <[email protected]>
Co-authored-by: Kristina <[email protected]>

* refactor:staging-branch (#382)

* Update merge.yaml (#387)

* Develop (#421)

* feat: added new selectors

* feat: Upload button selector ids

* feat: Input and Select  selector ids

* feat: User List table selector ids

* fix: MultipleSelect rename selector ids

* fix: Rename Upload component selctor ids

* feat: Modal action buttons selector ids-Add member and Upload constitution

* feat: AdminTopNav Search component selector id

* feat: Admin signout & modal selector ids

* feat: AdminTopNav buttons selector ids

* feat: Navigation links selector ids

* Feat: Footer selector ids

* feat: Constitution page selector ids

* feat: Latest updates and votes selector ids

* feat: GA table selector ids

* fix dockle scan on ci

* fix registry login

* debug imgs

* scan tar imgs

* test

* add tar cleanup

* test

* pr workflow fix

* declutter dockle

* add comment

* add microservice in pr comment

* test w/ individual service failing

* fix dockerfile

* fix: vote table row responsiveness

* Refactor/change logic for file upload to S3 (#328)

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* feat: dht-queue (#336)

Added persistent dht-queue which will be responsible for publishing cid to dht

* refactor: image upload to S3 (#337)

* fitx/rationale-governance-format

Rationale - Removed body.references since it will be empty until CC-portal enables that feature
GAP title and abstract is now parsing in compatibility with CIP-0108 (body.title, body.abstract)

* chore: change guides btn link

* fix: rm-gap-title-abstract-len-constraint

Remove len constraints for gap.title and gap.abstract (was 80 and 2500 char length)
fixed error if db data is undefined when fetching from db sync

* refactor: add redis username

Added username env variable within backend/worker-service/ipfs-service

* Fix add redis creds (#343)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* Fix add redis creds (#344)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

* refactor: cache docker-compose

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* fix: typo

* fix: typo

* refactor: cache service

* refactor/redis-auth (#345)

* fix: plural grammar corrections

* refactor: pruning worker processors (#346)

* fix: latest updates content overlaping

* refactor: ipfs service path and minor refactoring

* fix: usersnap remove other buttons (#323)

* fix: Overlapping on tables

* fix: don't show top banner on mainnet

* fix: show more btn not loading more content, update env example

* refactor: renamed migration name for gap len constraint removal

* refactor: ipfs volume

* add correct vars (#352)

Co-authored-by: nike-getto <[email protected]>

* fix: ipfs-redis-service (#360)

* fix/ipfs-redis-service: tls connection to redis

* fix/ipfs-redis-service: tls connection to redis

* fix/gov-search-rationale-votes: user votes and rationale are being checked when data is fetched (#359)

Co-authored-by: BEDev24 <[email protected]>

* fix: usersnap showing all on path change

* fix: Remove comments for selector ids

* fix: Usersnap query params issue

* fix/logging-magic-link: disabled mailing on local (#363)

* fix: search not unchecking filters after clicking on clear

* fix/add-indexes-to-searchable-columns: added indexes to searcable columns in the database (#394)

* feat: resend register invite (#397)

* feature/resend-register-invite: added endpoint for resending the register invite

* feature/resend-register-invite: minor changes

* feature/resend-register-invite: minor changes

* feat: resend invitation, inactive/active, hard delete

* feature/hard-delete-user: added hard delete user ability (#398)

* Feat: hard delete user (#400)

* feature/hard-delete-user: added hard delete user ability

* feature/hard-delete-user: updated swagger

* feat: hard delete user (#401)

* feature/hard-delete-user: added hard delete user ability

* feature/hard-delete-user: updated swagger

* feature/hard-delete-user: try catch for removing profile photo

* feat: implement delete user

* chore: refactor delete button component

* test/remove-users: added unit tests (#406)

* fix/sorting-users: sorted users by name in ascending order (#408)

* feat: add switch user modal and remove X button from role bar on admin dashboard

* fix: allow super admin to change status of cc memeber

* fix/sync-votes: sync vote rationale url (#412)

* fix: sync votes (#418)

* fix/sync-votes: sync vote rationale url

* fix/sync-votes: fixed unit tests

* feat: constitution page design improvements

* refactor/open-port-3002

* added rationale link on latest updates table

* refactor/worker-bull-borad

* feat: implemented new contents design

* fix: contents scroll

---------

Co-authored-by: nikolajovancevic <[email protected]>
Co-authored-by: Kristina <[email protected]>
Co-authored-by: Baja-KS <[email protected]>
Co-authored-by: Lazar Lukić <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>
Co-authored-by: kubet <[email protected]>
Co-authored-by: Kristina <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>

* fix:navigation-side-bar-issues (#434)

* feat: added new selectors

* feat: Upload button selector ids

* feat: Input and Select  selector ids

* feat: User List table selector ids

* fix: MultipleSelect rename selector ids

* fix: Rename Upload component selctor ids

* feat: Modal action buttons selector ids-Add member and Upload constitution

* feat: AdminTopNav Search component selector id

* feat: Admin signout & modal selector ids

* feat: AdminTopNav buttons selector ids

* feat: Navigation links selector ids

* Feat: Footer selector ids

* feat: Constitution page selector ids

* feat: Latest updates and votes selector ids

* feat: GA table selector ids

* fix dockle scan on ci

* fix registry login

* debug imgs

* scan tar imgs

* test

* add tar cleanup

* test

* pr workflow fix

* declutter dockle

* add comment

* add microservice in pr comment

* test w/ individual service failing

* fix dockerfile

* fix: vote table row responsiveness

* Refactor/change logic for file upload to S3 (#328)

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* feat: dht-queue (#336)

Added persistent dht-queue which will be responsible for publishing cid to dht

* refactor: image upload to S3 (#337)

* fitx/rationale-governance-format

Rationale - Removed body.references since it will be empty until CC-portal enables that feature
GAP title and abstract is now parsing in compatibility with CIP-0108 (body.title, body.abstract)

* chore: change guides btn link

* fix: rm-gap-title-abstract-len-constraint

Remove len constraints for gap.title and gap.abstract (was 80 and 2500 char length)
fixed error if db data is undefined when fetching from db sync

* refactor: add redis username

Added username env variable within backend/worker-service/ipfs-service

* Fix add redis creds (#343)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* Fix add redis creds (#344)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

* refactor: cache docker-compose

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* fix: typo

* fix: typo

* refactor: cache service

* refactor/redis-auth (#345)

* fix: plural grammar corrections

* refactor: pruning worker processors (#346)

* fix: latest updates content overlaping

* refactor: ipfs service path and minor refactoring

* fix: usersnap remove other buttons (#323)

* fix: Overlapping on tables

* fix: don't show top banner on mainnet

* fix: show more btn not loading more content, update env example

* refactor: renamed migration name for gap len constraint removal

* refactor: ipfs volume

* add correct vars (#352)

Co-authored-by: nike-getto <[email protected]>

* fix: ipfs-redis-service (#360)

* fix/ipfs-redis-service: tls connection to redis

* fix/ipfs-redis-service: tls connection to redis

* fix/gov-search-rationale-votes: user votes and rationale are being checked when data is fetched (#359)

Co-authored-by: BEDev24 <[email protected]>

* fix: usersnap showing all on path change

* fix: Remove comments for selector ids

* fix: Usersnap query params issue

* fix/logging-magic-link: disabled mailing on local (#363)

* fix: search not unchecking filters after clicking on clear

* fix/add-indexes-to-searchable-columns: added indexes to searcable columns in the database (#394)

* feat: resend register invite (#397)

* feature/resend-register-invite: added endpoint for resending the register invite

* feature/resend-register-invite: minor changes

* feature/resend-register-invite: minor changes

* feat: resend invitation, inactive/active, hard delete

* feature/hard-delete-user: added hard delete user ability (#398)

* Feat: hard delete user (#400)

* feature/hard-delete-user: added hard delete user ability

* feature/hard-delete-user: updated swagger

* feat: hard delete user (#401)

* feature/hard-delete-user: added hard delete user ability

* feature/hard-delete-user: updated swagger

* feature/hard-delete-user: try catch for removing profile photo

* feat: implement delete user

* chore: refactor delete button component

* test/remove-users: added unit tests (#406)

* fix/sorting-users: sorted users by name in ascending order (#408)

* feat: add switch user modal and remove X button from role bar on admin dashboard

* fix: allow super admin to change status of cc memeber

* fix/sync-votes: sync vote rationale url (#412)

* fix: sync votes (#418)

* fix/sync-votes: sync vote rationale url

* fix/sync-votes: fixed unit tests

* feat: constitution page design improvements

* refactor/open-port-3002

* added rationale link on latest updates table

* refactor/worker-bull-borad

* feat: implemented new contents design

* fix: contents scroll

* fix: navigation side bar visual known issues

* fix: tooltip not showing on accordion summary

* fix: tooltip not showing on accordion summary

---------

Co-authored-by: nikolajovancevic <[email protected]>
Co-authored-by: Kristina <[email protected]>
Co-authored-by: Baja-KS <[email protected]>
Co-authored-by: Lazar Lukić <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>
Co-authored-by: kubet <[email protected]>
Co-authored-by: Kristina <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>

* feat/multiple-UI-improvements (#452)

* feat: added new selectors

* feat: Upload button selector ids

* feat: Input and Select  selector ids

* feat: User List table selector ids

* fix: MultipleSelect rename selector ids

* fix: Rename Upload component selctor ids

* feat: Modal action buttons selector ids-Add member and Upload constitution

* feat: AdminTopNav Search component selector id

* feat: Admin signout & modal selector ids

* feat: AdminTopNav buttons selector ids

* feat: Navigation links selector ids

* Feat: Footer selector ids

* feat: Constitution page selector ids

* feat: Latest updates and votes selector ids

* feat: GA table selector ids

* fix dockle scan on ci

* fix registry login

* debug imgs

* scan tar imgs

* test

* add tar cleanup

* test

* pr workflow fix

* declutter dockle

* add comment

* add microservice in pr comment

* test w/ individual service failing

* fix dockerfile

* fix: vote table row responsiveness

* Refactor/change logic for file upload to S3 (#328)

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* feat: dht-queue (#336)

Added persistent dht-queue which will be responsible for publishing cid to dht

* refactor: image upload to S3 (#337)

* fitx/rationale-governance-format

Rationale - Removed body.references since it will be empty until CC-portal enables that feature
GAP title and abstract is now parsing in compatibility with CIP-0108 (body.title, body.abstract)

* chore: change guides btn link

* fix: rm-gap-title-abstract-len-constraint

Remove len constraints for gap.title and gap.abstract (was 80 and 2500 char length)
fixed error if db data is undefined when fetching from db sync

* refactor: add redis username

Added username env variable within backend/worker-service/ipfs-service

* Fix add redis creds (#343)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* Fix add redis creds (#344)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

* refactor: cache docker-compose

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* fix: typo

* fix: typo

* refactor: cache service

* refactor/redis-auth (#345)

* fix: plural grammar corrections

* refactor: pruning worker processors (#346)

* fix: latest updates content overlaping

* refactor: ipfs service path and minor refactoring

* fix: usersnap remove other buttons (#323)

* fix: Overlapping on tables

* fix: don't show top banner on mainnet

* fix: show more btn not loading more content, update env example

* refactor: renamed migration name for gap len constraint removal

* refactor: ipfs volume

* add correct vars (#352)

Co-authored-by: nike-getto <[email protected]>

* fix: ipfs-redis-service (#360)

* fix/ipfs-redis-service: tls connection to redis

* fix/ipfs-redis-service: tls connection to redis

* fix/gov-search-rationale-votes: user votes and rationale are being checked when data is fetched (#359)

Co-authored-by: BEDev24 <[email protected]>

* fix: usersnap showing all on path change

* fix: Remove comments for selector ids

* fix: Usersnap query params issue

* fix/logging-magic-link: disabled mailing on local (#363)

* fix: search not unchecking filters after clicking on clear

* fix/add-indexes-to-searchable-columns: added indexes to searcable columns in the database (#394)

* feat: resend register invite (#397)

* feature/resend-register-invite: added endpoint for resending the register invite

* feature/resend-register-invite: minor changes

* feature/resend-register-invite: minor changes

* feat: resend invitation, inactive/active, hard delete

* feature/hard-delete-user: added hard delete user ability (#398)

* Feat: hard delete user (#400)

* feature/hard-delete-user: added hard delete user ability

* feature/hard-delete-user: updated swagger

* feat: hard delete user (#401)

* feature/hard-delete-user: added hard delete user ability

* feature/hard-delete-user: updated swagger

* feature/hard-delete-user: try catch for removing profile photo

* feat: implement delete user

* chore: refactor delete button component

* test/remove-users: added unit tests (#406)

* fix/sorting-users: sorted users by name in ascending order (#408)

* feat: add switch user modal and remove X button from role bar on admin dashboard

* fix: allow super admin to change status of cc memeber

* fix/sync-votes: sync vote rationale url (#412)

* fix: sync votes (#418)

* fix/sync-votes: sync vote rationale url

* fix/sync-votes: fixed unit tests

* feat: constitution page design improvements

* refactor/open-port-3002

* added rationale link on latest updates table

* refactor/worker-bull-borad

* feat: implemented new contents design

* fix: contents scroll

* fix: navigation side bar visual known issues

* fix: tooltip not showing on accordion summary

* fix: tooltip not showing on accordion summary

* fix/change-user-name-validation: Endabled character | (pipe) in the user name (#443)

* fix: highlight selected heading in contents and fix layout issues on small device screens

* feat: add loader and registration username validation

* feat: merge ga and rationale modals and add links to footer

* chore: return deleted modal

* fix/bullmq-redis-reconnect: added option reconnect on error (#449)

* Update TOCLink.tsx

* Update GovActionModal.tsx

* Update PreviewReasoningModal.tsx

---------

Co-authored-by: nikolajovancevic <[email protected]>
Co-authored-by: Kristina <[email protected]>
Co-authored-by: Baja-KS <[email protected]>
Co-authored-by: Lazar Lukić <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>
Co-authored-by: kubet <[email protected]>
Co-authored-by: Kristina <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>

* feat/multiple-ui-improvements (#453)

* feat: added new selectors

* feat: Upload button selector ids

* feat: Input and Select  selector ids

* feat: User List table selector ids

* fix: MultipleSelect rename selector ids

* fix: Rename Upload component selctor ids

* feat: Modal action buttons selector ids-Add member and Upload constitution

* feat: AdminTopNav Search component selector id

* feat: Admin signout & modal selector ids

* feat: AdminTopNav buttons selector ids

* feat: Navigation links selector ids

* Feat: Footer selector ids

* feat: Constitution page selector ids

* feat: Latest updates and votes selector ids

* feat: GA table selector ids

* fix dockle scan on ci

* fix registry login

* debug imgs

* scan tar imgs

* test

* add tar cleanup

* test

* pr workflow fix

* declutter dockle

* add comment

* add microservice in pr comment

* test w/ individual service failing

* fix dockerfile

* fix: vote table row responsiveness

* Refactor/change logic for file upload to S3 (#328)

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* feat: dht-queue (#336)

Added persistent dht-queue which will be responsible for publishing cid to dht

* refactor: image upload to S3 (#337)

* fitx/rationale-governance-format

Rationale - Removed body.references since it will be empty until CC-portal enables that feature
GAP title and abstract is now parsing in compatibility with CIP-0108 (body.title, body.abstract)

* chore: change guides btn link

* fix: rm-gap-title-abstract-len-constraint

Remove len constraints for gap.title and gap.abstract (was 80 and 2500 char length)
fixed error if db data is undefined when fetching from db sync

* refactor: add redis username

Added username env variable within backend/worker-service/ipfs-service

* Fix add redis creds (#343)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* Fix add redis creds (#344)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

* refactor: cache docker-compose

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* fix: typo

* fix: typo

* refactor: cache service

* refactor/redis-auth (#345)

* fix: plural grammar corrections

* refactor: pruning worker processors (#346)

* fix: latest updates content overlaping

* refactor: ipfs service path and minor refactoring

* fix: usersnap remove other buttons (#323)

* fix: Overlapping on tables

* fix: don't show top banner on mainnet

* fix: show more btn not loading more content, update env example

* refactor: renamed migration name for gap len constraint removal

* refactor: ipfs volume

* add correct vars (#352)

Co-authored-by: nike-getto <[email protected]>

* fix: ipfs-redis-service (#360)

* fix/ipfs-redis-service: tls connection to redis

* fix/ipfs-redis-service: tls connection to redis

* fix/gov-search-rationale-votes: user votes and rationale are being checked when data is fetched (#359)

Co-authored-by: BEDev24 <[email protected]>

* fix: usersnap showing all on path change

* fix: Remove comments for selector ids

* fix: Usersnap query params issue

* fix/logging-magic-link: disabled mailing on local (#363)

* fix: search not unchecking filters after clicking on clear

* fix/add-indexes-to-searchable-columns: added indexes to searcable columns in the database (#394)

* feat: resend register invite (#397)

* feature/resend-register-invite: added endpoint for resending the register invite

* feature/resend-register-invite: minor changes

* feature/resend-register-invite: minor changes

* feat: resend invitation, inactive/active, hard delete

* feature/hard-delete-user: added hard delete user ability (#398)

* Feat: hard delete user (#400)

* feature/hard-delete-user: added hard delete user ability

* feature/hard-delete-user: updated swagger

* feat: hard delete user (#401)

* feature/hard-delete-user: added hard delete user ability

* feature/hard-delete-user: updated swagger

* feature/hard-delete-user: try catch for removing profile photo

* feat: implement delete user

* chore: refactor delete button component

* test/remove-users: added unit tests (#406)

* fix/sorting-users: sorted users by name in ascending order (#408)

* feat: add switch user modal and remove X button from role bar on admin dashboard

* fix: allow super admin to change status of cc memeber

* fix/sync-votes: sync vote rationale url (#412)

* fix: sync votes (#418)

* fix/sync-votes: sync vote rationale url

* fix/sync-votes: fixed unit tests

* feat: constitution page design improvements

* refactor/open-port-3002

* added rationale link on latest updates table

* refactor/worker-bull-borad

* feat: implemented new contents design

* fix: contents scroll

* fix: navigation side bar visual known issues

* fix: tooltip not showing on accordion summary

* fix: tooltip not showing on accordion summary

* fix/change-user-name-validation: Endabled character | (pipe) in the user name (#443)

* fix: highlight selected heading in contents and fix layout issues on small device screens

* feat: add loader and registration username validation

* feat: merge ga and rationale modals and add links to footer

* chore: return deleted modal

* fix/bullmq-redis-reconnect: added option reconnect on error (#449)

* fix: ga modal showing wrong date

* fix: handle date foramting types

---------

Co-authored-by: nikolajovancevic <[email protected]>
Co-authored-by: Kristina <[email protected]>
Co-authored-by: Baja-KS <[email protected]>
Co-authored-by: Lazar Lukić <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>
Co-authored-by: kubet <[email protected]>
Co-authored-by: Kristina <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>

---------

Co-authored-by: Baja-KS <[email protected]>
Co-authored-by: Lazar Lukić <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>
Co-authored-by: kubet <[email protected]>
Co-authored-by: nikolajovancevic <[email protected]>
Co-authored-by: Kristina <[email protected]>
Co-authored-by: Kristina <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
BEdev24 added a commit that referenced this pull request Nov 20, 2024
* feat: added new selectors

* feat: Upload button selector ids

* feat: Input and Select  selector ids

* feat: User List table selector ids

* fix: MultipleSelect rename selector ids

* fix: Rename Upload component selctor ids

* feat: Modal action buttons selector ids-Add member and Upload constitution

* feat: AdminTopNav Search component selector id

* feat: Admin signout & modal selector ids

* feat: AdminTopNav buttons selector ids

* feat: Navigation links selector ids

* Feat: Footer selector ids

* feat: Constitution page selector ids

* feat: Latest updates and votes selector ids

* feat: GA table selector ids

* fix dockle scan on ci

* fix registry login

* debug imgs

* scan tar imgs

* test

* add tar cleanup

* test

* pr workflow fix

* declutter dockle

* add comment

* add microservice in pr comment

* test w/ individual service failing

* fix dockerfile

* fix: vote table row responsiveness

* Refactor/change logic for file upload to S3 (#328)

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* feat: dht-queue (#336)

Added persistent dht-queue which will be responsible for publishing cid to dht

* refactor: image upload to S3 (#337)

* fitx/rationale-governance-format

Rationale - Removed body.references since it will be empty until CC-portal enables that feature
GAP title and abstract is now parsing in compatibility with CIP-0108 (body.title, body.abstract)

* chore: change guides btn link

* fix: rm-gap-title-abstract-len-constraint

Remove len constraints for gap.title and gap.abstract (was 80 and 2500 char length)
fixed error if db data is undefined when fetching from db sync

* refactor: add redis username

Added username env variable within backend/worker-service/ipfs-service

* Fix add redis creds (#343)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* Fix add redis creds (#344)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

* refactor: cache docker-compose

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* fix: typo

* fix: typo

* refactor: cache service

* refactor/redis-auth (#345)

* fix: plural grammar corrections

* refactor: pruning worker processors (#346)

* fix: latest updates content overlaping

* refactor: ipfs service path and minor refactoring

* fix: usersnap remove other buttons (#323)

* fix: Overlapping on tables

* fix: don't show top banner on mainnet

* fix: show more btn not loading more content, update env example

* refactor: renamed migration name for gap len constraint removal

* refactor: ipfs volume

* add correct vars (#352)

Co-authored-by: nike-getto <[email protected]>

* fix: ipfs-redis-service (#360)

* fix/ipfs-redis-service: tls connection to redis

* fix/ipfs-redis-service: tls connection to redis

* fix/gov-search-rationale-votes: user votes and rationale are being checked when data is fetched (#359)

Co-authored-by: BEDev24 <[email protected]>

* fix: usersnap showing all on path change

* fix: Remove comments for selector ids

* fix: Usersnap query params issue

* fix/logging-magic-link: disabled mailing on local (#363)

* fix: search not unchecking filters after clicking on clear

* fix/add-indexes-to-searchable-columns: added indexes to searcable columns in the database (#394)

* feat: resend register invite (#397)

* feature/resend-register-invite: added endpoint for resending the register invite

* feature/resend-register-invite: minor changes

* feature/resend-register-invite: minor changes

* feat: resend invitation, inactive/active, hard delete

* feature/hard-delete-user: added hard delete user ability (#398)

* Feat: hard delete user (#400)

* feature/hard-delete-user: added hard delete user ability

* feature/hard-delete-user: updated swagger

* feat: hard delete user (#401)

* feature/hard-delete-user: added hard delete user ability

* feature/hard-delete-user: updated swagger

* feature/hard-delete-user: try catch for removing profile photo

* feat: implement delete user

* chore: refactor delete button component

* test/remove-users: added unit tests (#406)

* fix/sorting-users: sorted users by name in ascending order (#408)

* feat: add switch user modal and remove X button from role bar on admin dashboard

* fix: allow super admin to change status of cc memeber

* fix/sync-votes: sync vote rationale url (#412)

* fix: sync votes (#418)

* fix/sync-votes: sync vote rationale url

* fix/sync-votes: fixed unit tests

* feat: constitution page design improvements

* refactor/open-port-3002

* added rationale link on latest updates table

* refactor/worker-bull-borad

* feat: implemented new contents design

* fix: contents scroll

* fix: navigation side bar visual known issues

* fix: tooltip not showing on accordion summary

* fix: tooltip not showing on accordion summary

* fix/change-user-name-validation: Endabled character | (pipe) in the user name (#443)

* fix: highlight selected heading in contents and fix layout issues on small device screens

* feat: add loader and registration username validation

* feat: merge ga and rationale modals and add links to footer

* chore: return deleted modal

* fix/bullmq-redis-reconnect: added option reconnect on error (#449)

* fix: changed tabs design, date formating, removed cta on memebers card, add guardrails btn on landing page

* fix: ga modal showing wrong date

* fix: handle date foramting types

* fix: resolve vertical shifting of table rows in the latest updates

* fix: members card description overlapping

* feat: add guardrails rationale button

* fix: constitution upload btn text overlap

* fix: toc overlapping constitution on smaller screens

* fix: lengthen user profile name

* feat: rationale cip-136 (#462)

* feature/rationale-cip-136: rationale json according cip-136

* feature/reationale-cip-136: polish unit test

* chore: rationale cip-136 (#464)

* feature/rationale-cip-136: rationale json according cip-136

* feature/reationale-cip-136: polish unit test

* feature/reationale-cip-136: minor changes

* fix: limit for users name (#465)

* fix/limit-for-users-name: users name limited to 64 characters

* fix/limit-for-users-name: users name limited to 64 characters

* fix: redirect admin to main home page after signing out

* Revert rationale-cip-136 (#467)

* feature/rationale-cip-136: rationale json according cip-136

* feature/reationale-cip-136: polish unit test

* feature/reationale-cip-136: minor changes

* Revert "feature/rationale-cip-136: rationale json according cip-136"

This reverts commit c5d3b8a.

* Revert "Revert "feature/rationale-cip-136: rationale json according cip-136""

This reverts commit 4201690.

* Revert "Revert "Revert "feature/rationale-cip-136: rationale json according cip-136"""

This reverts commit 148ebbb.

---------

Co-authored-by: nikolajovancevic <[email protected]>
Co-authored-by: Kristina <[email protected]>
Co-authored-by: Baja-KS <[email protected]>
Co-authored-by: Lazar Lukić <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>
Co-authored-by: kubet <[email protected]>
Co-authored-by: Kristina <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
BEdev24 added a commit that referenced this pull request Nov 21, 2024
* fix: add correct env vars (#353)

* fix dockle scan on ci

* fix registry login

* debug imgs

* scan tar imgs

* test

* add tar cleanup

* test

* pr workflow fix

* declutter dockle

* add comment

* add microservice in pr comment

* test w/ individual service failing

* fix dockerfile

* fix: vote table row responsiveness

* Refactor/change logic for file upload to S3 (#328)

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* feat: dht-queue (#336)

Added persistent dht-queue which will be responsible for publishing cid to dht

* refactor: image upload to S3 (#337)

* fitx/rationale-governance-format

Rationale - Removed body.references since it will be empty until CC-portal enables that feature
GAP title and abstract is now parsing in compatibility with CIP-0108 (body.title, body.abstract)

* chore: change guides btn link

* fix: rm-gap-title-abstract-len-constraint

Remove len constraints for gap.title and gap.abstract (was 80 and 2500 char length)
fixed error if db data is undefined when fetching from db sync

* refactor: add redis username

Added username env variable within backend/worker-service/ipfs-service

* Fix add redis creds (#343)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* Fix add redis creds (#344)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

* refactor: cache docker-compose

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* fix: typo

* fix: typo

* refactor: cache service

* refactor/redis-auth (#345)

* fix: plural grammar corrections

* refactor: pruning worker processors (#346)

* fix: latest updates content overlaping

* refactor: ipfs service path and minor refactoring

* fix: usersnap remove other buttons (#323)

* fix: Overlapping on tables

* fix: don't show top banner on mainnet

* fix: show more btn not loading more content, update env example

* refactor: renamed migration name for gap len constraint removal

* refactor: ipfs volume

* add correct vars (#352)

Co-authored-by: nike-getto <[email protected]>

---------

Co-authored-by: Baja-KS <[email protected]>
Co-authored-by: Lazar Lukić <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>
Co-authored-by: kubet <[email protected]>

* fix:redis-tls (#361)

* fix dockle scan on ci

* fix registry login

* debug imgs

* scan tar imgs

* test

* add tar cleanup

* test

* pr workflow fix

* declutter dockle

* add comment

* add microservice in pr comment

* test w/ individual service failing

* fix dockerfile

* fix: vote table row responsiveness

* Refactor/change logic for file upload to S3 (#328)

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* feat: dht-queue (#336)

Added persistent dht-queue which will be responsible for publishing cid to dht

* refactor: image upload to S3 (#337)

* fitx/rationale-governance-format

Rationale - Removed body.references since it will be empty until CC-portal enables that feature
GAP title and abstract is now parsing in compatibility with CIP-0108 (body.title, body.abstract)

* chore: change guides btn link

* fix: rm-gap-title-abstract-len-constraint

Remove len constraints for gap.title and gap.abstract (was 80 and 2500 char length)
fixed error if db data is undefined when fetching from db sync

* refactor: add redis username

Added username env variable within backend/worker-service/ipfs-service

* Fix add redis creds (#343)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* Fix add redis creds (#344)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

* refactor: cache docker-compose

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* fix: typo

* fix: typo

* refactor: cache service

* refactor/redis-auth (#345)

* fix: plural grammar corrections

* refactor: pruning worker processors (#346)

* fix: latest updates content overlaping

* refactor: ipfs service path and minor refactoring

* fix: usersnap remove other buttons (#323)

* fix: Overlapping on tables

* fix: don't show top banner on mainnet

* fix: show more btn not loading more content, update env example

* refactor: renamed migration name for gap len constraint removal

* refactor: ipfs volume

* add correct vars (#352)

Co-authored-by: nike-getto <[email protected]>

* fix: ipfs-redis-service (#360)

* fix/ipfs-redis-service: tls connection to redis

* fix/ipfs-redis-service: tls connection to redis

---------

Co-authored-by: Baja-KS <[email protected]>
Co-authored-by: Lazar Lukić <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>
Co-authored-by: kubet <[email protected]>

* fix:add-update-rationale-button (#364)

* fix dockle scan on ci

* fix registry login

* debug imgs

* scan tar imgs

* test

* add tar cleanup

* test

* pr workflow fix

* declutter dockle

* add comment

* add microservice in pr comment

* test w/ individual service failing

* fix dockerfile

* fix: vote table row responsiveness

* Refactor/change logic for file upload to S3 (#328)

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* feat: dht-queue (#336)

Added persistent dht-queue which will be responsible for publishing cid to dht

* refactor: image upload to S3 (#337)

* fitx/rationale-governance-format

Rationale - Removed body.references since it will be empty until CC-portal enables that feature
GAP title and abstract is now parsing in compatibility with CIP-0108 (body.title, body.abstract)

* chore: change guides btn link

* fix: rm-gap-title-abstract-len-constraint

Remove len constraints for gap.title and gap.abstract (was 80 and 2500 char length)
fixed error if db data is undefined when fetching from db sync

* refactor: add redis username

Added username env variable within backend/worker-service/ipfs-service

* Fix add redis creds (#343)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* Fix add redis creds (#344)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

* refactor: cache docker-compose

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* fix: typo

* fix: typo

* refactor: cache service

* refactor/redis-auth (#345)

* fix: plural grammar corrections

* refactor: pruning worker processors (#346)

* fix: latest updates content overlaping

* refactor: ipfs service path and minor refactoring

* fix: usersnap remove other buttons (#323)

* fix: Overlapping on tables

* fix: don't show top banner on mainnet

* fix: show more btn not loading more content, update env example

* refactor: renamed migration name for gap len constraint removal

* refactor: ipfs volume

* add correct vars (#352)

Co-authored-by: nike-getto <[email protected]>

* fix: ipfs-redis-service (#360)

* fix/ipfs-redis-service: tls connection to redis

* fix/ipfs-redis-service: tls connection to redis

* fix/gov-search-rationale-votes: user votes and rationale are being checked when data is fetched (#359)

Co-authored-by: BEDev24 <[email protected]>

---------

Co-authored-by: Baja-KS <[email protected]>
Co-authored-by: Lazar Lukić <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>
Co-authored-by: kubet <[email protected]>

* refactor/staging-deploy (#380)

* Update merge.yaml

* refactor: pr pipeline

* merge develop-staging (#381)

* feat: added new selectors

* feat: Upload button selector ids

* feat: Input and Select  selector ids

* feat: User List table selector ids

* fix: MultipleSelect rename selector ids

* fix: Rename Upload component selctor ids

* feat: Modal action buttons selector ids-Add member and Upload constitution

* feat: AdminTopNav Search component selector id

* feat: Admin signout & modal selector ids

* feat: AdminTopNav buttons selector ids

* feat: Navigation links selector ids

* Feat: Footer selector ids

* feat: Constitution page selector ids

* feat: Latest updates and votes selector ids

* feat: GA table selector ids

* fix dockle scan on ci

* fix registry login

* debug imgs

* scan tar imgs

* test

* add tar cleanup

* test

* pr workflow fix

* declutter dockle

* add comment

* add microservice in pr comment

* test w/ individual service failing

* fix dockerfile

* fix: vote table row responsiveness

* Refactor/change logic for file upload to S3 (#328)

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* feat: dht-queue (#336)

Added persistent dht-queue which will be responsible for publishing cid to dht

* refactor: image upload to S3 (#337)

* fitx/rationale-governance-format

Rationale - Removed body.references since it will be empty until CC-portal enables that feature
GAP title and abstract is now parsing in compatibility with CIP-0108 (body.title, body.abstract)

* chore: change guides btn link

* fix: rm-gap-title-abstract-len-constraint

Remove len constraints for gap.title and gap.abstract (was 80 and 2500 char length)
fixed error if db data is undefined when fetching from db sync

* refactor: add redis username

Added username env variable within backend/worker-service/ipfs-service

* Fix add redis creds (#343)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* Fix add redis creds (#344)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

* refactor: cache docker-compose

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* fix: typo

* fix: typo

* refactor: cache service

* refactor/redis-auth (#345)

* fix: plural grammar corrections

* refactor: pruning worker processors (#346)

* fix: latest updates content overlaping

* refactor: ipfs service path and minor refactoring

* fix: usersnap remove other buttons (#323)

* fix: Overlapping on tables

* fix: don't show top banner on mainnet

* fix: show more btn not loading more content, update env example

* refactor: renamed migration name for gap len constraint removal

* refactor: ipfs volume

* add correct vars (#352)

Co-authored-by: nike-getto <[email protected]>

* fix: ipfs-redis-service (#360)

* fix/ipfs-redis-service: tls connection to redis

* fix/ipfs-redis-service: tls connection to redis

* fix/gov-search-rationale-votes: user votes and rationale are being checked when data is fetched (#359)

Co-authored-by: BEDev24 <[email protected]>

* fix: usersnap showing all on path change

* fix: Remove comments for selector ids

* fix: Usersnap query params issue

---------

Co-authored-by: nikolajovancevic <[email protected]>
Co-authored-by: Kristina <[email protected]>
Co-authored-by: Baja-KS <[email protected]>
Co-authored-by: Lazar Lukić <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>
Co-authored-by: kubet <[email protected]>
Co-authored-by: Kristina <[email protected]>

* refactor:staging-branch (#382)

* Update merge.yaml (#387)

* Develop (#421)

* feat: added new selectors

* feat: Upload button selector ids

* feat: Input and Select  selector ids

* feat: User List table selector ids

* fix: MultipleSelect rename selector ids

* fix: Rename Upload component selctor ids

* feat: Modal action buttons selector ids-Add member and Upload constitution

* feat: AdminTopNav Search component selector id

* feat: Admin signout & modal selector ids

* feat: AdminTopNav buttons selector ids

* feat: Navigation links selector ids

* Feat: Footer selector ids

* feat: Constitution page selector ids

* feat: Latest updates and votes selector ids

* feat: GA table selector ids

* fix dockle scan on ci

* fix registry login

* debug imgs

* scan tar imgs

* test

* add tar cleanup

* test

* pr workflow fix

* declutter dockle

* add comment

* add microservice in pr comment

* test w/ individual service failing

* fix dockerfile

* fix: vote table row responsiveness

* Refactor/change logic for file upload to S3 (#328)

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* feat: dht-queue (#336)

Added persistent dht-queue which will be responsible for publishing cid to dht

* refactor: image upload to S3 (#337)

* fitx/rationale-governance-format

Rationale - Removed body.references since it will be empty until CC-portal enables that feature
GAP title and abstract is now parsing in compatibility with CIP-0108 (body.title, body.abstract)

* chore: change guides btn link

* fix: rm-gap-title-abstract-len-constraint

Remove len constraints for gap.title and gap.abstract (was 80 and 2500 char length)
fixed error if db data is undefined when fetching from db sync

* refactor: add redis username

Added username env variable within backend/worker-service/ipfs-service

* Fix add redis creds (#343)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* Fix add redis creds (#344)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

* refactor: cache docker-compose

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* fix: typo

* fix: typo

* refactor: cache service

* refactor/redis-auth (#345)

* fix: plural grammar corrections

* refactor: pruning worker processors (#346)

* fix: latest updates content overlaping

* refactor: ipfs service path and minor refactoring

* fix: usersnap remove other buttons (#323)

* fix: Overlapping on tables

* fix: don't show top banner on mainnet

* fix: show more btn not loading more content, update env example

* refactor: renamed migration name for gap len constraint removal

* refactor: ipfs volume

* add correct vars (#352)

Co-authored-by: nike-getto <[email protected]>

* fix: ipfs-redis-service (#360)

* fix/ipfs-redis-service: tls connection to redis

* fix/ipfs-redis-service: tls connection to redis

* fix/gov-search-rationale-votes: user votes and rationale are being checked when data is fetched (#359)

Co-authored-by: BEDev24 <[email protected]>

* fix: usersnap showing all on path change

* fix: Remove comments for selector ids

* fix: Usersnap query params issue

* fix/logging-magic-link: disabled mailing on local (#363)

* fix: search not unchecking filters after clicking on clear

* fix/add-indexes-to-searchable-columns: added indexes to searcable columns in the database (#394)

* feat: resend register invite (#397)

* feature/resend-register-invite: added endpoint for resending the register invite

* feature/resend-register-invite: minor changes

* feature/resend-register-invite: minor changes

* feat: resend invitation, inactive/active, hard delete

* feature/hard-delete-user: added hard delete user ability (#398)

* Feat: hard delete user (#400)

* feature/hard-delete-user: added hard delete user ability

* feature/hard-delete-user: updated swagger

* feat: hard delete user (#401)

* feature/hard-delete-user: added hard delete user ability

* feature/hard-delete-user: updated swagger

* feature/hard-delete-user: try catch for removing profile photo

* feat: implement delete user

* chore: refactor delete button component

* test/remove-users: added unit tests (#406)

* fix/sorting-users: sorted users by name in ascending order (#408)

* feat: add switch user modal and remove X button from role bar on admin dashboard

* fix: allow super admin to change status of cc memeber

* fix/sync-votes: sync vote rationale url (#412)

* fix: sync votes (#418)

* fix/sync-votes: sync vote rationale url

* fix/sync-votes: fixed unit tests

* feat: constitution page design improvements

* refactor/open-port-3002

* added rationale link on latest updates table

* refactor/worker-bull-borad

* feat: implemented new contents design

* fix: contents scroll

---------

Co-authored-by: nikolajovancevic <[email protected]>
Co-authored-by: Kristina <[email protected]>
Co-authored-by: Baja-KS <[email protected]>
Co-authored-by: Lazar Lukić <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>
Co-authored-by: kubet <[email protected]>
Co-authored-by: Kristina <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>

* fix:navigation-side-bar-issues (#434)

* feat: added new selectors

* feat: Upload button selector ids

* feat: Input and Select  selector ids

* feat: User List table selector ids

* fix: MultipleSelect rename selector ids

* fix: Rename Upload component selctor ids

* feat: Modal action buttons selector ids-Add member and Upload constitution

* feat: AdminTopNav Search component selector id

* feat: Admin signout & modal selector ids

* feat: AdminTopNav buttons selector ids

* feat: Navigation links selector ids

* Feat: Footer selector ids

* feat: Constitution page selector ids

* feat: Latest updates and votes selector ids

* feat: GA table selector ids

* fix dockle scan on ci

* fix registry login

* debug imgs

* scan tar imgs

* test

* add tar cleanup

* test

* pr workflow fix

* declutter dockle

* add comment

* add microservice in pr comment

* test w/ individual service failing

* fix dockerfile

* fix: vote table row responsiveness

* Refactor/change logic for file upload to S3 (#328)

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* feat: dht-queue (#336)

Added persistent dht-queue which will be responsible for publishing cid to dht

* refactor: image upload to S3 (#337)

* fitx/rationale-governance-format

Rationale - Removed body.references since it will be empty until CC-portal enables that feature
GAP title and abstract is now parsing in compatibility with CIP-0108 (body.title, body.abstract)

* chore: change guides btn link

* fix: rm-gap-title-abstract-len-constraint

Remove len constraints for gap.title and gap.abstract (was 80 and 2500 char length)
fixed error if db data is undefined when fetching from db sync

* refactor: add redis username

Added username env variable within backend/worker-service/ipfs-service

* Fix add redis creds (#343)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* Fix add redis creds (#344)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

* refactor: cache docker-compose

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* fix: typo

* fix: typo

* refactor: cache service

* refactor/redis-auth (#345)

* fix: plural grammar corrections

* refactor: pruning worker processors (#346)

* fix: latest updates content overlaping

* refactor: ipfs service path and minor refactoring

* fix: usersnap remove other buttons (#323)

* fix: Overlapping on tables

* fix: don't show top banner on mainnet

* fix: show more btn not loading more content, update env example

* refactor: renamed migration name for gap len constraint removal

* refactor: ipfs volume

* add correct vars (#352)

Co-authored-by: nike-getto <[email protected]>

* fix: ipfs-redis-service (#360)

* fix/ipfs-redis-service: tls connection to redis

* fix/ipfs-redis-service: tls connection to redis

* fix/gov-search-rationale-votes: user votes and rationale are being checked when data is fetched (#359)

Co-authored-by: BEDev24 <[email protected]>

* fix: usersnap showing all on path change

* fix: Remove comments for selector ids

* fix: Usersnap query params issue

* fix/logging-magic-link: disabled mailing on local (#363)

* fix: search not unchecking filters after clicking on clear

* fix/add-indexes-to-searchable-columns: added indexes to searcable columns in the database (#394)

* feat: resend register invite (#397)

* feature/resend-register-invite: added endpoint for resending the register invite

* feature/resend-register-invite: minor changes

* feature/resend-register-invite: minor changes

* feat: resend invitation, inactive/active, hard delete

* feature/hard-delete-user: added hard delete user ability (#398)

* Feat: hard delete user (#400)

* feature/hard-delete-user: added hard delete user ability

* feature/hard-delete-user: updated swagger

* feat: hard delete user (#401)

* feature/hard-delete-user: added hard delete user ability

* feature/hard-delete-user: updated swagger

* feature/hard-delete-user: try catch for removing profile photo

* feat: implement delete user

* chore: refactor delete button component

* test/remove-users: added unit tests (#406)

* fix/sorting-users: sorted users by name in ascending order (#408)

* feat: add switch user modal and remove X button from role bar on admin dashboard

* fix: allow super admin to change status of cc memeber

* fix/sync-votes: sync vote rationale url (#412)

* fix: sync votes (#418)

* fix/sync-votes: sync vote rationale url

* fix/sync-votes: fixed unit tests

* feat: constitution page design improvements

* refactor/open-port-3002

* added rationale link on latest updates table

* refactor/worker-bull-borad

* feat: implemented new contents design

* fix: contents scroll

* fix: navigation side bar visual known issues

* fix: tooltip not showing on accordion summary

* fix: tooltip not showing on accordion summary

---------

Co-authored-by: nikolajovancevic <[email protected]>
Co-authored-by: Kristina <[email protected]>
Co-authored-by: Baja-KS <[email protected]>
Co-authored-by: Lazar Lukić <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>
Co-authored-by: kubet <[email protected]>
Co-authored-by: Kristina <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>

* feat/multiple-UI-improvements (#452)

* feat: added new selectors

* feat: Upload button selector ids

* feat: Input and Select  selector ids

* feat: User List table selector ids

* fix: MultipleSelect rename selector ids

* fix: Rename Upload component selctor ids

* feat: Modal action buttons selector ids-Add member and Upload constitution

* feat: AdminTopNav Search component selector id

* feat: Admin signout & modal selector ids

* feat: AdminTopNav buttons selector ids

* feat: Navigation links selector ids

* Feat: Footer selector ids

* feat: Constitution page selector ids

* feat: Latest updates and votes selector ids

* feat: GA table selector ids

* fix dockle scan on ci

* fix registry login

* debug imgs

* scan tar imgs

* test

* add tar cleanup

* test

* pr workflow fix

* declutter dockle

* add comment

* add microservice in pr comment

* test w/ individual service failing

* fix dockerfile

* fix: vote table row responsiveness

* Refactor/change logic for file upload to S3 (#328)

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* feat: dht-queue (#336)

Added persistent dht-queue which will be responsible for publishing cid to dht

* refactor: image upload to S3 (#337)

* fitx/rationale-governance-format

Rationale - Removed body.references since it will be empty until CC-portal enables that feature
GAP title and abstract is now parsing in compatibility with CIP-0108 (body.title, body.abstract)

* chore: change guides btn link

* fix: rm-gap-title-abstract-len-constraint

Remove len constraints for gap.title and gap.abstract (was 80 and 2500 char length)
fixed error if db data is undefined when fetching from db sync

* refactor: add redis username

Added username env variable within backend/worker-service/ipfs-service

* Fix add redis creds (#343)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* Fix add redis creds (#344)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

* refactor: cache docker-compose

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* fix: typo

* fix: typo

* refactor: cache service

* refactor/redis-auth (#345)

* fix: plural grammar corrections

* refactor: pruning worker processors (#346)

* fix: latest updates content overlaping

* refactor: ipfs service path and minor refactoring

* fix: usersnap remove other buttons (#323)

* fix: Overlapping on tables

* fix: don't show top banner on mainnet

* fix: show more btn not loading more content, update env example

* refactor: renamed migration name for gap len constraint removal

* refactor: ipfs volume

* add correct vars (#352)

Co-authored-by: nike-getto <[email protected]>

* fix: ipfs-redis-service (#360)

* fix/ipfs-redis-service: tls connection to redis

* fix/ipfs-redis-service: tls connection to redis

* fix/gov-search-rationale-votes: user votes and rationale are being checked when data is fetched (#359)

Co-authored-by: BEDev24 <[email protected]>

* fix: usersnap showing all on path change

* fix: Remove comments for selector ids

* fix: Usersnap query params issue

* fix/logging-magic-link: disabled mailing on local (#363)

* fix: search not unchecking filters after clicking on clear

* fix/add-indexes-to-searchable-columns: added indexes to searcable columns in the database (#394)

* feat: resend register invite (#397)

* feature/resend-register-invite: added endpoint for resending the register invite

* feature/resend-register-invite: minor changes

* feature/resend-register-invite: minor changes

* feat: resend invitation, inactive/active, hard delete

* feature/hard-delete-user: added hard delete user ability (#398)

* Feat: hard delete user (#400)

* feature/hard-delete-user: added hard delete user ability

* feature/hard-delete-user: updated swagger

* feat: hard delete user (#401)

* feature/hard-delete-user: added hard delete user ability

* feature/hard-delete-user: updated swagger

* feature/hard-delete-user: try catch for removing profile photo

* feat: implement delete user

* chore: refactor delete button component

* test/remove-users: added unit tests (#406)

* fix/sorting-users: sorted users by name in ascending order (#408)

* feat: add switch user modal and remove X button from role bar on admin dashboard

* fix: allow super admin to change status of cc memeber

* fix/sync-votes: sync vote rationale url (#412)

* fix: sync votes (#418)

* fix/sync-votes: sync vote rationale url

* fix/sync-votes: fixed unit tests

* feat: constitution page design improvements

* refactor/open-port-3002

* added rationale link on latest updates table

* refactor/worker-bull-borad

* feat: implemented new contents design

* fix: contents scroll

* fix: navigation side bar visual known issues

* fix: tooltip not showing on accordion summary

* fix: tooltip not showing on accordion summary

* fix/change-user-name-validation: Endabled character | (pipe) in the user name (#443)

* fix: highlight selected heading in contents and fix layout issues on small device screens

* feat: add loader and registration username validation

* feat: merge ga and rationale modals and add links to footer

* chore: return deleted modal

* fix/bullmq-redis-reconnect: added option reconnect on error (#449)

* Update TOCLink.tsx

* Update GovActionModal.tsx

* Update PreviewReasoningModal.tsx

---------

Co-authored-by: nikolajovancevic <[email protected]>
Co-authored-by: Kristina <[email protected]>
Co-authored-by: Baja-KS <[email protected]>
Co-authored-by: Lazar Lukić <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>
Co-authored-by: kubet <[email protected]>
Co-authored-by: Kristina <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>

* feat/multiple-ui-improvements (#453)

* feat: added new selectors

* feat: Upload button selector ids

* feat: Input and Select  selector ids

* feat: User List table selector ids

* fix: MultipleSelect rename selector ids

* fix: Rename Upload component selctor ids

* feat: Modal action buttons selector ids-Add member and Upload constitution

* feat: AdminTopNav Search component selector id

* feat: Admin signout & modal selector ids

* feat: AdminTopNav buttons selector ids

* feat: Navigation links selector ids

* Feat: Footer selector ids

* feat: Constitution page selector ids

* feat: Latest updates and votes selector ids

* feat: GA table selector ids

* fix dockle scan on ci

* fix registry login

* debug imgs

* scan tar imgs

* test

* add tar cleanup

* test

* pr workflow fix

* declutter dockle

* add comment

* add microservice in pr comment

* test w/ individual service failing

* fix dockerfile

* fix: vote table row responsiveness

* Refactor/change logic for file upload to S3 (#328)

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* feat: dht-queue (#336)

Added persistent dht-queue which will be responsible for publishing cid to dht

* refactor: image upload to S3 (#337)

* fitx/rationale-governance-format

Rationale - Removed body.references since it will be empty until CC-portal enables that feature
GAP title and abstract is now parsing in compatibility with CIP-0108 (body.title, body.abstract)

* chore: change guides btn link

* fix: rm-gap-title-abstract-len-constraint

Remove len constraints for gap.title and gap.abstract (was 80 and 2500 char length)
fixed error if db data is undefined when fetching from db sync

* refactor: add redis username

Added username env variable within backend/worker-service/ipfs-service

* Fix add redis creds (#343)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* Fix add redis creds (#344)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

* refactor: cache docker-compose

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* fix: typo

* fix: typo

* refactor: cache service

* refactor/redis-auth (#345)

* fix: plural grammar corrections

* refactor: pruning worker processors (#346)

* fix: latest updates content overlaping

* refactor: ipfs service path and minor refactoring

* fix: usersnap remove other buttons (#323)

* fix: Overlapping on tables

* fix: don't show top banner on mainnet

* fix: show more btn not loading more content, update env example

* refactor: renamed migration name for gap len constraint removal

* refactor: ipfs volume

* add correct vars (#352)

Co-authored-by: nike-getto <[email protected]>

* fix: ipfs-redis-service (#360)

* fix/ipfs-redis-service: tls connection to redis

* fix/ipfs-redis-service: tls connection to redis

* fix/gov-search-rationale-votes: user votes and rationale are being checked when data is fetched (#359)

Co-authored-by: BEDev24 <[email protected]>

* fix: usersnap showing all on path change

* fix: Remove comments for selector ids

* fix: Usersnap query params issue

* fix/logging-magic-link: disabled mailing on local (#363)

* fix: search not unchecking filters after clicking on clear

* fix/add-indexes-to-searchable-columns: added indexes to searcable columns in the database (#394)

* feat: resend register invite (#397)

* feature/resend-register-invite: added endpoint for resending the register invite

* feature/resend-register-invite: minor changes

* feature/resend-register-invite: minor changes

* feat: resend invitation, inactive/active, hard delete

* feature/hard-delete-user: added hard delete user ability (#398)

* Feat: hard delete user (#400)

* feature/hard-delete-user: added hard delete user ability

* feature/hard-delete-user: updated swagger

* feat: hard delete user (#401)

* feature/hard-delete-user: added hard delete user ability

* feature/hard-delete-user: updated swagger

* feature/hard-delete-user: try catch for removing profile photo

* feat: implement delete user

* chore: refactor delete button component

* test/remove-users: added unit tests (#406)

* fix/sorting-users: sorted users by name in ascending order (#408)

* feat: add switch user modal and remove X button from role bar on admin dashboard

* fix: allow super admin to change status of cc memeber

* fix/sync-votes: sync vote rationale url (#412)

* fix: sync votes (#418)

* fix/sync-votes: sync vote rationale url

* fix/sync-votes: fixed unit tests

* feat: constitution page design improvements

* refactor/open-port-3002

* added rationale link on latest updates table

* refactor/worker-bull-borad

* feat: implemented new contents design

* fix: contents scroll

* fix: navigation side bar visual known issues

* fix: tooltip not showing on accordion summary

* fix: tooltip not showing on accordion summary

* fix/change-user-name-validation: Endabled character | (pipe) in the user name (#443)

* fix: highlight selected heading in contents and fix layout issues on small device screens

* feat: add loader and registration username validation

* feat: merge ga and rationale modals and add links to footer

* chore: return deleted modal

* fix/bullmq-redis-reconnect: added option reconnect on error (#449)

* fix: ga modal showing wrong date

* fix: handle date foramting types

---------

Co-authored-by: nikolajovancevic <[email protected]>
Co-authored-by: Kristina <[email protected]>
Co-authored-by: Baja-KS <[email protected]>
Co-authored-by: Lazar Lukić <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>
Co-authored-by: kubet <[email protected]>
Co-authored-by: Kristina <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>

* fix/username-limits (#468)

* feat: added new selectors

* feat: Upload button selector ids

* feat: Input and Select  selector ids

* feat: User List table selector ids

* fix: MultipleSelect rename selector ids

* fix: Rename Upload component selctor ids

* feat: Modal action buttons selector ids-Add member and Upload constitution

* feat: AdminTopNav Search component selector id

* feat: Admin signout & modal selector ids

* feat: AdminTopNav buttons selector ids

* feat: Navigation links selector ids

* Feat: Footer selector ids

* feat: Constitution page selector ids

* feat: Latest updates and votes selector ids

* feat: GA table selector ids

* fix dockle scan on ci

* fix registry login

* debug imgs

* scan tar imgs

* test

* add tar cleanup

* test

* pr workflow fix

* declutter dockle

* add comment

* add microservice in pr comment

* test w/ individual service failing

* fix dockerfile

* fix: vote table row responsiveness

* Refactor/change logic for file upload to S3 (#328)

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* feat: dht-queue (#336)

Added persistent dht-queue which will be responsible for publishing cid to dht

* refactor: image upload to S3 (#337)

* fitx/rationale-governance-format

Rationale - Removed body.references since it will be empty until CC-portal enables that feature
GAP title and abstract is now parsing in compatibility with CIP-0108 (body.title, body.abstract)

* chore: change guides btn link

* fix: rm-gap-title-abstract-len-constraint

Remove len constraints for gap.title and gap.abstract (was 80 and 2500 char length)
fixed error if db data is undefined when fetching from db sync

* refactor: add redis username

Added username env variable within backend/worker-service/ipfs-service

* Fix add redis creds (#343)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* Fix add redis creds (#344)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

* refactor: cache docker-compose

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* fix: typo

* fix: typo

* refactor: cache service

* refactor/redis-auth (#345)

* fix: plural grammar corrections

* refactor: pruning worker processors (#346)

* fix: latest updates content overlaping

* refactor: ipfs service path and minor refactoring

* fix: usersnap remove other buttons (#323)

* fix: Overlapping on tables

* fix: don't show top banner on mainnet

* fix: show more btn not loading more content, update env example

* refactor: renamed migration name for gap len constraint removal

* refactor: ipfs volume

* add correct vars (#352)

Co-authored-by: nike-getto <[email protected]>

* fix: ipfs-redis-service (#360)

* fix/ipfs-redis-service: tls connection to redis

* fix/ipfs-redis-service: tls connection to redis

* fix/gov-search-rationale-votes: user votes and rationale are being checked when data is fetched (#359)

Co-authored-by: BEDev24 <[email protected]>

* fix: usersnap showing all on path change

* fix: Remove comments for selector ids

* fix: Usersnap query params issue

* fix/logging-magic-link: disabled mailing on local (#363)

* fix: search not unchecking filters after clicking on clear

* fix/add-indexes-to-searchable-columns: added indexes to searcable columns in the database (#394)

* feat: resend register invite (#397)

* feature/resend-register-invite: added endpoint for resending the register invite

* feature/resend-register-invite: minor changes

* feature/resend-register-invite: minor changes

* feat: resend invitation, inactive/active, hard delete

* feature/hard-delete-user: added hard delete user ability (#398)

* Feat: hard delete user (#400)

* feature/hard-delete-user: added hard delete user ability

* feature/hard-delete-user: updated swagger

* feat: hard delete user (#401)

* feature/hard-delete-user: added hard delete user ability

* feature/hard-delete-user: updated swagger

* feature/hard-delete-user: try catch for removing profile photo

* feat: implement delete user

* chore: refactor delete button component

* test/remove-users: added unit tests (#406)

* fix/sorting-users: sorted users by name in ascending order (#408)

* feat: add switch user modal and remove X button from role bar on admin dashboard

* fix: allow super admin to change status of cc memeber

* fix/sync-votes: sync vote rationale url (#412)

* fix: sync votes (#418)

* fix/sync-votes: sync vote rationale url

* fix/sync-votes: fixed unit tests

* feat: constitution page design improvements

* refactor/open-port-3002

* added rationale link on latest updates table

* refactor/worker-bull-borad

* feat: implemented new contents design

* fix: contents scroll

* fix: navigation side bar visual known issues

* fix: tooltip not showing on accordion summary

* fix: tooltip not showing on accordion summary

* fix/change-user-name-validation: Endabled character | (pipe) in the user name (#443)

* fix: highlight selected heading in contents and fix layout issues on small device screens

* feat: add loader and registration username validation

* feat: merge ga and rationale modals and add links to footer

* chore: return deleted modal

* fix/bullmq-redis-reconnect: added option reconnect on error (#449)

* fix: changed tabs design, date formating, removed cta on memebers card, add guardrails btn on landing page

* fix: ga modal showing wrong date

* fix: handle date foramting types

* fix: resolve vertical shifting of table rows in the latest updates

* fix: members card description overlapping

* feat: add guardrails rationale button

* fix: constitution upload btn text overlap

* fix: toc overlapping constitution on smaller screens

* fix: lengthen user profile name

* feat: rationale cip-136 (#462)

* feature/rationale-cip-136: rationale json according cip-136

* feature/reationale-cip-136: polish unit test

* chore: rationale cip-136 (#464)

* feature/rationale-cip-136: rationale json according cip-136

* feature/reationale-cip-136: polish unit test

* feature/reationale-cip-136: minor changes

* fix: limit for users name (#465)

* fix/limit-for-users-name: users name limited to 64 characters

* fix/limit-for-users-name: users name limited to 64 characters

* fix: redirect admin to main home page after signing out

* Revert rationale-cip-136 (#467)

* feature/rationale-cip-136: rationale json according cip-136

* feature/reationale-cip-136: polish unit test

* feature/reationale-cip-136: minor changes

* Revert "feature/rationale-cip-136: rationale json according cip-136"

This reverts commit c5d3b8a.

* Revert "Revert "feature/rationale-cip-136: rationale json according cip-136""

This reverts commit 4201690.

* Revert "Revert "Revert "feature/rationale-cip-136: rationale json according cip-136"""

This reverts commit 148ebbb.

---------

Co-authored-by: nikolajovancevic <[email protected]>
Co-authored-by: Kristina <[email protected]>
Co-authored-by: Baja-KS <[email protected]>
Co-authored-by: Lazar Lukić <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>
Co-authored-by: kubet <[email protected]>
Co-authored-by: Kristina <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>

---------

Co-authored-by: Baja-KS <[email protected]>
Co-authored-by: Lazar Lukić <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>
Co-authored-by: kubet <[email protected]>
Co-authored-by: nikolajovancevic <[email protected]>
Co-authored-by: Kristina <[email protected]>
Co-authored-by: Kristina <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
BEdev24 added a commit that referenced this pull request Dec 3, 2024
* feat: added new selectors

* feat: Upload button selector ids

* feat: Input and Select  selector ids

* feat: User List table selector ids

* fix: MultipleSelect rename selector ids

* fix: Rename Upload component selctor ids

* feat: Modal action buttons selector ids-Add member and Upload constitution

* feat: AdminTopNav Search component selector id

* feat: Admin signout & modal selector ids

* feat: AdminTopNav buttons selector ids

* feat: Navigation links selector ids

* Feat: Footer selector ids

* feat: Constitution page selector ids

* feat: Latest updates and votes selector ids

* feat: GA table selector ids

* fix dockle scan on ci

* fix registry login

* debug imgs

* scan tar imgs

* test

* add tar cleanup

* test

* pr workflow fix

* declutter dockle

* add comment

* add microservice in pr comment

* test w/ individual service failing

* fix dockerfile

* fix: vote table row responsiveness

* Refactor/change logic for file upload to S3 (#328)

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* refactor: changed getFileUrl function in order to display images on website for longer than 7 days

* feat: dht-queue (#336)

Added persistent dht-queue which will be responsible for publishing cid to dht

* refactor: image upload to S3 (#337)

* fitx/rationale-governance-format

Rationale - Removed body.references since it will be empty until CC-portal enables that feature
GAP title and abstract is now parsing in compatibility with CIP-0108 (body.title, body.abstract)

* chore: change guides btn link

* fix: rm-gap-title-abstract-len-constraint

Remove len constraints for gap.title and gap.abstract (was 80 and 2500 char length)
fixed error if db data is undefined when fetching from db sync

* refactor: add redis username

Added username env variable within backend/worker-service/ipfs-service

* Fix add redis creds (#343)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* Fix add redis creds (#344)

* feat: add redis user

* fix: add config to worker-service

* fix-add-redis-creds: fixed order within example.env

* fix: add docker compose args

* refactor: cache docker-compose

---------

Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>

* fix: typo

* fix: typo

* refactor: cache service

* refactor/redis-auth (#345)

* fix: plural grammar corrections

* refactor: pruning worker processors (#346)

* fix: latest updates content overlaping

* refactor: ipfs service path and minor refactoring

* fix: usersnap remove other buttons (#323)

* fix: Overlapping on tables

* fix: don't show top banner on mainnet

* fix: show more btn not loading more content, update env example

* refactor: renamed migration name for gap len constraint removal

* refactor: ipfs volume

* add correct vars (#352)

Co-authored-by: nike-getto <[email protected]>

* fix: ipfs-redis-service (#360)

* fix/ipfs-redis-service: tls connection to redis

* fix/ipfs-redis-service: tls connection to redis

* fix/gov-search-rationale-votes: user votes and rationale are being checked when data is fetched (#359)

Co-authored-by: BEDev24 <[email protected]>

* fix: usersnap showing all on path change

* fix: Remove comments for selector ids

* fix: Usersnap query params issue

* fix/logging-magic-link: disabled mailing on local (#363)

* fix: search not unchecking filters after clicking on clear

* fix/add-indexes-to-searchable-columns: added indexes to searcable columns in the database (#394)

* feat: resend register invite (#397)

* feature/resend-register-invite: added endpoint for resending the register invite

* feature/resend-register-invite: minor changes

* feature/resend-register-invite: minor changes

* feat: resend invitation, inactive/active, hard delete

* feature/hard-delete-user: added hard delete user ability (#398)

* Feat: hard delete user (#400)

* feature/hard-delete-user: added hard delete user ability

* feature/hard-delete-user: updated swagger

* feat: hard delete user (#401)

* feature/hard-delete-user: added hard delete user ability

* feature/hard-delete-user: updated swagger

* feature/hard-delete-user: try catch for removing profile photo

* feat: implement delete user

* chore: refactor delete button component

* test/remove-users: added unit tests (#406)

* fix/sorting-users: sorted users by name in ascending order (#408)

* feat: add switch user modal and remove X button from role bar on admin dashboard

* fix: allow super admin to change status of cc memeber

* fix/sync-votes: sync vote rationale url (#412)

* fix: sync votes (#418)

* fix/sync-votes: sync vote rationale url

* fix/sync-votes: fixed unit tests

* feat: constitution page design improvements

* refactor/open-port-3002

* added rationale link on latest updates table

* refactor/worker-bull-borad

* feat: implemented new contents design

* fix: contents scroll

* fix: navigation side bar visual known issues

* fix: tooltip not showing on accordion summary

* fix: tooltip not showing on accordion summary

* fix/change-user-name-validation: Endabled character | (pipe) in the user name (#443)

* fix: highlight selected heading in contents and fix layout issues on small device screens

* feat: add loader and registration username validation

* feat: merge ga and rationale modals and add links to footer

* chore: return deleted modal

* fix/bullmq-redis-reconnect: added option reconnect on error (#449)

* fix: changed tabs design, date formating, removed cta on memebers card, add guardrails btn on landing page

* fix: ga modal showing wrong date

* fix: handle date foramting types

* fix: resolve vertical shifting of table rows in the latest updates

* fix: members card description overlapping

* feat: add guardrails rationale button

* fix: constitution upload btn text overlap

* fix: toc overlapping constitution on smaller screens

* fix: lengthen user profile name

* feat: rationale cip-136 (#462)

* feature/rationale-cip-136: rationale json according cip-136

* feature/reationale-cip-136: polish unit test

* chore: rationale cip-136 (#464)

* feature/rationale-cip-136: rationale json according cip-136

* feature/reationale-cip-136: polish unit test

* feature/reationale-cip-136: minor changes

* fix: limit for users name (#465)

* fix/limit-for-users-name: users name limited to 64 characters

* fix/limit-for-users-name: users name limited to 64 characters

* fix: redirect admin to main home page after signing out

* Revert rationale-cip-136 (#467)

* feature/rationale-cip-136: rationale json according cip-136

* feature/reationale-cip-136: polish unit test

* feature/reationale-cip-136: minor changes

* Revert "feature/rationale-cip-136: rationale json according cip-136"

This reverts commit c5d3b8a.

* Revert "Revert "feature/rationale-cip-136: rationale json according cip-136""

This reverts commit 4201690.

* Revert "Revert "Revert "feature/rationale-cip-136: rationale json according cip-136"""

This reverts commit 148ebbb.

* fix: app error when multiple browser tabs are open

* chore: standardize latest updates close modal btn

* feat: add version history page

* fix: voting rationale should be CIP-136 compliant

* feat: change users role and permissions (#475)

* feature/change-users-role-and-permissions: provided endpoint for changing the user's role and permissions

* feature/change-users-roles-and-permissions: added postman collection

* feature/change-users-roles-and-permissions: changed post method to patch

* feature/change-users-roles-and-permissions: superadmin cannot be changed

* Revert "feat: change users role and permissions (#475)" (#476)

This reverts commit e32957e.

---------

Co-authored-by: nikolajovancevic <[email protected]>
Co-authored-by: Kristina <[email protected]>
Co-authored-by: Baja-KS <[email protected]>
Co-authored-by: Lazar Lukić <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
Co-authored-by: nike-getto <[email protected]>
Co-authored-by: BEDev24 <[email protected]>
Co-authored-by: kubet <[email protected]>
Co-authored-by: Kristina <[email protected]>
Co-authored-by: Vojimirovich <[email protected]>
@BEdev24 BEdev24 deleted the feature/resend-register-invite branch December 23, 2024 12:41
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.

1 participant