- 22 Aug, 2017 4 commits
-
-
Bump version to 0.0.47
Sam Padgett committed -
Samuel Padgett committed
-
Cache project list
Sam Padgett committed -
Cache the list of projects to avoid requesting them again and again on every page transition.
Samuel Padgett committed
-
- 16 Aug, 2017 2 commits
-
-
Update uri.js to 1.18.12
Sam Padgett committed -
Samuel Padgett committed
-
- 11 Aug, 2017 4 commits
-
-
Bump to version 0.0.46
Jeffrey Phillips committed -
Support PartialObjectMetadataList in DataService.list()
Sam Padgett committed -
Samuel Padgett committed
-
Let clients optionally request only object metadata when calling DataService.list(). See https://bugzilla.redhat.com/show_bug.cgi?id=1471033
Samuel Padgett committed
-
- 09 Aug, 2017 4 commits
-
-
Updates for edit-project and create-project components
Sam Padgett committed -
No longer used in full pages so remove the btn-lg and input-lg classes and remove the alerts parameters
Jeffrey Phillips committed -
Harding uri.js dependency, avoid 1.18.11+
Jeffrey Phillips committed -
uri.js 1.18.11 requires Number.isInteger which is not supported by all of our supported browsers.
Jeffrey Phillips committed
-
- 07 Aug, 2017 9 commits
-
-
Bumped Version to 0.0.45
Jeffrey Phillips committed -
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
-