Skip to content

Commit 6bcb24c

Browse files
AVthekingvarshith257palisadoespranshugupta54
authored
Merging develop-userTypeFix in develop (#1761)
* 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 <117595548+varshith257@users.noreply.github.com> Co-authored-by: Peter Harrison <16875803+palisadoes@users.noreply.github.com> Co-authored-by: M-Vamshi <21211a05f1@bvrit.ac.in> Co-authored-by: Pranshu <pranshgupta54@gmail.com>
1 parent 9a64e7e commit 6bcb24c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+3036
-2373
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Count number of lines
3939
run: |
4040
chmod +x ./.github/workflows/countline.py
41-
./.github/workflows/countline.py --lines 600 --exclude_files src/screens/LoginPage/LoginPage.tsx src/GraphQl/Queries/Queries.ts
41+
./.github/workflows/countline.py --lines 600 --exclude_files src/screens/LoginPage/LoginPage.tsx src/GraphQl/Queries/Queries.ts src/screens/OrgList/OrgList.tsx
4242
4343
- name: Get changed TypeScript files
4444
id: changed-files

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
. "$(dirname -- "$0")/_/husky.sh"
33

44
# npm run format:fix
5-
# npm run lint:fix
5+
npm run lint:fix
66
npm run lint-staged
77
npm run typecheck
88
npm run update:toc

0 commit comments

Comments
 (0)