Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Merge branch 'v2-master' into simplfy-entity-observables
Browse files Browse the repository at this point in the history
* v2-master: (333 commits)
  Return default unknown endpoint type (#3517)
  Metrics chart is in the SUSE repository
  Ensure we have docker registry variables
  Fix registry change
  Final change
  Fix nav icon
  Ensure PR uses new branch
  Last fix
  Remove upstream specific #4
  Add helm chart PR creation
  Remove upstream specific #3
  Remove upstream specific #2
  Remove upstream specific #1
  Tweak side nav icon padding to align with tabs header
  Don't log key
  Fix upload of helm chart
  More tweaks
  Improve side nav top panel
  Reduce side nav icon left-right padding
  Improve sidenav in menu burger icon
  ...
  • Loading branch information
KlapTrap committed Apr 29, 2019
2 parents f17e435 + 6978bb1 commit 26ee686
Show file tree
Hide file tree
Showing 411 changed files with 10,222 additions and 5,832 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ indent_size=2
[*.md]
max_line_length = off
trim_trailing_whitespace = false

[*.html]
max_line_length = 120
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ deploy/hsc-upgrade-volume/
deploy/development.rc
deploy/ci/secrets.yml
deploy/kubernetes/values.yaml
deploy/kubernetes/helm-chart/
deploy/cloud-foundry/db-migration/goose
outputs/
deploy/kubernetes/console/charts/
Expand Down Expand Up @@ -107,3 +108,7 @@ src/frontend/packages/core/src/index.html
# Prebuild package

stratos-frontend-prebuild.zip

src/frontend/assets
src/frontend/sass
go-vendor-*.tgz
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
before_script:
- curl -sL -o ~/bin/gimme https://raw.githubusercontent.com/travis-ci/gimme/master/gimme
- chmod +x ~/bin/gimme
- eval "$(gimme 1.9)"
- eval "$(gimme 1.12.4)"
- go get -u golang.org/x/lint/golint
script:
- golint src/jetstream/...
Expand All @@ -55,8 +55,7 @@ jobs:
before_script:
- curl -sL -o ~/bin/gimme https://raw.githubusercontent.com/travis-ci/gimme/master/gimme
- chmod +x ~/bin/gimme
- eval "$(gimme 1.9)"
- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
- eval "$(gimme 1.12.4)"
script:
- npm run test-backend
- name: Helm Chart Unit Tests
Expand Down
41 changes: 40 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@
# Change Log

## 2.4.0

[Full Changelog](https://github.com/cloudfoundry-incubator/stratos/compare/2.3.0...2.4.0)

This release contains a number of fixes and improvements:

**Fixes:**

- Fix issue where org level user lists shows space roles from other orgs [\#3399](https://github.com/cloudfoundry-incubator/stratos/pull/3399)
- Fix service broker action [\#3427](https://github.com/cloudfoundry-incubator/stratos/pull/3427)
- Service plan cost truncated in first service display [\#3431](https://github.com/cloudfoundry-incubator/stratos/issues/3431)
- Fix 'unknown locale' error message when viewing service plans [\#3447](https://github.com/cloudfoundry-incubator/stratos/pull/3447)
- Fix Gitlab deploy step [\#3469](https://github.com/cloudfoundry-incubator/stratos/pull/3469)
- Ensure Service Instance counts are correct [\#3448](https://github.com/cloudfoundry-incubator/stratos/pull/3448)
- Fix multiple app stats requests on org & space summary pages [\#3451](https://github.com/cloudfoundry-incubator/stratos/pull/3451)

**Improvements:**
- Change Side Navigation [\#3449](https://github.com/cloudfoundry-incubator/stratos/pull/3449)
- Use side nav instead of top tabs throughout [\#3289](https://github.com/cloudfoundry-incubator/stratos/pull/3289)
- Add support for inviting users to an org or space [\#3377](https://github.com/cloudfoundry-incubator/stratos/pull/3377)
- Add support for User Favourites [\#3255](https://github.com/cloudfoundry-incubator/stratos/pull/3255)
- Add support for User Provided Service Instances [\#3415](https://github.com/cloudfoundry-incubator/stratos/pull/3415)
- Autocomplete git repository name [\#3372](https://github.com/cloudfoundry-incubator/stratos/pull/3372)
- Scale Users in CF Summary section [\#3371](https://github.com/cloudfoundry-incubator/stratos/pull/3371)
- Allow Stratos to be configured with via a User Provided Service [\#3405](https://github.com/cloudfoundry-incubator/stratos/pull/3405)
- Update front-end to Angular 7 [\#3418](https://github.com/cloudfoundry-incubator/stratos/pull/3418)
- Also show forked repositories when suggesting GitHub repositories in deploy app [\#3403](https://github.com/cloudfoundry-incubator/stratos/pull/3403)
- Hide User Favorites when using SQLite [\#3419](https://github.com/cloudfoundry-incubator/stratos/pull/3419)
- Hide Endpoints Page when using SQLite [\#3463](https://github.com/cloudfoundry-incubator/stratos/pull/3463)
- Add card view to endpoint list [\#3422](https://github.com/cloudfoundry-incubator/stratos/pull/3422)
- Add support for endpoint sub type \(and metadata\) [\#3423](https://github.com/cloudfoundry-incubator/stratos/pull/3423)
- Add tile selector to register endpoint stepper [\#3432](https://github.com/cloudfoundry-incubator/stratos/pull/3432)
- Add cf/org/space links to service instance table using common components [\#3436](https://github.com/cloudfoundry-incubator/stratos/pull/3436)
- Add a user provided service instance tab & list to the space page [\#3443](https://github.com/cloudfoundry-incubator/stratos/pull/3443)
- Ensure unknown endpoint types are handled correctly [\#3445](https://github.com/cloudfoundry-incubator/stratos/pull/3445)
- Add created and updated dates to organization/space summary [\#3460](https://github.com/cloudfoundry-incubator/stratos/pull/3460)
- Add support for slide-in side help and write in to endpoint connect dialog [\#3433](https://github.com/cloudfoundry-incubator/stratos/pull/3433)
- Improve no users message [\#3327](https://github.com/cloudfoundry-incubator/stratos/issues/3327)

## 2.3.0

[Full Changelog](https://github.com/cloudfoundry-incubator/stratos/compare/2.2.0...2.3.0)
Expand Down Expand Up @@ -331,7 +370,7 @@ This is the first release candidate of Version 2 of Stratos.
The main focus of this release are bug fixes for release.

**Improvements:**
- Add ingress example and docs for kubernetes deloyment [\#2510](https://github.com/cloudfoundry-incubator/stratos/pull/2510)
- Add ingress example and docs for kubernetes deployment [\#2510](https://github.com/cloudfoundry-incubator/stratos/pull/2510)

**Fixed bugs:**
- Fix for app count being stuck after adding an app in org card [\#2511](https://github.com/cloudfoundry-incubator/stratos/pull/2511)
Expand Down
Loading

0 comments on commit 26ee686

Please sign in to comment.