- 21 Sep, 2017 1 commit
-
-
* Fix DataService so that it honors labelSelector on list * Fix ApplicationsService to use the correct label selector for replicationcontrollers
Samuel Padgett committed
-
- 20 Sep, 2017 4 commits
-
-
Bump to 0.0.58
Sam Padgett committed -
Samuel Padgett committed
-
Bug 1493439 - Remove the canI check for secrets from bind-result
Sam Padgett committed -
The `canI` check only works if you've visited the project. This is not always true when provisioning from the catalog, so it means the secret is sometimes not displayed as a link when it should be. To provision a service or create a binding with parameters, it's required that the user create secrets anyway, so the check should never fail is permissions are set up properly. If the user doesn't have authority, the worst that happens is that they see a permission denied error following the link. In practice, it shouldn't happen. https://bugzilla.redhat.com/show_bug.cgi?id=1493439
Samuel Padgett committed
-
- 19 Sep, 2017 3 commits
-
-
Add `watch` to package.json
Sam Padgett committed -
Set guided tour close button styles, override hopscotch image setting.
Sam Padgett committed -
Jeffrey Phillips committed
-
- 18 Sep, 2017 8 commits
-
-
Bump to version 0.0.57
David Taylor committed -
Add apiService.getPreferredVersion, and constant apiPreferredVersions
Sam Padgett committed -
benjaminapetersen committed
-
David Taylor committed
-
Use label selectors in ApplicationsService
Sam Padgett committed -
Filter out replication controllers and replica sets that have owners using label selectors in calls to `DataService.list`.
Samuel Padgett committed -
Update patternfly version
Sam Padgett committed -
update kubernetes-label-selector as well to avoid patternfly version conflicts.
Jeffrey Phillips committed
-
- 15 Sep, 2017 2 commits
-
-
Add ui config for notifications
Ben Petersen committed -
- notification.showInDrawer defaults false - notification.skipToast defaults false
benjaminapetersen committed
-
- 14 Sep, 2017 3 commits
-
-
Bump to version 0.0.56
Sam Padgett committed -
Samuel Padgett committed
-
Adopt new service catalog resource names
Ben Petersen committed
-
- 13 Sep, 2017 5 commits
-
-
Instance -> ServiceInstance Binding -> ServiceInstanceCredential
Samuel Padgett committed -
Don't show redeploy message if not binding to an application
Sam Padgett committed -
Don't show a user the message saying they need to redeploy their app if they haven't bound the service directly to an application.
Samuel Padgett committed -
benjaminapetersen committed
-
Bump version to 0.0.55
Sam Padgett committed
-
- 12 Sep, 2017 3 commits
-
-
Samuel Padgett committed
-
Fix runtime error binding to app
Sam Padgett committed -
Samuel Padgett committed
-
- 11 Sep, 2017 2 commits
-
-
Update notification id to unique id specifically for in templates
Sam Padgett committed -
benjaminapetersen committed
-
- 08 Sep, 2017 3 commits
-
-
Add ApplicationsService utility to retrieve all 'applications' for a project
Sam Padgett committed -
Jeffrey Phillips committed
-
Version bump to v0.0.54
Robb Hamilton committed
-
- 07 Sep, 2017 2 commits
-
-
Robb Hamilton committed
-
Improve notification id
Sam Padgett committed
-
- 06 Sep, 2017 4 commits
-
-
Fix bug where long project names cause scrollbar in add modal
Sam Padgett committed -
Robb Hamilton committed
-
- _.uniqueId() is not sufficient since the ID is used to persist some data for notifications via session storage. The id generated starts at a low number & increments w/o randomness. - Using _.uniqueId() along with Date.now() adds a random value that cannot be replicated across sessions/refresh
benjaminapetersen committed -
Bump version to 0.0.53
Robb Hamilton committed
-