This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/static/js
EvB 05a92f4389 fix(js/onresize): make sync call async in angular
Wrap sync callback for the resize event in a `$timeout` so that it
gets called asyncronously. Fixes error where `$apply` was geting
called before previous `$apply` call finished. Angular allows only
one `$apply` call at a time.

See Angular.js reference.
> [Error: $rootScope:inprog](https://docs.angularjs.org/error/$rootScope/inprog)

Fixes:

> *Error* ldn/angular in O/<
> error[$rootScope:inprog] http://errors.angularjs.org/1.5.3/$rootScope/inprog?p0=%24digest

Likely fixes other errors we're seeing related to resize events
such as

> *ReferenceError<unknown module>* in onresize
> Can't find variable: tree
2016-12-21 16:39:35 -05:00
..
directives fix(js/onresize): make sync call async in angular 2016-12-21 16:39:35 -05:00
pages Have all error pages be rendered by Angular 2016-12-07 17:49:02 -05:00
services Have Quay always use an OAuth-specific CSRF token 2016-12-08 16:11:57 -05:00
angular-route-builder.js Move all controllers into page definitions and add support for layout profiles 2015-02-20 18:15:48 -05:00
app.js Have Quay always use an OAuth-specific CSRF token 2016-12-08 16:11:57 -05:00
app.tsx Add relative path mapping 2016-11-07 17:31:11 -05:00
core-config-setup.js Add support for custom ports on RADOS and S3 storage engines 2016-12-01 14:23:18 -05:00
core-ui.js Add support for deleting namespaces (users, organizations) 2016-10-21 15:41:09 -04:00
graphing.js Fix logs view for dates that start in zero 2016-11-07 16:39:24 -05:00
ng-safenewtab.js Add noreferrer to ng-safenewtab 2016-05-05 14:00:17 -04:00
tar.js Fix tar-gz reading of Dockerfiles 2016-09-13 11:34:35 -04:00
tour.js Change user events tutorial Redis error to be an inline box 2016-07-27 13:41:26 -07:00