Skip to content

feat: Added flow generation internal routing and needed tables#16

Merged
Mo2Hefny merged 16 commits into
developfrom
feat/add-crawler-apis-and-updated-schemas
Jun 13, 2026
Merged

feat: Added flow generation internal routing and needed tables#16
Mo2Hefny merged 16 commits into
developfrom
feat/add-crawler-apis-and-updated-schemas

Conversation

@Karim-Agami

Copy link
Copy Markdown
Collaborator

No description provided.

Karim-Agami and others added 15 commits April 13, 2026 03:29
- 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.
@github-actions

github-actions Bot commented Jun 12, 2026

Copy link
Copy Markdown

🧪 Test & Coverage Report

Metric Result
Status ✅ Passed
Tests ✅ 209 passed / 209 total
Suites 26 passed / 26 total

Coverage

Category Coverage Covered / Total
🟡 Statements 74.03% 1243 / 1679
🔴 Branches 46.14% 305 / 661
🟡 Functions 60.61% 137 / 226
🟡 Lines 74.74% 1184 / 1584

Updated for commit a202e67

@Mo2Hefny Mo2Hefny left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you change the mount endpoint for the testflows and check why the unittests are failing

Comment thread src/app.ts Outdated
const apiBase = env.API_PREFIX;
app.use(`${apiBase}/auth`, authRoutes);
app.use(`${apiBase}/projects`, projectRoutes);
app.use("/internal", internalTestFlowRouter);

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use apiBase please.

@Karim-Agami

Karim-Agami commented Jun 13, 2026 via email

Copy link
Copy Markdown
Collaborator Author

@Mo2Hefny Mo2Hefny merged commit a696831 into develop Jun 13, 2026
2 checks passed
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.

3 participants