Skip to content

Commit

Permalink
Merge pull request #537 from uktrade/release
Browse files Browse the repository at this point in the history
PROD Release
  • Loading branch information
depsiatwal committed May 26, 2021
2 parents 93d3c4b + 7b46692 commit f1e2e32
Show file tree
Hide file tree
Showing 8 changed files with 640 additions and 409 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

## Pre release
### Enhancements
- GP2-2380 - Bump directory-components
- GP2-2327 - Expose social login attribute
- GP2-2225 - forgotten password notification social accounts
- NOTICKET - Remove social provider in settings confusing as it's stored in django admin
- GP2-2554 - error-page-update-links
### Fixed bugs


Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sigauth==4.1.1
directory-api-client==22.5.0
directory-validators==6.0.5
directory-healthcheck==2.0.0
directory-components==36.2.0
directory-components==37.2.0
requests[security]==2.25.1
urllib3>=1.24.2<2.0.0
django-cryptography==1.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ directory-api-client==22.5.0
# via -r requirements.in
directory-client-core==6.3.0
# via directory-api-client
directory-components==36.2.0
directory-components==37.2.0
# via -r requirements.in
directory-constants==20.28.0
# via directory-components
Expand Down
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ directory-api-client==22.5.0
# via -r requirements.in
directory-client-core==6.3.0
# via directory-api-client
directory-components==36.2.0
directory-components==37.2.0
# via -r requirements.in
directory-constants==20.28.0
# via directory-components
Expand Down
2 changes: 1 addition & 1 deletion sso/templates/400.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<h1 class="sso-error-page-title heading-xlarge">Something went wrong</h1>
<ul class="list list-bullet sso-error-page-synopsis">
<li>If this problem persists, please <a class="link" href="{{ services_urls.feedback }}" title="report a broken link">report the problem</a>.</li>
<li>Return to the <a class="link" href="{% url 'account_login' %}" title="return login">login page</a>.</li>
<li>Return to the <a class="link" href="/" title="return login">home page</a>.</li>
</ul>
<hr>
<p class="sso-error-page-status">HTTP 400 Error Code - Bad Request</p>
Expand Down
2 changes: 1 addition & 1 deletion sso/templates/403.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<h1 class="heading-xlarge sso-error-page-title">You do not have permission to view this page</h1>
<ul class="list list-bullet sso-error-page-synopsis">
<li>If this problem persists, please <a class="link" href="{{ services_urls.feedback }}" title="report a broken link">report the problem</a>.</li>
<li>Return to the <a class="link" href="{% url 'account_login' %}" title="return login">login page</a>.</li>
<li>Return to the <a class="link" href="/" title="return login">home page</a>.</li>
</ul>
<hr>
<p class="sso-error-page-status">HTTP 403 Error Code - Forbidden</p>
Expand Down
2 changes: 1 addition & 1 deletion sso/templates/500.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<h1 class="heading-xlarge sso-error-page-title">An unexpected error occurred</h1>
<ul class="list list-bullet sso-error-page-synopsis">
<li>If this problem persists, please <a class="link" href="{{ services_urls.feedback }}" title="report a broken link">report the problem</a>.</li>
<li>Return to the <a class="link" href="{% url 'account_login' %}" title="return login">login page</a>.</li>
<li>Return to the <a class="link" href="/" title="return login">home page</a>.</li>
</ul>
<hr>
<p class="sso-error-page-status">HTTP 500 Error Code - Internal Server Error</p>
Expand Down
Loading

0 comments on commit f1e2e32

Please sign in to comment.