Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project summary #220

Merged
merged 7 commits into from
Dec 9, 2024
Merged

Project summary #220

merged 7 commits into from
Dec 9, 2024

Conversation

MarcMcIntosh
Copy link
Collaborator

Pull Request Title

Adds handler for project summary action.

Description

  • What was the problem?
  • How did you solve it?
  • Any background context or related links?

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Refactoring (no functional changes, only code improvements)
  • Documentation update

How to Test

Open chat and click the action that says "summarise project" or something similar.

Screenshots (if applicable)

Checklist

  • My code follows the code style of this project.
  • I have performed a self-review of my code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have added tests that prove my fix is effective or that my feature works.
  • New and existing unit tests pass locally with my changes.
  • Any dependent changes have been merged and published in downstream modules.
  • I have updated the documentation where necessary.

Linked Issues

Additional Notes

@MarcMcIntosh MarcMcIntosh marked this pull request as ready for review December 9, 2024 11:43
kinokritik and others added 3 commits December 9, 2024 14:32
 Conflicts:
	src/components/ChatLinks/ChatLinks.tsx

 Changes to be committed:
	modified:   src/components/ChatContent/ToolsContent.tsx
	modified:   src/components/ChatContent/UserInput.tsx
	modified:   src/components/ChatForm/ChatForm.tsx
	modified:   src/components/ChatLinks/ChatLinks.tsx
	new file:   src/components/DialogImage/DialogImage.tsx
	new file:   src/components/DialogImage/index.ts
	modified:   src/components/Dropzone/Dropzone.tsx
	modified:   src/components/IntegrationsView/CustomFieldsAndWidgets.tsx
	modified:   src/components/IntegrationsView/IntegrationCard.module.css
	modified:   src/components/IntegrationsView/IntegrationCard.tsx
	new file:   src/components/IntegrationsView/IntegrationCmdline/IntegrationCmdline.module.css
	new file:   src/components/IntegrationsView/IntegrationCmdline/IntegrationCmdline.tsx
	new file:   src/components/IntegrationsView/IntegrationCmdline/index.ts
	modified:   src/components/IntegrationsView/IntegrationDocker/IntegrationDocker.tsx
	modified:   src/components/IntegrationsView/IntegrationForm/IntegrationForm.tsx
	modified:   src/components/IntegrationsView/IntegrationsView.tsx
	modified:   src/components/IntegrationsView/icons/iconMap.ts
	new file:   src/components/IntegrationsView/icons/mysql.png
	modified:   src/components/Toolbar/Dropdown.tsx
	modified:   src/features/Integrations/renderIntegrationFormField.tsx
	modified:   src/hooks/useAttachedImages.ts
	modified:   src/hooks/useGetDockerContainersQuery.ts
	modified:   src/services/refact/docker.ts
	modified:   src/services/refact/integrations.ts
	modified:   src/services/refact/links.ts
	new file:   src/utils/formatProjectName.ts
@MarcMcIntosh MarcMcIntosh merged commit 9036637 into alpha Dec 9, 2024
2 checks passed
@MarcMcIntosh MarcMcIntosh deleted the project_summary branch December 9, 2024 14:24
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