Skip to content

Commit

Permalink
Merging develop-userTypeFix in develop (#1761)
Browse files Browse the repository at this point in the history
* merged develop

* fixed conflicts

* fixed conflicts

* fix

* merged

* fix

* fix count of lines test

* fix linting error

* Update LoginPage.tsx

* Update MemberDetail.test.tsx

* Update MemberDetail.tsx

* Update OrganizationPeople.test.tsx

* Update OrganizationPeople.tsx

* Update Organizations.tsx

* fixed linting error

* fixed linting error

* fixed formatting error

* uncommented husky file

* fix same branch name

* fix

* removed eslint-disable

* fix query

* fix test

* fix test

* fix lint

* Add image and email fields to LOGIN_MUTATION

* fix home test

* Remove adminApproved field and update login test

* Add adminApproved field to LOGIN_MUTATION

* fix

* fixed organization test

* fixed member detail test

* fix

* fixed remaining test

* Added more test for partial coverage

* removed logs

* removed logs

* removed logs

* Update adminApproved field in Queries.ts and UserTableItem.test.tsx

---------

Co-authored-by: Vamshi Maskuri <[email protected]>
Co-authored-by: Peter Harrison <[email protected]>
Co-authored-by: M-Vamshi <[email protected]>
Co-authored-by: Pranshu <[email protected]>
  • Loading branch information
5 people authored Mar 23, 2024
1 parent 9a64e7e commit 6bcb24c
Show file tree
Hide file tree
Showing 48 changed files with 3,036 additions and 2,373 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Count number of lines
run: |
chmod +x ./.github/workflows/countline.py
./.github/workflows/countline.py --lines 600 --exclude_files src/screens/LoginPage/LoginPage.tsx src/GraphQl/Queries/Queries.ts
./.github/workflows/countline.py --lines 600 --exclude_files src/screens/LoginPage/LoginPage.tsx src/GraphQl/Queries/Queries.ts src/screens/OrgList/OrgList.tsx
- name: Get changed TypeScript files
id: changed-files
Expand Down
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
. "$(dirname -- "$0")/_/husky.sh"

# npm run format:fix
# npm run lint:fix
npm run lint:fix
npm run lint-staged
npm run typecheck
npm run update:toc
Expand Down
Loading

0 comments on commit 6bcb24c

Please sign in to comment.