feat: Added flow generation internal routing and needed tables#16
Merged
Conversation
- Added new models and schemas for CrawlSession and related data. - Created controller and routes for managing crawl sessions. - Implemented service layer for business logic related to crawl sessions. - Introduced a queue system for handling crawl tasks asynchronously. - Added a worker to process crawl jobs and manage their lifecycle. - Created a fake crawler for testing purposes. - Updated package dependencies to use the latest version of @coveritlabs/contracts. - Modified .gitignore to exclude .npmrc file.
Reverts inconsistent vendor-based mappings and standardizes contracts to snake_case while using Camelized<T> for application models. BREAKING CHANGE: Inconsistency still exists.
🧪 Test & Coverage Report
Coverage
|
Mo2Hefny
requested changes
Jun 12, 2026
Mo2Hefny
left a comment
Member
There was a problem hiding this comment.
Can you change the mount endpoint for the testflows and check why the unittests are failing
| const apiBase = env.API_PREFIX; | ||
| app.use(`${apiBase}/auth`, authRoutes); | ||
| app.use(`${apiBase}/projects`, projectRoutes); | ||
| app.use("/internal", internalTestFlowRouter); |
Collaborator
Author
|
changed it and also test passed now check the PR
…On Fri, 12 Jun 2026 at 18:42, Moamen Hefny ***@***.***> wrote:
***@***.**** requested changes on this pull request.
Can you change the mount endpoint for the testflows and check why the
unittests are failing
------------------------------
In src/app.ts
<#16 (comment)>
:
> @@ -48,6 +49,7 @@ app.get("/docs.json", (_req: Request, res: Response) => {
const apiBase = env.API_PREFIX;
app.use(`${apiBase}/auth`, authRoutes);
app.use(`${apiBase}/projects`, projectRoutes);
+app.use("/internal", internalTestFlowRouter);
Use apiBase please.
—
Reply to this email directly, view it on GitHub
<#16?email_source=notifications&email_token=BDSZZV3SWIFA5M2EHOXQQI347QQH7A5CNFSNUABKM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UKJSXM2LFO4XTINBYG4YDGMJXGIZ2M4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2KYZTPN52GK4S7MNWGSY3L#pullrequestreview-4487031723>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BDSZZV3MGORVTYTLWPDZ4XT47QQH7AVCNFSNUABGKJSXA33TNF2G64TZHMYTCNZUGQZDEMJVHA5US43TOVSTWNBWGQ4TQMBWGMZTHILWAI>
.
Triage notifications, keep track of coding agent tasks and review pull
requests on the go with GitHub Mobile for iOS
<https://github.com/notifications/mobile/ios/BDSZZVYV2CUHNJAIWMGGRPL47QQH7A5CNFSNUABKM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UKJSXM2LFO4XTINBYG4YDGMJXGIZ2M4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2KUZTPN52GK4S7NFXXG>
and Android
<https://github.com/notifications/mobile/android/BDSZZV2N3TFMASWFCHXWWS347QQH7A5CNFSNUABKM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UKJSXM2LFO4XTINBYG4YDGMJXGIZ2M4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2K4ZTPN52GK4S7MFXGI4TPNFSA>.
Download it today!
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Mo2Hefny
approved these changes
Jun 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.