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

Updating the format of rawstatistics local config #148

Merged
merged 1 commit into from
Mar 13, 2019

Conversation

ryanrath
Copy link
Contributor

@ryanrath ryanrath commented Mar 4, 2019

Description

The new Configuration class requires that the type of merged values to be the
same. It is also desirable that the order in which entries in the realms
property retain the order in which they are read / processed. To this end the
realms value has been changed to an array in the base config file. This commit
propagates that change to its local config file.

Motivation and Context

So that it plays nice w/ the newly updated rawstatistics.json base file in xdmod

Tests performed

Manual Testing via xsede docker && xdmod-dev port.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project as found in the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

The new `Configuration` class requires that the type of merged values to be the
same. It is also desirable that the order in which entries in the `realms`
property retain the order in which they are read / processed. To this end the
`realms` value has been changed to an array in the base config file. This commit
propagates that change to its local config file.
@ryanrath
Copy link
Contributor Author

ryanrath commented Mar 4, 2019

NOTE This PR will fail until ubccr/xdmod#818 has been merged.

@ryanrath ryanrath requested a review from jpwhite4 March 11, 2019 13:49
@jpwhite4 jpwhite4 merged commit 59cc3b1 into ubccr:xdmod8.1 Mar 13, 2019
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