- 06 Sep, 2017 7 commits
-
-
Bump version to 0.0.53
Robb Hamilton committed -
Update BindService for binding parameters
Jeffrey Phillips committed -
Changing display of expand/collapse links when inside .table-responsive
Sam Padgett committed -
Samuel Padgett committed
-
so that the links always appear above or below the text rather than at the end of the line, which could be very long resulting in the links not being visible. Supports https://github.com/openshift/origin-web-console/issues/2002
Robb Hamilton committed -
benjaminapetersen committed
-
Update notifications with id and timestamp
Sam Padgett committed
-
- 05 Sep, 2017 3 commits
-
-
benjaminapetersen committed
-
Bump version to 0.0.52
Jeffrey Phillips committed -
Jeffrey Phillips committed
-
- 01 Sep, 2017 2 commits
-
-
Check pod presets before allowing bind to application
David Taylor committed -
Jeffrey Phillips committed
-
- 31 Aug, 2017 5 commits
-
-
Bump version to 0.0.51
Sam Padgett committed -
Updates for Service Instance & Bindings
Sam Padgett committed -
Samuel Padgett committed
-
Avoid multiple selfsubjectrulesreviews requests
Sam Padgett committed -
If a selfsubjectrulesreviews for a project is already in flight, don't request the rules a second time.
Samuel Padgett committed
-
- 29 Aug, 2017 2 commits
-
-
Updates for service instances. Prep to allow updates to chosen parameters for instance and bindings.
CD Cabrera committed -
Bump version to 0.0.50
Sam Padgett committed
-
- 28 Aug, 2017 9 commits
-
-
Samuel Padgett committed
-
Add annotation for logging visualization url
Sam Padgett committed -
Jeff Cantrill committed
-
Add watch task to automatically run "deploy" task when files in /src change
Sam Padgett committed -
benjaminapetersen committed
-
Bump version to 0.0.49
Jeffrey Phillips committed -
Jeffrey Phillips committed
-
Added secondary sort by displayName to RecentlyViewedProjectsService
Jeffrey Phillips committed -
Allow OAuth scope(s) to be configured
Jeffrey Phillips committed
-
- 25 Aug, 2017 6 commits
-
-
Bump version to 0.0.48
Sam Padgett committed -
Samuel Padgett committed
-
Fix runtime error when ProjectsService.list() fails
Sam Padgett committed -
Prevent modal popup from removing other resize handlers
Sam Padgett committed -
Samuel Padgett committed
-
Samuel Padgett committed
-
- 23 Aug, 2017 1 commit
-
-
David Taylor committed
-
- 22 Aug, 2017 5 commits
-
-
Bump version to 0.0.47
Sam Padgett committed -
Samuel Padgett committed
-
Cache project list
Sam Padgett committed -
Add `OAuthScope` getter/setter to the RedirectLoginService. This change allows specifying the 'scope' parameter when requesting an authorization code & token. This is necessary if using an OAuth client that doesn't allow requesting tokens with the default 'user:full' scope. e.g. A ServiceAccount OAuth Client https://docs.openshift.com/container-platform/3.6/architecture/additional_concepts/authentication.html#service-accounts-as-oauth-clients *Example Usage* ```js angular .module('myApp', [ 'openshiftCommonServices' ]) .config(['RedirectLoginServiceProvider', function (RedirectLoginServiceProvider) { RedirectLoginServiceProvider.OAuthScope('user:info user:check-access'); }]) ```
David Martin committed -
Cache the list of projects to avoid requesting them again and again on every page transition.
Samuel Padgett committed
-