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

Improved the validation error messages on export template parsing #1113

Merged
merged 3 commits into from
Jun 14, 2024

Conversation

sparkhi
Copy link
Collaborator

@sparkhi sparkhi commented Jun 11, 2024

Merging the error message improvements into the release branch
The main change is,
Earlier the order of checks was

  1. Is it a profile results column?
  2. Is it a constant string column?
  3. Anything else - treat it as Data modifier column

Now we have changed the checking order between 2 and 3, this means "anything else" is treated as a constant string column and automatically, the associated error messages indicate syntax error accordingly

Copy link
Collaborator

@MancunianSam MancunianSam left a comment

Choose a reason for hiding this comment

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

👍

@sparkhi sparkhi merged commit d59529d into 6.8.x-release Jun 14, 2024
11 checks passed
sparkhi added a commit that referenced this pull request Jun 26, 2024
* some documentation update

* [maven-release-plugin] prepare release droid-6.8.0-RC1

* [maven-release-plugin] prepare for next development iteration

* Export dialog minimum size reduced and tooltip made multiline (#1110)

* > not allowed in javadoc

* [maven-release-plugin] prepare release droid-6.8.0-RC2

* [maven-release-plugin] prepare for next development iteration

* Improved the validation error messages on export template parsing (#1113)

* Improved the validation error messages on export template parsing

* Updated documentation for csv columns in relation to export template

* Updated cxf version due to underlying vulnerability

* Updated changelog

* [maven-release-plugin] prepare release droid-6.8.0-RC3

* [maven-release-plugin] prepare for next development iteration

* Updated to latest JRE, increased max memory and updated docs to reflect the changes (#1115)

* Updated to latest JRE, increased max memory and updated docs to reflect the changes

* Case corrected for Megabytes

* Removed appveyor build status icon

* Minor text correction

* [maven-release-plugin] prepare release droid-6.8.0

* [maven-release-plugin] prepare for next development iteration

---------

Co-authored-by: Saurabh Parkhi <[email protected]>
@sparkhi sparkhi deleted the improvements-to-export-template-parsing-errors branch November 13, 2024 12:20
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