Skip to content
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

Merged
merged 4 commits into from
Sep 28, 2021

Conversation

sonofflynn89
Copy link
Collaborator

@sonofflynn89 sonofflynn89 commented Sep 15, 2021

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

expect(chk1.distribution.length).toBe(6);
});

it('formats catalog correctly', async function () {
Copy link
Collaborator Author

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 😅

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

???

Copy link
Collaborator Author

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

Copy link
Contributor

@drewdaemon drewdaemon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

Copy link
Contributor

@drewdaemon drewdaemon left a 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!

@sonofflynn89
Copy link
Collaborator Author

Thanks for the reminder @andrewctate! I was about to do it before we got into the whole structural discussion with Thomas, but I forgot 😅.

@@ -1,4 +1,4 @@
{
"port": "8080",
"arcgisPortal": "https://www.arcgis.com"
"arcgisPortal": "https://www.mapsqa.arcgis.com"
Copy link
Collaborator Author

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

Copy link
Contributor

@drewdaemon drewdaemon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work!

@sonofflynn89 sonofflynn89 merged commit ff65bac into main Sep 28, 2021
drewdaemon added a commit that referenced this pull request Sep 28, 2021
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants