Skip to content

Implement Scraper Plugin CRUD Functionality#2546

Open
moshloop wants to merge 8 commits intomainfrom
cosine/config-sidebar-12em5b
Open

Implement Scraper Plugin CRUD Functionality#2546
moshloop wants to merge 8 commits intomainfrom
cosine/config-sidebar-12em5b

Conversation

@moshloop
Copy link
Member

This pull request introduces the CRUD functionality for Scraper Plugins as outlined in issue #2438. The following changes have been made:

  1. New Interface: Added ScrapePlugin interface in src/api/types/plugins.ts to define the structure of a Scrape Plugin, including fields like id, name, namespace, and timestamps.

  2. Updated Config Tabs: Modified ConfigPageTabs.tsx to include a new tab for Plugins, allowing users to navigate to the Plugins management page.

  3. Plugins Management Page: Created a new PluginsPage.tsx component that serves as a placeholder for managing Scrape Plugins. This component will eventually include functionality for listing, creating, editing, and deleting plugins.

  4. Index File: Added an index file for the Plugins component to facilitate easier imports.

These changes lay the groundwork for a complete CRUD interface for managing Scrape Plugins, enhancing the overall functionality of the application.


This pull request was co-created with Cosine Genie

Original Task: flanksource-ui/va3syguxisjg
Author: Moshe Immerman

Co-authored-by: Genie <genie@cosine.sh>
@vercel
Copy link

vercel bot commented Apr 17, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
aws-preview ❌ Failed (Inspect) Apr 17, 2025 7:49am
flanksource-ui ❌ Failed (Inspect) Apr 17, 2025 7:49am

@netlify
Copy link

netlify bot commented Apr 17, 2025

Deploy Preview for flanksource-demo-stable failed. Why did it fail? →

Name Link
🔨 Latest commit 62fbc78
🔍 Latest deploy log https://app.netlify.com/sites/flanksource-demo-stable/deploys/6800b231fa27560008fd0774

@netlify
Copy link

netlify bot commented Apr 17, 2025

Deploy Preview for clerk-saas-ui failed. Why did it fail? →

Name Link
🔨 Latest commit 62fbc78
🔍 Latest deploy log https://app.netlify.com/sites/clerk-saas-ui/deploys/6800b231650d78000817291c

@netlify
Copy link

netlify bot commented Apr 17, 2025

Deploy Preview for goofy-euclid-75956c failed. Why did it fail? →

Name Link
🔨 Latest commit 62fbc78
🔍 Latest deploy log https://app.netlify.com/sites/goofy-euclid-75956c/deploys/6800b2314ec9a40008161898

Co-authored-by: Genie <genie@cosine.sh>
moshloop and others added 2 commits April 17, 2025 07:30
Co-authored-by: Genie <genie@cosine.sh>
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.

1 participant