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

Improving SortOrder API #483

Closed
wants to merge 1 commit into from

Conversation

jdorleans
Copy link
Contributor

Description

  • Implementing props constructor to init an ASC SortOrder by default
  • Adding another direction and props constructor for extra flexibility
  • Creating new methods to facilitate addition of new sort order rules
  • Implementing unit tests
  • Writing documentation

Related Issue

Replacing old pull request #438

Motivation and Context

It's a more flexible and java compliant api

How Has This Been Tested?

Using existing test case in addition to new tests

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.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

- Implementing props constructor to init an ASC SortOrder by default
- Adding another direction and props constructor for extra flexibility
- Creating new methods to facilitate addition of new sort order rules
- Implementing unit tests
- Writing documentation
meistermeier pushed a commit that referenced this pull request May 14, 2018
- Implementing props constructor to init an ASC SortOrder by default
- Adding another direction and props constructor for extra flexibility
- Creating new methods to facilitate addition of new sort order rules
- Implementing unit tests
- Writing documentation

Original pull request: #483

(cherry picked from commit 98c40fe)
meistermeier added a commit that referenced this pull request May 14, 2018
Part of pull request: #483

(cherry picked from commit 0dd4106)
@meistermeier
Copy link
Collaborator

meistermeier commented May 14, 2018

Merged on master with e5b6a2f

Thanks for your contribution.

meistermeier pushed a commit that referenced this pull request Jun 21, 2018
- Implementing props constructor to init an ASC SortOrder by default
- Adding another direction and props constructor for extra flexibility
- Creating new methods to facilitate addition of new sort order rules
- Implementing unit tests
- Writing documentation

Original pull request: #483

Backport to 3.0
meistermeier added a commit that referenced this pull request Jun 21, 2018
Part of pull request: #483

Backport to 3.0

(cherry picked from commit 2b4c3ee)
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