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

Import config JSON or YAML #143

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

Import config JSON or YAML #143

wants to merge 10 commits into from

Conversation

lotif
Copy link
Collaborator

@lotif lotif commented Dec 24, 2024

PR Type

Feature

Short Description

Clickup Ticket(s): https://app.clickup.com/t/868b1x701

Adding a button on the edit page to import a JSON or YAML file to populate the server configuration.

Screenshot 2024-12-24 at 11 52 46

Screenshot 2024-12-24 at 11 53 00

Screenshot 2024-12-24 at 11 53 09

Tests Added

Fully unit tested

@codecov-commenter
Copy link

codecov-commenter commented Dec 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.17%. Comparing base (94cc22b) to head (d92084f).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #143      +/-   ##
==========================================
+ Coverage   93.99%   94.17%   +0.17%     
==========================================
  Files          24       24              
  Lines        2166     2230      +64     
  Branches      178      189      +11     
==========================================
+ Hits         2036     2100      +64     
  Misses        130      130              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -54,7 +54,7 @@ repos:
- id: prettier-js-format
name: prettier-js-format
entry: yarn prettier
files: "florist/app"
files: "(florist/app|florist/tests/unit/app)"
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Shoehorning this here so prettier can also format the unit test files as well.

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.

2 participants