-
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
F/1915 reflect custom config updates #4
Conversation
…ting the dcat-us 1.1 data stream
src/dcat-us/index.test.ts
Outdated
expect(chk1.distribution.length).toBe(6); | ||
}); | ||
|
||
it('formats catalog correctly', async function () { |
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.
Well, that's not supposed to be there 😅
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.
???
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 thought I had only copied one test, but it looks like the it('formats catalog correctly')
test got duplicated on accident @andrewctate
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.
Thank you!
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.
Oh, wait—don't forget the changelog!
Thanks for the reminder @andrewctate! I was about to do it before we got into the whole structural discussion with Thomas, but I forgot 😅. |
example-app/config/default.json
Outdated
@@ -1,4 +1,4 @@ | |||
{ | |||
"port": "8080", | |||
"arcgisPortal": "https://www.arcgis.com" | |||
"arcgisPortal": "https://www.mapsqa.arcgis.com" |
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.
Reminder to myself to remove this
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.
Nice work!
creating release v1.1.0 for koopjs/koop-output-dcat-us-11 name: v1.1.0 tag_name: v1.1.0 target_commitish: 1980b21 endpoint: https://api.github.com body: Added - Supports custom configuration values found at `site.data.feeds.dcatUS11` [#4](#4) ? publish release to github? (y/N) �[35D�[35C package
Added support for a site's custom configurations.
Affects the following issues:
https://devtopia.esri.com/dc/hub/issues/1915
https://devtopia.esri.com/dc/hub/issues/2064