develop <- master (backmerge) #521
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fix(questionnaire): missing information now in correct place (fix(questionnaire): missing information now in correct place #443)
fix(questionnair): missing information now in correct place
it now displays the correct message "Please read & accept" instead of
missing information and the notification is now in the correct place
Update app/assets/javascripts/validate.js
Revert "Update app/assets/javascripts/validate.js"
This reverts commit bc54783.
Signed-off-by: Peter Kos [email protected]
Co-authored-by: Peter Kos [email protected]
Signed-off-by: Peter Kos [email protected]
feat: Removes semantic-release (feat: Removes semantic-release #446)
refactor: Moves CI to develop branch (refactor: Moves CI to develop branch #449)
Co-authored-by: Peter Kos [email protected]
build: Merges 2.1.2 into develop
fix(hakiri): corrected unescaped model attribute
fix(hakiri): added html_safe to show proper output
Co-authored-by: Jeremy Rudman [email protected]
Co-authored-by: JeremyRudman [email protected]
fix: Shows questionnaires_closed_message on registration
feat: Allows agreements to be fully customizable (feat: Allows agreements to be fully customizable #465)
feat: Allows agreements to be fully customizable
fix: Fixes broken migrations
fix: Migrations misname issue
feat: Forces agreement links to open in new tab
Agreement validation detection fixed
Signed-off-by: Peter Kos [email protected]
Co-authored-by: Peter Kos [email protected]
fix(hakiri): fixed un-escaped regex for vcs link (fix(hakiri): fixed un-escaped regex for vcs link #467)
fix(hakiri): corrected unescaped model attribute
fix(hakiri): added html_safe to show proper output
fix(hakiri): added \A \z to regex
fix(questionnaire): fixed hakiri error with vcs link regex
fix(questionnaire): fixed houndci commplaint
Co-authored-by: Chris Baudouin, Jr [email protected]
Co-authored-by: Peter Kos [email protected]
fix: Uninstalls deprecated chromedriver (fix: Uninstalls deprecated chromedriver #484)
fix: VCS regex matches all valid usernames for each provider; URLs are now case-insensitive, dokku check extended (fix: VCS regex matches all valid usernames for each provider; URLs are now case-insensitive, dokku check extended #485)
fixed vcs regex to allow upper case
added a extra test to vcs links to test upper case links. also made it
so portfolio links ands vcs links are stored in lower case
fixed houndci complaints
lossened username regex and add another test
made regex more pleasing to read
made regex method more readable
checks now does 300 attempts
Co-authored-by: JeremyRudman [email protected]
Co-authored-by: Chris Baudouin, Jr [email protected]
Co-authored-by: Jeremy Rudman [email protected]