-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add options for share json support #11
Merged
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
246d227
add bin to .gitignore
nf-s 93e7be1
add partial ConversionOption and add MembersResult type
nf-s f9f5876
add share-link conversion
nf-s 514489d
add story support
nf-s b4e8c2c
add share tests + some member props
nf-s 3e29e89
fix share test
nf-s 5bda4be
add basic story test
nf-s 9fc39eb
handle share id + knownContainerUniqueIds
nf-s 66f61b4
simplify share user-added data conversion + add user added data test
nf-s cab586e
add test code
nf-s b9b4bb1
fix test
nf-s 99a86de
user added data now works (single level only - no groups)
nf-s 1c362bf
Lock rollup-plugin-dts to 1.4.10
soyarsauce 84865ef
move "name" and "type" into catalogMemberPropsIgnore
nf-s d7f33ec
wms support
nf-s f6f847e
fix spelling
nf-s f1a5160
Merge remote-tracking branch 'origin/master' into wms
nf-s 3fd6419
Merge branch 'wms' of https://github.com/TerriaJS/catalog-converter i…
nf-s 7d75133
fix currentTime + copy over ids :o
nf-s 27ca9ea
Merge pull request #13 from TerriaJS/wms
nf-s 1495a85
share conversion - delete ids for user added data
nf-s fdf22ab
fix type
nf-s 699b56f
fix share tests + remove undefined copyProps
nf-s 91acd66
fix share workbenchIds
nf-s cf9b620
fix workbench order
nf-s 7d193d3
bump version for tag
soyarsauce 6dc6765
Add postinstall step
soyarsauce 271f86c
fix opacity
nf-s c168eee
Merge branch 'share-support' of http://github.com/TerriaJS/catalog-co…
nf-s c213482
0.0.2-alpha.1
soyarsauce 89778cd
0.0.2-alpha.2
soyarsauce 56c4b33
fixes
nf-s 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 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 |
---|---|---|
|
@@ -10,3 +10,5 @@ compiled | |
.awcache | ||
.rpt2_cache | ||
docs | ||
|
||
bin |
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
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
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
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
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.
Odd version number, to go from 0.0.2 to 0.0.2-alpha. Any reason? There's no good versioning policy for this repo yet so I'll take suggestions.
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.
I think @soyarsauce did this for terrace stuff