This repository has been archived by the owner on Aug 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
feat: metadata logger for extension #663
Open
ascariandrea
wants to merge
2
commits into
daily
Choose a base branch
from
fix/metadata-parser-in-extension
base: daily
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ascariandrea
force-pushed
the
fix/metadata-parser-in-extension
branch
2 times, most recently
from
September 19, 2022 11:06
bd8adaa
to
1a9eb9a
Compare
ascariandrea
force-pushed
the
daily
branch
2 times, most recently
from
September 21, 2022 11:15
9184fe8
to
65e7274
Compare
ascariandrea
force-pushed
the
fix/metadata-parser-in-extension
branch
from
September 21, 2022 11:57
1a9eb9a
to
86af530
Compare
ascariandrea
force-pushed
the
daily
branch
10 times, most recently
from
September 22, 2022 17:35
ca80437
to
40dfc3f
Compare
ascariandrea
force-pushed
the
fix/metadata-parser-in-extension
branch
from
September 27, 2022 14:47
86af530
to
0dcc01c
Compare
ascariandrea
force-pushed
the
fix/metadata-parser-in-extension
branch
2 times, most recently
from
September 27, 2022 16:13
401395c
to
dc4937b
Compare
ascariandrea
force-pushed
the
refactor/shared-parsers
branch
4 times, most recently
from
September 29, 2022 12:48
10f526f
to
289784a
Compare
ascariandrea
force-pushed
the
fix/metadata-parser-in-extension
branch
3 times, most recently
from
September 29, 2022 15:21
45aeafe
to
294f813
Compare
Hi @ascariandrea a two small problems happening on my testing:
|
ascariandrea
changed the base branch from
fix/yt-nature-parser
to
fix/tk-profile-parser
October 4, 2022 14:09
ascariandrea
force-pushed
the
fix/tk-profile-parser
branch
from
October 4, 2022 14:23
3148dce
to
b6a44bc
Compare
ascariandrea
force-pushed
the
fix/metadata-parser-in-extension
branch
from
October 4, 2022 14:24
cfa0f5b
to
a62a585
Compare
ascariandrea
force-pushed
the
fix/tk-profile-parser
branch
4 times, most recently
from
October 4, 2022 16:29
d5c15ac
to
db2f9ed
Compare
ascariandrea
force-pushed
the
fix/metadata-parser-in-extension
branch
from
October 4, 2022 16:30
a62a585
to
2710720
Compare
ascariandrea
force-pushed
the
fix/tk-profile-parser
branch
5 times, most recently
from
October 5, 2022 12:22
c6ce410
to
fef5689
Compare
ascariandrea
force-pushed
the
fix/metadata-parser-in-extension
branch
from
October 10, 2022 09:21
2710720
to
b6c4816
Compare
ascariandrea
force-pushed
the
fix/metadata-parser-in-extension
branch
2 times, most recently
from
October 10, 2022 13:43
912bcba
to
39cabf5
Compare
ascariandrea
force-pushed
the
fix/metadata-parser-in-extension
branch
from
October 11, 2022 10:35
39cabf5
to
e95b751
Compare
ascariandrea
force-pushed
the
fix/metadata-parser-in-extension
branch
2 times, most recently
from
October 27, 2022 11:51
b88bbd8
to
bec0a28
Compare
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.1/CHANGELOG.md) - [Commits](webpack/loader-utils@v1.4.0...v1.4.1) --- updated-dependencies: - dependency-name: loader-utils dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
ascariandrea
force-pushed
the
fix/metadata-parser-in-extension
branch
from
November 15, 2022 11:42
bec0a28
to
5affd6a
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here's a POC for a
MetadataLogger
component that gives a real time feedback for the collected contributions, with the expected metadata.At the moment the component misses a few things:
With the adding of the storybook #683 it would be easier to polish the UI - and fix the behaviour - without having to load & watch the extension in the browser.