-
Notifications
You must be signed in to change notification settings - Fork 33
feat: templated external links (draft) #1910
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
Draft
GBirkel
wants to merge
24
commits into
SciCatProject:master
Choose a base branch
from
als-computing:templated-external-links
base: master
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.
Draft
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
a5a3c28
Merge pull request #3 from SciCatProject/master
GBirkel 9bc67e1
Merge pull request #4 from SciCatProject/master
GBirkel 0e97ce2
Dealing with CSS name collisions in browser space. Slight re-orderin…
GBirkel 004482b
Adding a header style for links.
GBirkel 7255794
Draft dataset links card.
GBirkel 237d4a1
Changing this color to one that matches the saturation and luminance …
GBirkel f263e26
Seems to be a typo. Can't find any reason why this would be here fro…
GBirkel 946f145
Oops; fixing a typo.
GBirkel 67671bb
Merge commit '5f56da2d2a8f1b981ecbe1fa875971af64a58194' into template…
GBirkel 0f7c8e8
Adapting the newly introduced style class names.
GBirkel 3cbeb67
Patching the local SDK generator to support SciCat live. (Cannot fet…
GBirkel 16c4dec
Minor comment to patched script.
GBirkel 584613f
Development SDK generation script patches, for playing nice with SciC…
GBirkel 6b407e3
Just some minor code commentary.
GBirkel 12c11b8
Merge branch 'refs/heads/master' into templated-external-links
GBirkel e9b65e3
Accepting an alternate Swagger URL via command line argument.
GBirkel f40bd25
Merge remote-tracking branch 'refs/remotes/origin/master' into templa…
GBirkel f757346
Now displaying links.
GBirkel 79a6695
Deprecation note
GBirkel 469142a
Merge branch 'refs/heads/master' into templated-external-links
GBirkel 9dd6624
New field in state, and new selector for external links. Code to fet…
GBirkel 2c9308f
Further refinements to the SDK generation script.
GBirkel ba107ec
Minor fix to SDK copy paths.
GBirkel 41712c6
Merge branch 'refs/heads/master' into templated-external-links
GBirkel 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
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
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
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
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
2 changes: 1 addition & 1 deletion
2
src/app/datasets/dataset-detail/dataset-detail/dataset-detail.component.scss
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
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
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
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
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
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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should make this code more robust.
Please read my comments below and see if they make sense.