-
Notifications
You must be signed in to change notification settings - Fork 0
Add local ApiLink registry snapshots #256
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
Merged
Merged
Changes from 5 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
3b32d84
Configure platform contexts for ApiLink index resolution
viktorkombov 80b1b35
refactor(platform-context): simplify API docs version handling
viktorkombov ee9b8ae
Merge branch 'master' into vkombov/configure-apilink-index-resolution
ChronosSF 1c68209
feat: resolve ApiLink from local registry
viktorkombov 8665960
Merge branch 'vkombov/configure-apilink-index-resolution' of https://…
viktorkombov 8b7eda3
fix(platform-context): remove redundant URL replacement in getPlatfor…
viktorkombov 312a018
Remove Api Links props
viktorkombov b176046
Update React registry
viktorkombov 72cb93f
Fixed additional API links
viktorkombov 54fdc46
Update Angular registry
viktorkombov 1411869
List missing members
viktorkombov 9c01d66
Merge branch 'master' into vkombov/configure-apilink-index-resolution
viktorkombov bae7810
Merge branch 'master' into vkombov/configure-apilink-index-resolution
dobromirts 718f1c1
Remove prefixed, suffix, and exclude props from ApiLink components
Zneeky d111e84
Update React registry
viktorkombov aee86c8
Fixed additional API links
viktorkombov 913126a
Update Angular registry
viktorkombov 16892ff
List missing members
viktorkombov 55c0b5d
Remove Api Links props
viktorkombov b7bc82c
Merge remote-tracking branch 'origin/vkombov/remove-api-links-unused-…
Zneeky dad0542
Merge branch 'vkombov/remove-api-links-unused-props' into aahmedov/st…
Zneeky c13f388
Merge pull request #293 from IgniteUI/aahmedov/strip-apilink-prefixed…
viktorkombov 9dd9014
Fix spacing issues in sync scripts
viktorkombov 1f0dd1a
Fix a bug with ApiLink imports that accidentally landed inside platfo…
viktorkombov e72c43d
Change imports order
viktorkombov 0213a76
Add .gitattributes to enforce LF line endings for MD and MDX files
dobromirts 95d7803
Merge pull request #294 from IgniteUI/vkombov/remove-api-links-unused…
dobromirts 20a4a1f
Improve markdown file normalization by using file descriptors for rea…
viktorkombov 5a77198
Merge branch 'master' of https://github.com/IgniteUI/docs-template in…
viktorkombov 1dd5591
Add angular auto generated changes
viktorkombov 13a3b75
Fix typo in conditional formatting method references in data-analysis…
viktorkombov c1e6747
Refactor Angular sync process in check-mdx-links script to use npm sc…
viktorkombov a00669c
Enhance ApiLink resolution by returning member details and improving …
viktorkombov c117cf2
Remove unnecessary properties from ApiLink components
viktorkombov 7ff7ca4
feat: add API link check reports for React and Web Components
viktorkombov 03da3b4
Potential fix for pull request finding 'CodeQL / Incomplete string es…
viktorkombov 112fe44
Merge branch 'master' into vkombov/configure-apilink-index-resolution
viktorkombov 65adb92
chore(api-links): clean registry migration tooling
viktorkombov 0668271
Use one source of truth for platform configurations
viktorkombov c045ad8
Merge branch 'vkombov/configure-apilink-index-resolution' of https://…
viktorkombov 1f4a796
refactor(api-links): update ApiLink usage to remove deprecated ApiRef…
viktorkombov 4875156
chore(*): updating to v20 for new api link resolution
ChronosSF File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "files": [ | ||
| "angular/staging-latest.json", | ||
| "blazor/staging-latest.json", | ||
| "react/staging-latest.json", | ||
| "webcomponents/staging-latest.json" | ||
| ] | ||
| } |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.