Skip to content

Commit

Permalink
Merge branch 'develop' into encrypt_email
Browse files Browse the repository at this point in the history
  • Loading branch information
prayanshchh authored Nov 4, 2024
2 parents 32ac7c4 + 7631f17 commit 5a976c5
Show file tree
Hide file tree
Showing 206 changed files with 15,458 additions and 7,774 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Count number of lines
run: |
chmod +x ./.github/workflows/countline.py
./.github/workflows/countline.py --lines 600 --exclude_files src/types/generatedGraphQLTypes.ts tests src/typeDefs/types.ts src/constants.ts
./.github/workflows/countline.py --lines 600 --exclude_files src/types/generatedGraphQLTypes.ts tests src/typeDefs/types.ts src/constants.ts src/typeDefs/inputs.ts
- name: Check for TSDoc comments
run: npm run check-tsdoc # Run the TSDoc check script
Expand Down
5 changes: 3 additions & 2 deletions codegen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ const config: CodegenConfig = {

CheckIn: "../models/CheckIn#InterfaceCheckIn",

MessageChat: "../models/MessageChat#InterfaceMessageChat",

Comment: "../models/Comment#InterfaceComment",

Community: "../models/Community#InterfaceCommunity",
Expand Down Expand Up @@ -100,6 +98,9 @@ const config: CodegenConfig = {
User: "../models/User#InterfaceUser",

Venue: "../models/Venue#InterfaceVenue",

VolunteerMembership:
"../models/VolunteerMembership#InterfaceVolunteerMembership",
},

useTypeImports: true,
Expand Down
1 change: 0 additions & 1 deletion config/vitestSetup.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// FAIL LOUDLY on unhandled promise rejections / errors
process.on("unhandledRejection", (reason) => {
// eslint-disable-next-line no-console
console.log("FAILED TO HANDLE PROMISE REJECTION");
throw reason;
});
Expand Down
8 changes: 7 additions & 1 deletion locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,11 @@
"registrant.alreadyUnregistered": "Already unregistered for the event",
"translation.alreadyPresent": "Translation Already Present",
"translation.notFound": "Translation not found",
"parameter.missing": "Missing Skip parameter. Set it to either 0 or some other value not found"
"parameter.missing": "Missing Skip parameter. Set it to either 0 or some other value not found",
"tag.alreadyExists": "A tag with the same name already exists at this level",
"invalid.contentType": "Invalid content type. Expected multipart/form-data",
"invalid.fieldFileName": "Invalid file input field name received",
"file.sizeExceeded": "File size exceeds the allowable limit",
"file.notFound": "File not found.",
"invalid.argument": "Invalid argument received"
}
8 changes: 7 additions & 1 deletion locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,11 @@
"registrant.alreadyUnregistered": "Déjà non inscrit à l'événement",
"translation.alreadyPresent": "Traduction déjà présente",
"translation.notFound": "Traduction introuvable",
"parameter.missing": "Paramètre de saut manquant. Réglez-le sur 0 ou sur une autre valeur"
"parameter.missing": "Paramètre de saut manquant. Réglez-le sur 0 ou sur une autre valeur",
"tag.alreadyExists": "Un tag avec le même nom existe déjà à ce niveau",
"invalid.contentType": "Type de contenu invalide. multipart/form-data attendu.",
"invalid.fieldFileName": "Nom de champ de fichier non valide reçu.",
"file.sizeExceeded": "La taille du fichier dépasse la limite autorisée.",
"file.notFound": "Fichier non trouvé.",
"invalid.argument": "Argument non valide reçu."
}
8 changes: 7 additions & 1 deletion locales/hi.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,11 @@
"registrant.alreadyUnregistered": "घटना के लिए पहले से ही अपंजीकृत",
"translation.alreadyPresent": "अनुवाद पहले से मौजूद है",
"translation.notFound": "अनुवाद नहीं मिला",
"parameter.missing": "छोड़ें पैरामीटर मौजूद नहीं है. इसे 0 या किसी अन्य मान पर सेट करें"
"parameter.missing": "छोड़ें पैरामीटर मौजूद नहीं है. इसे 0 या किसी अन्य मान पर सेट करें",
"tag.alreadyExists": "इस स्तर पर समान नाम वाला टैग पहले से मौजूद है",
"invalid.contentType": "अमान्य सामग्री प्रकार। अपेक्षित है multipart/form-data।",
"invalid.fieldFileName": "अमान्य फ़ाइल इनपुट फ़ील्ड नाम प्राप्त हुआ।",
"file.sizeExceeded": "फ़ाइल का आकार अनुमत सीमा से अधिक है।",
"file.notFound": "फ़ाइल नहीं मिली।",
"invalid.argument": "अमान्य तर्क प्राप्त हुआ।"
}
8 changes: 7 additions & 1 deletion locales/sp.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,11 @@
"registrant.alreadyUnregistered": "Ya no está registrado para el evento",
"translation.alreadyPresent": "Traducción ya presente",
"translation.notFound": "Traducción no encontrada",
"parameter.missing": "Falta el parámetro Omitir. Establézcalo en 0 o en algún otro valor"
"parameter.missing": "Falta el parámetro Omitir. Establézcalo en 0 o en algún otro valor",
"tag.alreadyExists": "Ya existe una etiqueta con el mismo nombre en este nivel",
"invalid.contentType": "Tipo de contenido no válido. Se esperaba multipart/form-data.",
"invalid.fieldFileName": "Se recibió un nombre de campo de archivo no válido.",
"file.sizeExceeded": "El tamaño del archivo supera el límite permitido.",
"file.notFound": "Archivo no encontrado.",
"invalid.argument": "Se recibió un argumento no válido."
}
8 changes: 7 additions & 1 deletion locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,11 @@
"registrant.alreadyUnregistered": "已取消注册该活动",
"translation.alreadyPresent": "翻译已经存在",
"translation.notFound": "找不到翻译",
"parameter.missing": "缺少跳过参数。将其设置为 0 或其他值"
"parameter.missing": "缺少跳过参数。将其设置为 0 或其他值",
"tag.alreadyExists": "此级别已存在相同名称的标签",
"invalid.contentType": "内容类型无效。预期为 multipart/form-data。",
"invalid.fieldFileName": "收到无效的文件输入字段名称。",
"file.sizeExceeded": "文件大小超过允许的限制。",
"file.notFound": "文件未找到。",
"invalid.argument": "收到无效的参数。"
}
Loading

0 comments on commit 5a976c5

Please sign in to comment.