Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
keycloak-proxy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Janne Mareike Koschinski
keycloak-proxy
Commits
5225c77a
Commit
5225c77a
authored
Aug 26, 2016
by
Rohith
Committed by
GitHub
Aug 26, 2016
Browse files
Options
Downloads
Patches
Plain Diff
- prepping for a bug fix release (#129)
- fixing up the travis file for a latest container
parent
dd3264a6
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.travis.yml
+5
-1
5 additions, 1 deletion
.travis.yml
CHANGELOG.md
+8
-0
8 additions, 0 deletions
CHANGELOG.md
doc.go
+1
-1
1 addition, 1 deletion
doc.go
with
14 additions
and
2 deletions
.travis.yml
+
5
−
1
View file @
5225c77a
...
@@ -14,6 +14,10 @@ install:
...
@@ -14,6 +14,10 @@ install:
-
go get github.com/tools/godep
-
go get github.com/tools/godep
script
:
script
:
-
make test
-
make test
-
if ([[ ${TRAVIS_BRANCH} == "master" ]] && [[ ${TRAVIS_PULL_REQUEST} != "true" ]]) || [[ -n ${TRAVIS_TAG} ]]; then
docker login -u ${REGISTRY_USERNAME} -p ${REGISTRY_TOKEN} -e ${AUTHOR_EMAIL} ${REGISTRY};
VERSION="latest" make docker-release;
fi
before_deploy
:
before_deploy
:
-
NAME=GOOS=windows GOARCH=amd64 godep go build -o bin/keycloak-proxy-windows-amd64.exe
-
NAME=GOOS=windows GOARCH=amd64 godep go build -o bin/keycloak-proxy-windows-amd64.exe
-
NAME=GOOS=windows GOARCH=386 godep go build -o bin/keycloak-proxy-windows-i386.exe
-
NAME=GOOS=windows GOARCH=386 godep go build -o bin/keycloak-proxy-windows-i386.exe
...
@@ -23,12 +27,12 @@ after_deploy:
...
@@ -23,12 +27,12 @@ after_deploy:
-
docker login -u ${REGISTRY_USERNAME} -p ${REGISTRY_TOKEN} -e ${AUTHOR_EMAIL} ${REGISTRY}
-
docker login -u ${REGISTRY_USERNAME} -p ${REGISTRY_TOKEN} -e ${AUTHOR_EMAIL} ${REGISTRY}
-
VERSION=$TRAVIS_TAG make docker-release
-
VERSION=$TRAVIS_TAG make docker-release
deploy
:
deploy
:
provider
:
releases
skip_cleanup
:
true
skip_cleanup
:
true
on
:
on
:
go
:
1.7
go
:
1.7
repo
:
gambol99/keycloak-proxy
repo
:
gambol99/keycloak-proxy
tags
:
true
tags
:
true
provider
:
releases
api_key
:
api_key
:
secure
:
"
${GITHUB_TOKEN}"
secure
:
"
${GITHUB_TOKEN}"
file
:
file
:
...
...
This diff is collapsed.
Click to expand it.
CHANGELOG.md
+
8
−
0
View file @
5225c77a
#### **1.2.6**
FIXES:
*
Fixes the revocation url bug
FEATURES:
*
Adds the ability to control the http-only cookie option, default to false
#### **1.2.5**
#### **1.2.5**
FIXES:
FIXES:
...
...
This diff is collapsed.
Click to expand it.
doc.go
+
1
−
1
View file @
5225c77a
...
@@ -24,7 +24,7 @@ import (
...
@@ -24,7 +24,7 @@ import (
)
)
var
(
var
(
release
=
"v1.2.
5
"
release
=
"v1.2.
6
"
gitsha
=
"no gitsha provided"
gitsha
=
"no gitsha provided"
version
=
release
+
" (git+sha: "
+
gitsha
+
")"
version
=
release
+
" (git+sha: "
+
gitsha
+
")"
)
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment