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

feat: add UI support for flag metadata #3717

Merged
merged 48 commits into from
Jan 1, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
4cc9107
feat: add MetadataForm component and flag metadata types
devin-ai-integration[bot] Dec 11, 2024
ccc3b9e
feat: integrate MetadataForm into FlagForm
devin-ai-integration[bot] Dec 11, 2024
88bf310
feat: update RTK Query endpoints for flag metadata
devin-ai-integration[bot] Dec 11, 2024
2f10060
chore: add testing dependencies for MetadataForm tests
devin-ai-integration[bot] Dec 11, 2024
7920bb7
test: add MetadataForm component tests
devin-ai-integration[bot] Dec 11, 2024
c318134
chore: update jest config for React and TypeScript testing
devin-ai-integration[bot] Dec 11, 2024
d0ea297
chore: update testing dependencies and babel config
devin-ai-integration[bot] Dec 11, 2024
c824b5e
chore: update jest configuration and dependencies
devin-ai-integration[bot] Dec 11, 2024
1706d47
chore: add babel-jest for React component testing
devin-ai-integration[bot] Dec 11, 2024
8908d00
test: enhance React testing configuration
devin-ai-integration[bot] Dec 11, 2024
edb1d5a
test: relocate MetadataForm test file
devin-ai-integration[bot] Dec 11, 2024
f60c386
test: improve MetadataForm test selectors and type handling
devin-ai-integration[bot] Dec 11, 2024
bb32cb4
chore: ignore coverage directory
devin-ai-integration[bot] Dec 11, 2024
fba571e
chore: remove coverage directory
devin-ai-integration[bot] Dec 11, 2024
4a56d35
test: update MetadataForm test formatting
devin-ai-integration[bot] Dec 11, 2024
b9321dd
chore: update ui/.gitignore
devin-ai-integration[bot] Dec 11, 2024
7fa0d46
fix: resolve linting issues and move test dependencies
devin-ai-integration[bot] Dec 11, 2024
4e46fee
fix: move testing libraries to devDependencies
devin-ai-integration[bot] Dec 11, 2024
3c5a91c
test: add test setup and mock files
devin-ai-integration[bot] Dec 11, 2024
a1b6702
chore: prepare for test file cleanup
devin-ai-integration[bot] Dec 11, 2024
0746a01
chore: remove unit test files in favor of e2e tests
devin-ai-integration[bot] Dec 11, 2024
1603164
test: add playwright tests for flag metadata
devin-ai-integration[bot] Dec 11, 2024
13d816e
chore: origin add back ui/data tests
markphelps Dec 11, 2024
011356f
chore: revert ui test config
markphelps Dec 11, 2024
941f38d
chore: delete unneeded tests configs, add back helpers tests
markphelps Dec 11, 2024
a697b33
chore: redo package.json
markphelps Dec 11, 2024
e0ade7c
Merge branch 'main' into devin/1733937099-flag-metadata
markphelps Dec 13, 2024
8ebddfa
chore: support objects and primitives in metadata
markphelps Dec 14, 2024
961bd3c
chore: handle arrays
markphelps Dec 14, 2024
e195131
chore: simplify
markphelps Dec 14, 2024
d219155
chore: only show types/subtypes for new fields
markphelps Dec 14, 2024
05ee8c9
chore: fix lint issues
markphelps Dec 14, 2024
3c6ce5b
Merge branch 'main' into devin/1733937099-flag-metadata
markphelps Dec 14, 2024
973c775
Merge branch 'main' into devin/1733937099-flag-metadata
markphelps Dec 15, 2024
3fa0c5c
Merge branch 'main' into devin/1733937099-flag-metadata
markphelps Dec 27, 2024
7059b6c
Merge branch 'main' into devin/1733937099-flag-metadata
markphelps Dec 30, 2024
befc1f3
chore: fix tests
markphelps Dec 31, 2024
2c507e3
Merge branch 'main' into devin/1733937099-flag-metadata
markphelps Dec 31, 2024
a68a1e9
chore: try to fix readonly flag test
markphelps Dec 31, 2024
922b0ce
chore: rename metadata flag for tests
markphelps Dec 31, 2024
24de647
chore: revert back to original icons in flag form
markphelps Dec 31, 2024
1232a44
chore: add error boundary for metadata form
markphelps Dec 31, 2024
61d4af0
chore: revert string as key helper
markphelps Jan 1, 2025
806f1a1
chore: handle duplicate key errors
markphelps Jan 1, 2025
f2a2eff
Merge branch 'main' into devin/1733937099-flag-metadata
markphelps Jan 1, 2025
eb03b3f
chore: update specs
markphelps Jan 1, 2025
fa44633
Merge branch 'devin/1733937099-flag-metadata' of https://github.com/f…
markphelps Jan 1, 2025
73a08b4
chore: ui IT test fix
markphelps Jan 1, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: redo package.json
Signed-off-by: Mark Phelps <[email protected]>
  • Loading branch information
markphelps committed Dec 11, 2024
commit a697b3345c8357d46a2302559497f5607ab1e55b
Loading
Loading