Iss #68 - Update UI for Git ECA validation to be more friendly
Merge request reports
Activity
added 1 commit
- be3ef0be - Update error message for template, add committerEmail to stored data
added 1 commit
- 2854834a - Add missing comments, fix UI page title to not be HTML template
@webmaster can I get an SQL command run against the git-eca databases? I need to add a new column to capture the committer email so that we can properly inform about errors in processing. I did a quick test with whats currently on production and there's no errors if we add the column before this goes live.
ALTER TABLE CommitValidationMessage ADD COLUMN IF NOT EXISTS `committerEmail` varchar(255) DEFAULT NULL;
added 9 commits
-
2854834a...a1a2d15b - 6 commits from branch
eclipsefdn/it/api:master
- ff4975cb - Iss #68 (closed) - Update UI for Git ECA validation to be more friendly
- e9e52ff7 - Update error message for template, add committerEmail to stored data
- bd60dd23 - Add missing comments, fix UI page title to not be HTML template
Toggle commit list-
2854834a...a1a2d15b - 6 commits from branch
requested review from @heurtemattes, @zacharysabourin, and @mbarbero
The context for change: Updating the ECA validation UI to provide more useful context to users. The current implementation leaves something to be desired and can be a little confusing as it doesn't match what we currently do on production in Drupal. This adds a new section for more details on errors, but otherwise replicates the fields with what we have available.
mentioned in commit c64ea93c