Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixe connect endpoint rendering issue in Firefox #3678

Closed
wants to merge 53 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
5e65cd7
Minor updates
nwmac Mar 31, 2019
9c9898a
Neil's fixes
nwmac Apr 2, 2019
26f1e47
Merge remote-tracking branch 'origin/susecon' into susecon-nwm
nwmac Apr 2, 2019
1b55577
Merge remote-tracking branch 'origin/susecon' into susecon-nwm
nwmac Apr 2, 2019
998f5c6
FIXES
nwmac Apr 2, 2019
7ecb3fa
Merge remote-tracking branch 'origin/susecon' into susecon-nwm
nwmac Apr 2, 2019
29a15e9
Fixes, docker AIO build fix
nwmac Apr 2, 2019
dfbd3be
Merge remote-tracking branch 'origin/susecon' into susecon-nwm
nwmac Apr 3, 2019
8df21b7
Refinements
nwmac Apr 4, 2019
91ad7f5
Tweaks
nwmac Apr 4, 2019
13be7b1
Merge remote-tracking branch 'origin/susecon' into susecon-nwm
nwmac Apr 4, 2019
f08fcb5
Merge pull request #154 from SUSE/sidenav-changes
nwmac Apr 26, 2019
2264935
Merge remote-tracking branch 'upstream/v2-master' into pipeline-updates
nwmac Apr 29, 2019
d987b71
Merge pull request #157 from SUSE/pipeline-updates
nwmac Apr 29, 2019
b809960
Merge remote-tracking branch 'upstream/v2-master' into v2-master
nwmac Apr 30, 2019
a255c19
WIP: Build and gtag AIO image
nwmac Apr 30, 2019
a6a4f3a
Remove unused DC image
nwmac Apr 30, 2019
1fc5d9b
Remove logging
nwmac Apr 30, 2019
0f60f2e
Fix docker org
nwmac Apr 30, 2019
8d87a2a
Debug
nwmac Apr 30, 2019
8281ab9
Merge remote-tracking branch 'upstream/v2-master' into v2-master
nwmac Apr 30, 2019
8d5cea5
Add missing input
nwmac Apr 30, 2019
e0df313
Merge pull request #166 from SUSE/upstream-merge
nwmac Apr 30, 2019
9ac8250
Add missing input
nwmac May 1, 2019
2f27d40
Fix docker image check
nwmac May 1, 2019
12fc005
Fix helper
nwmac May 1, 2019
d7ce1b1
Debugging
nwmac May 1, 2019
10b1b72
Fix
nwmac May 1, 2019
9176e46
Fix
nwmac May 1, 2019
715f181
Fix
nwmac May 1, 2019
ca16246
Fix
nwmac May 1, 2019
207feb2
Fix
nwmac May 1, 2019
c6f1f8c
Final fixes
nwmac May 1, 2019
e19eae2
Fix typo
nwmac May 1, 2019
d5dccf1
Add canary tag
nwmac May 2, 2019
8852b9a
Merge remote-tracking branch 'nwm/v2-master' into canary
nwmac May 2, 2019
7df2a64
Re-enable Helm feature
nwmac May 2, 2019
6313b3d
Add logging during customization
nwmac May 2, 2019
6663e2e
Fix typo
nwmac May 3, 2019
807fc0c
Docker AIO does not build with custom-src folder
nwmac May 3, 2019
e17b58b
Merge pull request #168 from SUSE/fix-typo
richard-cox May 3, 2019
efa1d90
Merge pull request #169 from SUSE/add-customization-log
richard-cox May 3, 2019
f6da0fc
Merge remote-tracking branch 'upstream/v2-master' into v2-master
nwmac May 3, 2019
fb74ea4
Merge pull request #170 from SUSE/upstream-merge-latest
nwmac May 3, 2019
aa193cb
Add AWS Auth
nwmac May 16, 2019
295c38c
Tidy up auth providers for Kubernetes, add OIDC support for Helm
nwmac May 16, 2019
c226583
Moer tidy ups
nwmac May 17, 2019
9c9722d
Fix helm sql datastore to return values.yaml
nwmac May 17, 2019
08d873d
Merge remote-tracking branch 'origin/v2-master' into renable-helm-fea…
nwmac May 17, 2019
f376546
Merge remote-tracking branch 'origin/renable-helm-feature' into code-…
nwmac May 17, 2019
ad64cc3
Fix OIDC Token refresh
nwmac May 20, 2019
8d256ce
Fix logging msg
nwmac May 20, 2019
257b81f
Fix firefox issues
nwmac Jun 21, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix docker org
  • Loading branch information
nwmac committed Apr 30, 2019
commit 0f60f2e3efcf6076c840b22b5574721c168b838e
2 changes: 1 addition & 1 deletion deploy/ci/build-images-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ resources:
source:
username: ((docker-username))
password: ((docker-password))
repository: splatform/stratos
repository: ((docker-organization))/stratos

jobs:
- name: generate-tag-files
Expand Down