Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
go
Commits
b66b5af0
Verified
Commit
b66b5af0
authored
Sep 09, 2017
by
David Haynes
🙆
Browse files
CRITICAL: Fix PF Root URL
- it was changed and thus broke auth - Bump to 2.2.3
parent
c5a581c9
Pipeline
#1540
failed with stages
in 1 minute and 45 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
b66b5af0
...
...
@@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file. This
project adheres (to the best of our ability) to [Semantic Versioning](http://semver.org/).
## [2.2.3] - 2017-09-09
### Fixed
- Updated Peoplefinder API root URL
## [2.2.2] - 2017-21-08
### Removed
...
...
README.md
View file @
b66b5af0
# Go
[

](https://git.gmu.edu/srct/go/commits/master)
[

](https://git.gmu.edu/srct/go/commits/master)
[

]()
[

]()
[
]()
[

](https://git.gmu.edu/srct/go/commits/master)
[

](https://git.gmu.edu/srct/go/commits/master)
[

]()
[

]()
[
]()
#### A project of [GMU SRCT](https://srct.gmu.edu).
...
...
go/go/templates/layouts/footer.html
View file @
b66b5af0
...
...
@@ -6,7 +6,7 @@
<a
href=
"http://srct.gmu.edu/"
>
GMU
<strong>
SRCT
</strong></a>
. |
Read and contribute to our
<a
href=
"https://git.gmu.edu/srct/go/"
>
source code
</a>
. |
Freely-licensed under
<a
href=
"http://www.apache.org/licenses/LICENSE-2.0"
>
Apache 2.0
</a>
. |
Go Version 2.2.
2
Go Version 2.2.
3
</span>
</div>
...
...
@@ -21,7 +21,7 @@
Freely-licensed under
<a
href=
"http://www.apache.org/licenses/LICENSE-2.0"
>
Apache 2.0
</a>
.
</div>
<div
class=
"col-sm-4 text-muted"
>
Go Version 2.2.
2
Go Version 2.2.
3
</div>
</div>
</footer>
go/settings/base.py
View file @
b66b5af0
...
...
@@ -22,7 +22,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(__file__))
SECRET_KEY
=
os
.
environ
[
'GO_SECRET_KEY'
]
# Peoplefinder API
PF_URL
=
"https://api.srct.gmu.edu/p
f
/v1/"
PF_URL
=
"https://api.srct.gmu.edu/p
eoplefinder
/v1/"
# The domains this application will be deployed on
# e.g. Which domains this app should listen to requests from.
...
...
go/settings/local.py
View file @
b66b5af0
...
...
@@ -15,7 +15,7 @@ from .base import *
# Do not have set True in production
DEBUG
=
True
CAS_SERVER_URL
=
"https://
cas.srct
.gmu.edu"
CAS_SERVER_URL
=
"https://
login
.gmu.edu
/login
"
# dummy cache for development-- doesn't actually cache things
CACHES
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment