Commit 2b14f72
master <- develop (2.1.3) (#489)
* 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]>
* fix: Fixes mobile agreements layout bug
Signed-off-by: Peter Kos <[email protected]>
* feat: Removes semantic-release (#446)
* 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 (#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]>
* refactor: Removes old input hint
Co-authored-by: Peter Kos <[email protected]>
* 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]>
* fix(hakiri): fix hakiri error with user input in html_safe (#475)
Co-authored-by: Peter Kos <[email protected]>
* fix: Uninstalls deprecated chromedriver (#484)
* 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]>1 parent 4923231 commit 2b14f72
File tree
8 files changed
+9
-11
lines changed- app/models
- test/models
- vendor/cache
8 files changed
+9
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
128 | | - | |
129 | 127 | | |
130 | 128 | | |
131 | 129 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | 51 | | |
54 | 52 | | |
55 | 53 | | |
| |||
102 | 100 | | |
103 | 101 | | |
104 | 102 | | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | 103 | | |
109 | 104 | | |
110 | 105 | | |
| |||
197 | 192 | | |
198 | 193 | | |
199 | 194 | | |
200 | | - | |
201 | 195 | | |
202 | 196 | | |
203 | 197 | | |
| |||
449 | 443 | | |
450 | 444 | | |
451 | 445 | | |
452 | | - | |
453 | 446 | | |
454 | 447 | | |
455 | 448 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
47 | 50 | | |
48 | 51 | | |
49 | 52 | | |
| |||
129 | 132 | | |
130 | 133 | | |
131 | 134 | | |
| 135 | + | |
132 | 136 | | |
133 | 137 | | |
134 | 138 | | |
135 | 139 | | |
136 | 140 | | |
| 141 | + | |
137 | 142 | | |
138 | 143 | | |
139 | 144 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
| 107 | + | |
106 | 108 | | |
107 | 109 | | |
108 | 110 | | |
| |||
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 commit comments