- 07 Aug, 2017 8 commits
-
-
David Taylor committed
-
Recently Viewed Projects Service
Sam Padgett committed -
David Taylor committed
-
Use angular element click to dispatch anchor click event
Sam Padgett committed -
Fixes #139
Jeffrey Phillips committed -
Update patternfly version, bump version to 0.0.44
Sam Padgett committed -
Updating patternfly to gain notification drawer updates required for angular patternfly version 4.3.0
Jeffrey Phillips committed -
Add origin common modal popup component.
Sam Padgett committed
-
- 04 Aug, 2017 1 commit
-
-
Jeffrey Phillips committed
-
- 01 Aug, 2017 1 commit
-
-
NPM Script Updates
Sam Padgett committed
-
- 31 Jul, 2017 1 commit
-
-
Truncate Update
Sam Padgett committed
-
- 28 Jul, 2017 1 commit
-
-
Return string when matching character limit
CD Cabrera committed
-
- 27 Jul, 2017 2 commits
-
-
Added NPM scripts for Common Grunt tasks
CD Cabrera committed -
Add BindingService utility functions
Jeffrey Phillips committed
-
- 26 Jul, 2017 1 commit
-
-
Jeffrey Phillips committed
-
- 25 Jul, 2017 4 commits
-
-
Bump version to 0.0.43
Ben Petersen committed -
Samuel Padgett committed
-
Add opts.skipDigest for DataService.watch
Sam Padgett committed -
- provides mechanism to keep WebSockets from spamming the $digest loop - flips invokeApply passed to the internal $timeout calls, stopping a $digest loop & avoiding a render. - DataService._watchOpOnMessage also honors the skipDigest flag, which is plumbed down through .watch() -> .startListOp -> ._listOpComplete -> ._startWatchOp -> ._watchOpOnMessage example usage: DataService.watch(resource, context, (data) => { // optionally call $applyAsync here in controlling code // to manually run a $digest $scope.$applyAsync(() => { // do stuff with data here }); }, { skipDigest: true }); // or Debounce DataService.watch(resource, context, _.debounce(() => { // $apply here, inside debounce }, 400), { skipDigest: true });benjaminapetersen committed
-
- 21 Jul, 2017 3 commits
-
-
Prevent double scrollbars when lots of options within ui-select on bind form
Sam Padgett committed -
Update jquery (3.2.1), lodash (4.17.4), and patternfly (3.25.1). Bumped Version
Sam Padgett committed -
David Taylor committed
-
- 12 Jul, 2017 1 commit
-
-
Fixes https://github.com/openshift/origin-web-console/issues/1814
sg00dwin committed
-
- 07 Jul, 2017 1 commit
-
-
Combine connection error messages
David Taylor committed
-
- 06 Jul, 2017 1 commit
-
-
When multiple connection errors happen close together, show them in one toast notification to avoid spamming the user.
Samuel Padgett committed
-
- 30 Jun, 2017 3 commits
-
-
Bump version to 0.0.41
Jessica Forrester committed -
Samuel Padgett committed
-
Don't show both a toast and in-page alert for create project
Jessica Forrester committed
-
- 29 Jun, 2017 4 commits
-
-
Version bump to 0.0.40
Jessica Forrester committed -
Jeffrey Phillips committed
-
Fix references to osbMetadata
Jeffrey Phillips committed -
Jessica Forrester committed
-
- 28 Jun, 2017 4 commits
-
-
Update version to 0.0.39
Jessica Forrester committed -
Jeffrey Phillips committed
-
Use .word-break mixin along with max-width to enable word break within toast notifications.
Robb Hamilton committed -
Fixes https://github.com/openshift/origin-web-console/issues/1770
sg00dwin committed
-
- 27 Jun, 2017 4 commits
-
-
Authorize websocket requests with protocol header
Jessica Forrester committed -
Address terminology inconsistencies in the binding step for ordering
Robb Hamilton committed -
Jeffrey Phillips committed
-
Version bump to v0.0.38
Robb Hamilton committed
-