logster 2.20.1 → 2.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.rubocop.yml +4 -0
- data/CHANGELOG.md +3 -92
- data/Rakefile +1 -4
- data/assets/javascript/{chunk.524.c3042190e39d148beaf9.js → chunk.524.b7d0b89d25457a72409c.js} +4 -4
- data/assets/javascript/{chunk.582.695dcbfb11a784b110cd.js → chunk.582.5a04ae4713e692cd335a.js} +3 -3
- data/assets/javascript/client-app.js +298 -299
- data/assets/stylesheets/client-app.css +1 -1
- data/client-app/app/controllers/index.js +37 -18
- data/client-app/app/styles/app.css +69 -0
- data/client-app/app/templates/index.hbs +27 -0
- data/client-app/ember-cli-build.js +6 -0
- data/lib/logster/group.rb +2 -2
- data/lib/logster/message.rb +4 -4
- data/lib/logster/middleware/viewer.rb +1 -1
- data/lib/logster/version.rb +1 -1
- data/test/examples/test_sidekiq_reporter_example.rb +1 -1
- data/test/logster/test_group.rb +1 -1
- data/test/logster/test_message.rb +1 -1
- data/test/test_helper.rb +23 -1
- metadata +4 -4
|
@@ -4,13 +4,13 @@ n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Obj
|
|
|
4
4
|
if(Reflect.construct.sham)return!1
|
|
5
5
|
if("function"==typeof Proxy)return!0
|
|
6
6
|
try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}()
|
|
7
|
-
return function(){var r,n=
|
|
8
|
-
if(t){var o=
|
|
7
|
+
return function(){var r,n=s(e)
|
|
8
|
+
if(t){var o=s(this).constructor
|
|
9
9
|
r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments)
|
|
10
10
|
return function(e,t){if(t&&("object"===i(t)||"function"==typeof t))return t
|
|
11
11
|
if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined")
|
|
12
12
|
return l(e)}(this,r)}}function l(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called")
|
|
13
|
-
return e}function
|
|
13
|
+
return e}function s(e){return s=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},s(e)}function f(e,t,r){return(t=p(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function p(e){var t=function(e,t){if("object"!==i(e)||null===e)return e
|
|
14
14
|
var r=e[Symbol.toPrimitive]
|
|
15
15
|
if(void 0!==r){var n=r.call(e,t||"default")
|
|
16
16
|
if("object"!==i(n))return n
|
|
@@ -18,15 +18,15 @@ throw new TypeError("@@toPrimitive must return a primitive value.")}return("stri
|
|
|
18
18
|
return"symbol"===i(t)?t:String(t)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0
|
|
19
19
|
var y=function(e){(function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function")
|
|
20
20
|
e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&u(e,t)})(p,e)
|
|
21
|
-
var t,n,i,
|
|
21
|
+
var t,n,i,s=c(p)
|
|
22
22
|
function p(){var e;(function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")})(this,p)
|
|
23
23
|
for(var t=arguments.length,n=new Array(t),i=0;i<t;i++)n[i]=arguments[i]
|
|
24
|
-
return
|
|
24
|
+
return f(l(e=s.call.apply(s,[this].concat(n))),"modulePrefix",o.default.modulePrefix),f(l(e),"podModulePrefix",o.default.podModulePrefix),f(l(e),"Resolver",r.default),e}return t=p,n&&a(t.prototype,n),i&&a(t,i),Object.defineProperty(t,"prototype",{writable:!1}),t}(t.default)
|
|
25
25
|
e.default=y,(0,n.default)(y,o.default.modulePrefix)})),define("client-app/component-managers/glimmer",["exports","@glimmer/component/-private/ember-component-manager"],(function(e,t){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t.default}})})),define("client-app/components/actions-menu",["exports","@ember-decorators/component","@ember/component","client-app/lib/decorators","@ember/object"],(function(e,t,r,n,o){var i,a
|
|
26
26
|
function u(e,t){for(var r=0;r<t.length;r++){var n=t[r]
|
|
27
27
|
n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,y(n.key),n)}}function c(){return c="undefined"!=typeof Reflect&&Reflect.get?Reflect.get.bind():function(e,t,r){var n=function(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&null!==(e=p(e)););return e}(e,t)
|
|
28
28
|
if(n){var o=Object.getOwnPropertyDescriptor(n,t)
|
|
29
|
-
return o.get?o.get.call(arguments.length<3?e:r):o.value}},c.apply(this,arguments)}function l(e,t){return l=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},l(e,t)}function
|
|
29
|
+
return o.get?o.get.call(arguments.length<3?e:r):o.value}},c.apply(this,arguments)}function l(e,t){return l=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},l(e,t)}function s(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1
|
|
30
30
|
if(Reflect.construct.sham)return!1
|
|
31
31
|
if("function"==typeof Proxy)return!0
|
|
32
32
|
try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}()
|
|
@@ -35,7 +35,7 @@ if(t){var o=p(this).constructor
|
|
|
35
35
|
r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments)
|
|
36
36
|
return function(e,t){if(t&&("object"===_typeof(t)||"function"==typeof t))return t
|
|
37
37
|
if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined")
|
|
38
|
-
return
|
|
38
|
+
return f(e)}(this,r)}}function f(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called")
|
|
39
39
|
return e}function p(e){return p=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},p(e)}function y(e){var t=function(e,t){if("object"!==_typeof(e)||null===e)return e
|
|
40
40
|
var r=e[Symbol.toPrimitive]
|
|
41
41
|
if(void 0!==r){var n=r.call(e,t||"default")
|
|
@@ -45,10 +45,10 @@ return"symbol"===_typeof(t)?t:String(t)}function d(e,t,r,n,o){var i={}
|
|
|
45
45
|
return Object.keys(n).forEach((function(e){i[e]=n[e]})),i.enumerable=!!i.enumerable,i.configurable=!!i.configurable,("value"in i||i.initializer)&&(i.writable=!0),i=r.slice().reverse().reduce((function(r,n){return n(e,t,r)||r}),i),o&&void 0!==i.initializer&&(i.value=i.initializer?i.initializer.call(o):void 0,i.initializer=void 0),void 0===i.initializer&&(Object.defineProperty(e,t,i),i=null),i}Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0
|
|
46
46
|
var h=(0,t.tagName)("span")((a=function(e){(function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function")
|
|
47
47
|
e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&l(e,t)})(i,e)
|
|
48
|
-
var t,r,n,o=
|
|
48
|
+
var t,r,n,o=s(i)
|
|
49
49
|
function i(){var e,t,r,n;(function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")})(this,i)
|
|
50
50
|
for(var a=arguments.length,u=new Array(a),c=0;c<a;c++)u[c]=arguments[c]
|
|
51
|
-
return e=o.call.apply(o,[this].concat(u)),t=
|
|
51
|
+
return e=o.call.apply(o,[this].concat(u)),t=f(e),n=!1,(r=y(r="showMenu"))in t?Object.defineProperty(t,r,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[r]=n,e}return t=i,r=[{key:"willDestroyElement",value:function(){c(p(i.prototype),"willDestroyElement",this).apply(this,arguments),this.removeOutsideClickHandler()}},{key:"outsideClickHandler",value:function(e){this.element&&!this.element.contains(e.target)&&this.element!==e.target&&(this.set("showMenu",!1),this.updateMenu())}},{key:"updateMenu",value:function(){this.showMenu?this.addOutsideClickHandler():this.removeOutsideClickHandler()}},{key:"addOutsideClickHandler",value:function(){document.addEventListener("click",this.outsideClickHandler)}},{key:"removeOutsideClickHandler",value:function(){document.removeEventListener("click",this.outsideClickHandler)}},{key:"expandMenu",value:function(){this.toggleProperty("showMenu"),this.updateMenu()}}],r&&u(t.prototype,r),n&&u(t,n),Object.defineProperty(t,"prototype",{writable:!1}),i}(r.default),d(a.prototype,"outsideClickHandler",[n.bound],Object.getOwnPropertyDescriptor(a.prototype,"outsideClickHandler"),a.prototype),d(a.prototype,"expandMenu",[o.action],Object.getOwnPropertyDescriptor(a.prototype,"expandMenu"),a.prototype),i=a))||i
|
|
52
52
|
e.default=h})),define("client-app/components/back-to-site-link",["exports","@ember/component","@ember/object"],(function(e,t,r){var n,o
|
|
53
53
|
function i(e,t){for(var r=0;r<t.length;r++){var n=t[r]
|
|
54
54
|
n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,(o=n.key,i=void 0,i=function(e,t){if("object"!==_typeof(e)||null===e)return e
|
|
@@ -66,15 +66,15 @@ return function(e,t){if(t&&("object"===_typeof(t)||"function"==typeof t))return
|
|
|
66
66
|
if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined")
|
|
67
67
|
return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called")
|
|
68
68
|
return e}(e)}(this,r)}}function c(e){return c=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},c(e)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0
|
|
69
|
-
var l,f,
|
|
69
|
+
var l,s,f,p,y,d,h=(n=(0,r.computed)("attrs.text","attrs.path"),o=function(e){(function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function")
|
|
70
70
|
e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&a(e,t)})(c,e)
|
|
71
71
|
var t,r,n,o=u(c)
|
|
72
|
-
function c(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,c),o.apply(this,arguments)}return t=c,(r=[{key:"shouldDisplay",get:function(){return this.text&&this.path}}])&&i(t.prototype,r),n&&i(t,n),Object.defineProperty(t,"prototype",{writable:!1}),c}(t.default),l=o.prototype,
|
|
72
|
+
function c(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,c),o.apply(this,arguments)}return t=c,(r=[{key:"shouldDisplay",get:function(){return this.text&&this.path}}])&&i(t.prototype,r),n&&i(t,n),Object.defineProperty(t,"prototype",{writable:!1}),c}(t.default),l=o.prototype,s="shouldDisplay",f=[n],p=Object.getOwnPropertyDescriptor(o.prototype,"shouldDisplay"),y=o.prototype,d={},Object.keys(p).forEach((function(e){d[e]=p[e]})),d.enumerable=!!d.enumerable,d.configurable=!!d.configurable,("value"in d||d.initializer)&&(d.writable=!0),d=f.slice().reverse().reduce((function(e,t){return t(l,s,e)||e}),d),y&&void 0!==d.initializer&&(d.value=d.initializer?d.initializer.call(y):void 0,d.initializer=void 0),void 0===d.initializer&&(Object.defineProperty(l,s,d),d=null),o)
|
|
73
73
|
e.default=h})),define("client-app/components/back-trace",["exports","@ember/object","@ember/component","client-app/lib/preload"],(function(e,t,r,n){var o,i,a
|
|
74
74
|
function u(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var r=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]
|
|
75
75
|
if(null!=r){var n,o,i,a,u=[],c=!0,l=!1
|
|
76
76
|
try{if(i=(r=r.call(e)).next,0===t){if(Object(r)!==r)return
|
|
77
|
-
c=!1}else for(;!(c=(n=i.call(r)).done)&&(u.push(n.value),u.length!==t);c=!0);}catch(
|
|
77
|
+
c=!1}else for(;!(c=(n=i.call(r)).done)&&(u.push(n.value),u.length!==t);c=!0);}catch(s){l=!0,o=s}finally{try{if(!c&&null!=r.return&&(a=r.return(),Object(a)!==a))return}finally{if(l)throw o}}return u}}(e,t)||function(e,t){if(!e)return
|
|
78
78
|
if("string"==typeof e)return c(e,t)
|
|
79
79
|
var r=Object.prototype.toString.call(e).slice(8,-1)
|
|
80
80
|
"Object"===r&&e.constructor&&(r=e.constructor.name)
|
|
@@ -86,7 +86,7 @@ n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Obj
|
|
|
86
86
|
var r=e[Symbol.toPrimitive]
|
|
87
87
|
if(void 0!==r){var n=r.call(e,t||"default")
|
|
88
88
|
if("object"!==_typeof(n))return n
|
|
89
|
-
throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(o,"string"),"symbol"===_typeof(i)?i:String(i)),n)}var o,i}function
|
|
89
|
+
throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(o,"string"),"symbol"===_typeof(i)?i:String(i)),n)}var o,i}function s(e,t){return s=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},s(e,t)}function f(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1
|
|
90
90
|
if(Reflect.construct.sham)return!1
|
|
91
91
|
if("function"==typeof Proxy)return!0
|
|
92
92
|
try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}()
|
|
@@ -100,8 +100,8 @@ return e}(e)}(this,r)}}function p(e){return p=Object.setPrototypeOf?Object.getPr
|
|
|
100
100
|
return Object.keys(n).forEach((function(e){i[e]=n[e]})),i.enumerable=!!i.enumerable,i.configurable=!!i.configurable,("value"in i||i.initializer)&&(i.writable=!0),i=r.slice().reverse().reduce((function(r,n){return n(e,t,r)||r}),i),o&&void 0!==i.initializer&&(i.value=i.initializer?i.initializer.call(o):void 0,i.initializer=void 0),void 0===i.initializer&&(Object.defineProperty(e,t,i),i=null),i}function d(e){return e&&"/"!==e[e.length-1]?e+"/":e}function h(e){var t=e.repo,r=e.path,n=e.filename,o=e.lineNumber,i=e.commitSha,a=void 0===i?null:i,u=d(t)
|
|
101
101
|
return/\/tree\//.test(u)||(u+="blob/",u+=a?"".concat(a,"/"):"master/"),u+=r+n,/^[0-9]+$/.test(o)&&(u+="#L".concat(o)),u}Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0
|
|
102
102
|
var v=(o=(0,t.computed)("env.application_version"),i=(0,t.computed)("backtrace.length","commitSha"),a=function(e){(function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function")
|
|
103
|
-
e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&
|
|
104
|
-
var t,r,o,i=
|
|
103
|
+
e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&s(e,t)})(a,e)
|
|
104
|
+
var t,r,o,i=f(a)
|
|
105
105
|
function a(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,a),i.apply(this,arguments)}return t=a,(r=[{key:"commitSha",get:function(){var e=null
|
|
106
106
|
return Array.isArray(this.env)?e=this.env.map((function(e){return e.application_version})).filter((function(e){return e}))[0]:this.env&&(e=this.env.application_version),e||n.default.get("application_version")}},{key:"lines",get:function(){var e=this
|
|
107
107
|
return this.backtrace&&0!==this.backtrace.length?this.backtrace.split("\n").map((function(t){var r=function(e){if(e.startsWith(n.default.get("gems_dir"))){var t=n.default.get("gems_dir")
|
|
@@ -114,24 +114,24 @@ return c?h({repo:c.url,path:o,filename:i,lineNumber:a}):null}},{key:"githubURLFo
|
|
|
114
114
|
var t=n.default.get("directories").filter((function(t){return e.startsWith(t.path)})).sortBy("path.length").reverse()[0]
|
|
115
115
|
if(!t)return null
|
|
116
116
|
var r,o,i,a=d(t.path),c=e.substring(a.length),l=""
|
|
117
|
-
if(c.includes("/")){var
|
|
118
|
-
l=
|
|
119
|
-
r=
|
|
117
|
+
if(c.includes("/")){var s=u(c.match(/(.+\/)(.+):(\d+)(:.*)/)||[],5)
|
|
118
|
+
l=s[1],r=s[2],o=s[3],i=s[4]}else{var f=u(c.match(/(.+):(\d+)(:.*)/)||[],4)
|
|
119
|
+
r=f[1],o=f[2],i=f[3]}if(!r||!o||!i)return null
|
|
120
120
|
var p=t.main_app?this.commitSha:null
|
|
121
121
|
return h({repo:t.url,path:l,filename:r,lineNumber:o,commitSha:p})}},{key:"findGithubURL",value:function(e,t){var r=n.default.get("directories")||[],o=e.startsWith(n.default.get("gems_dir")),i=r.some((function(t){return e.startsWith(t.path)}))
|
|
122
122
|
return o||!i?this.githubURLForGem(t):this.githubURLForApp(e)}}])&&l(t.prototype,r),o&&l(t,o),Object.defineProperty(t,"prototype",{writable:!1}),a}(r.default),y(a.prototype,"commitSha",[o],Object.getOwnPropertyDescriptor(a.prototype,"commitSha"),a.prototype),y(a.prototype,"lines",[i],Object.getOwnPropertyDescriptor(a.prototype,"lines"),a.prototype),a)
|
|
123
123
|
e.default=v})),define("client-app/components/env-tab",["exports","@ember/object","@ember/component","client-app/lib/utilities","client-app/lib/preload","@ember/template"],(function(e,t,r,n,o,i){var a,u,c,l
|
|
124
|
-
function
|
|
124
|
+
function s(e,t){var r="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]
|
|
125
125
|
if(!r){if(Array.isArray(e)||(r=function(e,t){if(!e)return
|
|
126
|
-
if("string"==typeof e)return
|
|
126
|
+
if("string"==typeof e)return f(e,t)
|
|
127
127
|
var r=Object.prototype.toString.call(e).slice(8,-1)
|
|
128
128
|
"Object"===r&&e.constructor&&(r=e.constructor.name)
|
|
129
129
|
if("Map"===r||"Set"===r)return Array.from(e)
|
|
130
|
-
if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return
|
|
130
|
+
if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return f(e,t)}(e))||t&&e&&"number"==typeof e.length){r&&(e=r)
|
|
131
131
|
var n=0,o=function(){}
|
|
132
132
|
return{s:o,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,a=!0,u=!1
|
|
133
133
|
return{s:function(){r=r.call(e)},n:function(){var e=r.next()
|
|
134
|
-
return a=e.done,e},e:function(e){u=!0,i=e},f:function(){try{a||null==r.return||r.return()}finally{if(u)throw i}}}}function
|
|
134
|
+
return a=e.done,e},e:function(e){u=!0,i=e},f:function(){try{a||null==r.return||r.return()}finally{if(u)throw i}}}}function f(e,t){(null==t||t>e.length)&&(t=e.length)
|
|
135
135
|
for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r]
|
|
136
136
|
return n}function p(e,t){for(var r=0;r<t.length;r++){var n=t[r]
|
|
137
137
|
n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,(o=n.key,i=void 0,i=function(e,t){if("object"!==_typeof(e)||null===e)return e
|
|
@@ -154,14 +154,14 @@ var b=(a=(0,t.computed)("currentEnvPosition","isEnvArray","message.env"),u=(0,t.
|
|
|
154
154
|
e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&y(e,t)})(c,e)
|
|
155
155
|
var t,r,a,u=d(c)
|
|
156
156
|
function c(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,c),u.apply(this,arguments)}return t=c,(r=[{key:"currentEnv",get:function(){return this.isEnvArray?this.message.env[this.currentEnvPosition]:this.message.env}},{key:"isEnvArray",get:function(){return Array.isArray(this.message.env)}},{key:"html",get:function(){if(!this.isEnvArray)return(0,i.htmlSafe)((0,n.buildHashString)(this.message.env))
|
|
157
|
-
var e,t=(0,n.clone)(this.currentEnv),r=
|
|
157
|
+
var e,t=(0,n.clone)(this.currentEnv),r=s(o.default.get("env_expandable_keys")||[])
|
|
158
158
|
try{for(r.s();!(e=r.n()).done;){var a=e.value
|
|
159
|
-
if(Object.prototype.hasOwnProperty.call(t,a)&&!Array.isArray(t[a])){var u,c=[t[a]],l=
|
|
160
|
-
try{for(l.s();!(u=l.n()).done;){var
|
|
161
|
-
|
|
159
|
+
if(Object.prototype.hasOwnProperty.call(t,a)&&!Array.isArray(t[a])){var u,c=[t[a]],l=s(this.message.env)
|
|
160
|
+
try{for(l.s();!(u=l.n()).done;){var f=u.value
|
|
161
|
+
f[a]&&!c.includes(f[a])&&c.push(f[a])}}catch(p){l.e(p)}finally{l.f()}t[a]=c.length>1?c:c[0]}}}catch(p){r.e(p)}finally{r.f()}return(0,i.htmlSafe)((0,n.buildHashString)(t,!1,this.expanded||[]))}},{key:"click",value:function(e){var t=e.target,r=t.dataset.key;(o.default.get("env_expandable_keys")||[]).includes(r)&&t.classList.contains("expand-list")&&(e.preventDefault(),this.expanded?this.expanded.pushObject(r):this.set("expanded",[r]))}}])&&p(t.prototype,r),a&&p(t,a),Object.defineProperty(t,"prototype",{writable:!1}),c}(r.default),v(l.prototype,"currentEnv",[a],Object.getOwnPropertyDescriptor(l.prototype,"currentEnv"),l.prototype),v(l.prototype,"isEnvArray",[u],Object.getOwnPropertyDescriptor(l.prototype,"isEnvArray"),l.prototype),v(l.prototype,"html",[c],Object.getOwnPropertyDescriptor(l.prototype,"html"),l.prototype),l)
|
|
162
162
|
e.default=b})),define("client-app/components/fa-icon",["exports","@fortawesome/ember-fontawesome/components/fa-icon"],(function(e,t){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t.default}})})),define("client-app/components/message-info",["exports","@ember/object/computed","@ember/component","@ember/object","client-app/lib/preload"],(function(e,t,r,n,o){var i,a,u,c,l
|
|
163
|
-
function
|
|
164
|
-
n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,h(n.key),n)}}function
|
|
163
|
+
function s(e,t){for(var r=0;r<t.length;r++){var n=t[r]
|
|
164
|
+
n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,h(n.key),n)}}function f(e,t){return f=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},f(e,t)}function p(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1
|
|
165
165
|
if(Reflect.construct.sham)return!1
|
|
166
166
|
if("function"==typeof Proxy)return!0
|
|
167
167
|
try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}()
|
|
@@ -179,42 +179,42 @@ throw new TypeError("@@toPrimitive must return a primitive value.")}return("stri
|
|
|
179
179
|
return"symbol"===_typeof(t)?t:String(t)}function v(e,t,r,n,o){var i={}
|
|
180
180
|
return Object.keys(n).forEach((function(e){i[e]=n[e]})),i.enumerable=!!i.enumerable,i.configurable=!!i.configurable,("value"in i||i.initializer)&&(i.writable=!0),i=r.slice().reverse().reduce((function(r,n){return n(e,t,r)||r}),i),o&&void 0!==i.initializer&&(i.value=i.initializer?i.initializer.call(o):void 0,i.initializer=void 0),void 0===i.initializer&&(Object.defineProperty(e,t,i),i=null),i}Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0
|
|
181
181
|
var b=(i=(0,t.bool)("currentRow.group"),a=(0,n.computed)("currentMessage.protected","showSolveAllButton","showSolveButton"),u=(0,n.computed)("showSolveAllButton","currentMessage.{canSolve,env}"),c=function(e){(function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function")
|
|
182
|
-
e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&
|
|
182
|
+
e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&f(e,t)})(a,e)
|
|
183
183
|
var t,r,n,i=p(a)
|
|
184
184
|
function a(){var e,t,r,n,o;(function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")})(this,a)
|
|
185
|
-
for(var u=arguments.length,c=new Array(u),
|
|
185
|
+
for(var u=arguments.length,c=new Array(u),s=0;s<u;s++)c[s]=arguments[s]
|
|
186
186
|
return e=i.call.apply(i,[this].concat(c)),t=y(e),r="showSolveAllButton",n=l,o=y(e),n&&Object.defineProperty(t,r,{enumerable:n.enumerable,configurable:n.configurable,writable:n.writable,value:n.initializer?n.initializer.call(o):void 0}),e}return t=a,(r=[{key:"buttons",get:function(){var e=this.currentMessage.protected,t=[]
|
|
187
187
|
return!e&&this.showSolveButton&&t.push({klass:"solve",action:this.solve,icon:"check-square",label:"Solve",prefix:"far",danger:!0}),this.showSolveAllButton&&t.push({klass:"solve-all",action:this.solveAll,icon:"check-square",label:"Solve All",prefix:"far",danger:!0}),e?t.push({klass:"unprotect",action:this.unprotect,icon:"unlock",prefix:"fas",label:"Unprotect"}):t.push({klass:"remove",action:this.remove,icon:"trash-alt",label:"Remove",prefix:"far",danger:!0},{klass:"protect",action:this.protect,icon:"lock",prefix:"fas",label:"Protect"}),t.push({klass:"copy",action:this.copy,icon:"copy",prefix:"far",label:"Copy"}),t}},{key:"showSolveButton",get:function(){return!this.showSolveAllButton&&(this.currentMessage.env?this.currentMessage.canSolve:!!o.default.get("application_version"))}},{key:"copy",value:function(){var e=this.currentMessage.showCount?"Message (".concat(this.currentMessage.count," copies reported)"):"Message",t="".concat(e,"\n\n").concat(this.currentMessage.message),r="Backtrace\n\n".concat(this.currentMessage.backtrace),n=Array.isArray(this.currentMessage.env)?this.currentMessage.env.map((function(e){return e.HTTP_HOST})).filter((function(e,t,r){return e&&r.indexOf(e)===t})).join(", "):this.currentMessage.env.HTTP_HOST,o=[t,r,n?"Env\n\nHTTP HOSTS: ".concat(n):""].filter((function(e){return e})).join("\n\n"),i=document.createElement("TEXTAREA")
|
|
188
188
|
document.body.appendChild(i),i.value=o,i.select(),document.execCommand("copy"),document.body.removeChild(i)}},{key:"tabChanged",value:function(e){var t
|
|
189
|
-
null===(t=this.onTabChange)||void 0===t||t.call(this,e)}},{key:"protect",value:function(){this.currentMessage.protect()}},{key:"unprotect",value:function(){this.currentMessage.unprotect()}},{key:"remove",value:function(){this.removeMessage(this.currentMessage)}},{key:"solve",value:function(){this.solveMessage(this.currentMessage)}},{key:"solveAll",value:function(){this.currentRow.solveAll()}},{key:"share",value:function(){window.location.pathname=this.currentMessage.shareUrl}}])&&
|
|
189
|
+
null===(t=this.onTabChange)||void 0===t||t.call(this,e)}},{key:"protect",value:function(){this.currentMessage.protect()}},{key:"unprotect",value:function(){this.currentMessage.unprotect()}},{key:"remove",value:function(){this.removeMessage(this.currentMessage)}},{key:"solve",value:function(){this.solveMessage(this.currentMessage)}},{key:"solveAll",value:function(){this.currentRow.solveAll()}},{key:"share",value:function(){window.location.pathname=this.currentMessage.shareUrl}}])&&s(t.prototype,r),n&&s(t,n),Object.defineProperty(t,"prototype",{writable:!1}),a}(r.default),l=v(c.prototype,"showSolveAllButton",[i],{configurable:!0,enumerable:!0,writable:!0,initializer:null}),v(c.prototype,"buttons",[a],Object.getOwnPropertyDescriptor(c.prototype,"buttons"),c.prototype),v(c.prototype,"showSolveButton",[u],Object.getOwnPropertyDescriptor(c.prototype,"showSolveButton"),c.prototype),v(c.prototype,"copy",[n.action],Object.getOwnPropertyDescriptor(c.prototype,"copy"),c.prototype),v(c.prototype,"tabChanged",[n.action],Object.getOwnPropertyDescriptor(c.prototype,"tabChanged"),c.prototype),v(c.prototype,"protect",[n.action],Object.getOwnPropertyDescriptor(c.prototype,"protect"),c.prototype),v(c.prototype,"unprotect",[n.action],Object.getOwnPropertyDescriptor(c.prototype,"unprotect"),c.prototype),v(c.prototype,"remove",[n.action],Object.getOwnPropertyDescriptor(c.prototype,"remove"),c.prototype),v(c.prototype,"solve",[n.action],Object.getOwnPropertyDescriptor(c.prototype,"solve"),c.prototype),v(c.prototype,"solveAll",[n.action],Object.getOwnPropertyDescriptor(c.prototype,"solveAll"),c.prototype),v(c.prototype,"share",[n.action],Object.getOwnPropertyDescriptor(c.prototype,"share"),c.prototype),c)
|
|
190
190
|
e.default=b})),define("client-app/components/message-row",["exports","@ember-decorators/component","@ember/component"],(function(e,t,r){var n,o,i
|
|
191
191
|
function a(e,t){for(var r=0;r<t.length;r++){var n=t[r]
|
|
192
192
|
n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,(o=n.key,i=void 0,i=function(e,t){if("object"!==_typeof(e)||null===e)return e
|
|
193
193
|
var r=e[Symbol.toPrimitive]
|
|
194
194
|
if(void 0!==r){var n=r.call(e,t||"default")
|
|
195
195
|
if("object"!==_typeof(n))return n
|
|
196
|
-
throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(o,"string"),"symbol"===_typeof(i)?i:String(i)),n)}var o,i}function u(){return u="undefined"!=typeof Reflect&&Reflect.get?Reflect.get.bind():function(e,t,r){var n=function(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&null!==(e=
|
|
196
|
+
throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(o,"string"),"symbol"===_typeof(i)?i:String(i)),n)}var o,i}function u(){return u="undefined"!=typeof Reflect&&Reflect.get?Reflect.get.bind():function(e,t,r){var n=function(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&null!==(e=s(e)););return e}(e,t)
|
|
197
197
|
if(n){var o=Object.getOwnPropertyDescriptor(n,t)
|
|
198
198
|
return o.get?o.get.call(arguments.length<3?e:r):o.value}},u.apply(this,arguments)}function c(e,t){return c=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},c(e,t)}function l(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1
|
|
199
199
|
if(Reflect.construct.sham)return!1
|
|
200
200
|
if("function"==typeof Proxy)return!0
|
|
201
201
|
try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}()
|
|
202
|
-
return function(){var r,n=
|
|
203
|
-
if(t){var o=
|
|
202
|
+
return function(){var r,n=s(e)
|
|
203
|
+
if(t){var o=s(this).constructor
|
|
204
204
|
r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments)
|
|
205
205
|
return function(e,t){if(t&&("object"===_typeof(t)||"function"==typeof t))return t
|
|
206
206
|
if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined")
|
|
207
207
|
return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called")
|
|
208
|
-
return e}(e)}(this,r)}}function
|
|
209
|
-
var
|
|
208
|
+
return e}(e)}(this,r)}}function s(e){return s=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},s(e)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0
|
|
209
|
+
var f=(0,t.tagName)("div")(n=(0,t.classNameBindings)("model.rowClass",":message-row","model.selected:selected")(n=function(e){(function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function")
|
|
210
210
|
e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&c(e,t)})(p,e)
|
|
211
|
-
var t,r,n,
|
|
212
|
-
function p(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,p),
|
|
211
|
+
var t,r,n,f=l(p)
|
|
212
|
+
function p(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,p),f.apply(this,arguments)}return t=p,r=[{key:"willInsertElement",value:function(){if(u(s(p.prototype),"willInsertElement",this).apply(this,arguments),!o){var e=document.getElementById("top-panel")
|
|
213
213
|
if(e){var t=parseFloat(getComputedStyle(e).height)
|
|
214
|
-
i=e.scrollHeight-20<t+e.scrollTop,o=!0}}}},{key:"didInsertElement",value:function(){u(
|
|
214
|
+
i=e.scrollHeight-20<t+e.scrollTop,o=!0}}}},{key:"didInsertElement",value:function(){u(s(p.prototype),"didInsertElement",this).apply(this,arguments)
|
|
215
215
|
var e=document.getElementById("top-panel")
|
|
216
216
|
e&&(o=!1,i&&(i=!1,e.scrollTop=e.scrollHeight-parseFloat(getComputedStyle(e).height)))}},{key:"click",value:function(){this.selectRow()}}],r&&a(t.prototype,r),n&&a(t,n),Object.defineProperty(t,"prototype",{writable:!1}),p}(r.default))||n)||n
|
|
217
|
-
e.default=
|
|
217
|
+
e.default=f})),define("client-app/components/page-nav",["exports","@ember-decorators/component","@ember/object/computed","@ember/component","@ember/object"],(function(e,t,r,n,o){var i,a,u,c,l,s,f,p
|
|
218
218
|
function y(e,t){for(var r=0;r<t.length;r++){var n=t[r]
|
|
219
219
|
n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,m(n.key),n)}}function d(e,t){return d=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},d(e,t)}function h(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1
|
|
220
220
|
if(Reflect.construct.sham)return!1
|
|
@@ -233,7 +233,7 @@ if("object"!==_typeof(n))return n
|
|
|
233
233
|
throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string")
|
|
234
234
|
return"symbol"===_typeof(t)?t:String(t)}function g(e,t,r,n,o){var i={}
|
|
235
235
|
return Object.keys(n).forEach((function(e){i[e]=n[e]})),i.enumerable=!!i.enumerable,i.configurable=!!i.configurable,("value"in i||i.initializer)&&(i.writable=!0),i=r.slice().reverse().reduce((function(r,n){return n(e,t,r)||r}),i),o&&void 0!==i.initializer&&(i.value=i.initializer?i.initializer.call(o):void 0,i.initializer=void 0),void 0===i.initializer&&(Object.defineProperty(e,t,i),i=null),i}Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0
|
|
236
|
-
var w=(i=(0,t.classNames)("nav-controls"),a=(0,t.classNameBindings)("extraClasses"),u=(0,r.equal)("position",0),c=(0,o.computed)("position","list.length"),l=(0,o.computed)("position"),i(
|
|
236
|
+
var w=(i=(0,t.classNames)("nav-controls"),a=(0,t.classNameBindings)("extraClasses"),u=(0,r.equal)("position",0),c=(0,o.computed)("position","list.length"),l=(0,o.computed)("position"),i(s=a((f=function(e){(function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function")
|
|
237
237
|
e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&d(e,t)})(i,e)
|
|
238
238
|
var t,r,n,o=h(i)
|
|
239
239
|
function i(){var e,t,r,n,a;(function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")})(this,i)
|
|
@@ -241,12 +241,12 @@ for(var u=arguments.length,c=new Array(u),l=0;l<u;l++)c[l]=arguments[l]
|
|
|
241
241
|
return e=o.call.apply(o,[this].concat(c)),t=v(e),r="disableBackButtons",n=p,a=v(e),n&&Object.defineProperty(t,r,{enumerable:n.enumerable,configurable:n.configurable,writable:n.writable,value:n.initializer?n.initializer.call(a):void 0}),e}return t=i,(r=[{key:"disableForwardButtons",get:function(){return this.position===this.list.length-1}},{key:"displayNumber",get:function(){return this.position+1}},{key:"takeStep",value:function(e){var t="back"===e?-1:1
|
|
242
242
|
if(!(1===t&&this.disableForwardButtons||-1===t&&this.disableBackButtons)){var r=this.position+t
|
|
243
243
|
this.navigate(r)}}},{key:"bigJump",value:function(e){var t="back"===e?0:this.list.length-1
|
|
244
|
-
this.navigate(t)}}])&&y(t.prototype,r),n&&y(t,n),Object.defineProperty(t,"prototype",{writable:!1}),i}(n.default),p=g(
|
|
244
|
+
this.navigate(t)}}])&&y(t.prototype,r),n&&y(t,n),Object.defineProperty(t,"prototype",{writable:!1}),i}(n.default),p=g(f.prototype,"disableBackButtons",[u],{configurable:!0,enumerable:!0,writable:!0,initializer:null}),g(f.prototype,"disableForwardButtons",[c],Object.getOwnPropertyDescriptor(f.prototype,"disableForwardButtons"),f.prototype),g(f.prototype,"displayNumber",[l],Object.getOwnPropertyDescriptor(f.prototype,"displayNumber"),f.prototype),g(f.prototype,"takeStep",[o.action],Object.getOwnPropertyDescriptor(f.prototype,"takeStep"),f.prototype),g(f.prototype,"bigJump",[o.action],Object.getOwnPropertyDescriptor(f.prototype,"bigJump"),f.prototype),s=f))||s)||s)
|
|
245
245
|
e.default=w})),define("client-app/components/panel-resizer",["exports","@ember-decorators/component","@ember/service","@ember/component","@ember/runloop","client-app/lib/decorators"],(function(e,t,r,n,o,i){var a,u,c
|
|
246
246
|
function l(e,t){for(var r=0;r<t.length;r++){var n=t[r]
|
|
247
|
-
n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,h(n.key),n)}}function
|
|
247
|
+
n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,h(n.key),n)}}function s(){return s="undefined"!=typeof Reflect&&Reflect.get?Reflect.get.bind():function(e,t,r){var n=function(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&null!==(e=d(e)););return e}(e,t)
|
|
248
248
|
if(n){var o=Object.getOwnPropertyDescriptor(n,t)
|
|
249
|
-
return o.get?o.get.call(arguments.length<3?e:r):o.value}},
|
|
249
|
+
return o.get?o.get.call(arguments.length<3?e:r):o.value}},s.apply(this,arguments)}function f(e,t){return f=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},f(e,t)}function p(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1
|
|
250
250
|
if(Reflect.construct.sham)return!1
|
|
251
251
|
if("function"==typeof Proxy)return!0
|
|
252
252
|
try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}()
|
|
@@ -264,13 +264,13 @@ throw new TypeError("@@toPrimitive must return a primitive value.")}return("stri
|
|
|
264
264
|
return"symbol"===_typeof(t)?t:String(t)}function v(e,t,r,n,o){var i={}
|
|
265
265
|
return Object.keys(n).forEach((function(e){i[e]=n[e]})),i.enumerable=!!i.enumerable,i.configurable=!!i.configurable,("value"in i||i.initializer)&&(i.writable=!0),i=r.slice().reverse().reduce((function(r,n){return n(e,t,r)||r}),i),o&&void 0!==i.initializer&&(i.value=i.initializer?i.initializer.call(o):void 0,i.initializer=void 0),void 0===i.initializer&&(Object.defineProperty(e,t,i),i=null),i}Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0
|
|
266
266
|
var b=["touchmove","mousemove"],m=["touchend","mouseup"],g=["touchstart","mousedown"],w=(0,t.classNames)("divider")((u=function(e){(function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function")
|
|
267
|
-
e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&
|
|
267
|
+
e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&f(e,t)})(a,e)
|
|
268
268
|
var t,r,n,i=p(a)
|
|
269
|
-
function a(){var e,t,r,n,o,u,l,
|
|
270
|
-
for(var
|
|
271
|
-
return e=i.call.apply(i,[this].concat(p)),t=y(e),r="events",n=c,o=y(e),n&&Object.defineProperty(t,r,{enumerable:n.enumerable,configurable:n.configurable,writable:n.writable,value:n.initializer?n.initializer.call(o):void 0}),u=y(e),
|
|
269
|
+
function a(){var e,t,r,n,o,u,l,s;(function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")})(this,a)
|
|
270
|
+
for(var f=arguments.length,p=new Array(f),d=0;d<f;d++)p[d]=arguments[d]
|
|
271
|
+
return e=i.call.apply(i,[this].concat(p)),t=y(e),r="events",n=c,o=y(e),n&&Object.defineProperty(t,r,{enumerable:n.enumerable,configurable:n.configurable,writable:n.writable,value:n.initializer?n.initializer.call(o):void 0}),u=y(e),s=!1,(l=h(l="resizing"))in u?Object.defineProperty(u,l,{value:s,enumerable:!0,configurable:!0,writable:!0}):u[l]=s,e}return t=a,r=[{key:"didInsertElement",value:function(){s(d(a.prototype),"didInsertElement",this).apply(this,arguments),this.set("divider",document.querySelector(".divider"))
|
|
272
272
|
for(var e=0,t=g;e<t.length;e++){var r=t[e]
|
|
273
|
-
this.divider.addEventListener(r,this.dividerClickHandler)}(0,o.scheduleOnce)("afterRender",this,"initialDivideView")}},{key:"willDestroyElement",value:function(){
|
|
273
|
+
this.divider.addEventListener(r,this.dividerClickHandler)}(0,o.scheduleOnce)("afterRender",this,"initialDivideView")}},{key:"willDestroyElement",value:function(){s(d(a.prototype),"willDestroyElement",this).apply(this,arguments)
|
|
274
274
|
for(var e=0,t=g;e<t.length;e++){var r=t[e]
|
|
275
275
|
this.divider.removeEventListener(r,this.dividerClickHandler)}}},{key:"initialDivideView",value:function(){var e=localStorage&&localStorage.logster_divider_bottom||300,t=window.innerHeight-parseInt(e,10)
|
|
276
276
|
this.divideView(t)}},{key:"divideView",value:function(e){var t=window.innerHeight,r=t-e
|
|
@@ -284,40 +284,40 @@ t.id="overlay",document.body.appendChild(t),this.set("resizing",!0)
|
|
|
284
284
|
for(var r=0,n=b;r<n.length;r++){var o=n[r]
|
|
285
285
|
document.addEventListener(o,this.performDrag)}for(var i=0,a=m;i<a.length;i++){var u=a[i]
|
|
286
286
|
document.addEventListener(u,this.endDrag)}}}],r&&l(t.prototype,r),n&&l(t,n),Object.defineProperty(t,"prototype",{writable:!1}),a}(n.default),c=v(u.prototype,"events",[r.inject],{configurable:!0,enumerable:!0,writable:!0,initializer:null}),v(u.prototype,"performDrag",[i.bound],Object.getOwnPropertyDescriptor(u.prototype,"performDrag"),u.prototype),v(u.prototype,"endDrag",[i.bound],Object.getOwnPropertyDescriptor(u.prototype,"endDrag"),u.prototype),v(u.prototype,"dividerClickHandler",[i.bound],Object.getOwnPropertyDescriptor(u.prototype,"dividerClickHandler"),u.prototype),a=u))||a
|
|
287
|
-
e.default=w})),define("client-app/components/patterns-list",["exports","@ember/object/computed","@ember/component","@ember/object","client-app/models/pattern-item","client-app/lib/utilities"],(function(e,t,r,n,o,i){var a,u,c,l,f
|
|
287
|
+
e.default=w})),define("client-app/components/patterns-list",["exports","@ember/object/computed","@ember/component","@ember/object","client-app/models/pattern-item","client-app/lib/utilities"],(function(e,t,r,n,o,i){var a,u,c,l,s,f
|
|
288
288
|
function p(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */p=function(){return e}
|
|
289
289
|
var e={},t=Object.prototype,r=t.hasOwnProperty,n=Object.defineProperty||function(e,t,r){e[t]=r.value},o="function"==typeof Symbol?Symbol:{},i=o.iterator||"@@iterator",a=o.asyncIterator||"@@asyncIterator",u=o.toStringTag||"@@toStringTag"
|
|
290
|
-
function c(e,t,r){return Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{c({},"")}catch(L){c=function(e,t,r){return e[t]=r}}function l(e,t,r,o){var i=t&&t.prototype instanceof y?t:y,a=Object.create(i.prototype),u=new
|
|
291
|
-
return n(a,"_invoke",{value:j(e,r,u)}),a}function
|
|
292
|
-
var
|
|
290
|
+
function c(e,t,r){return Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{c({},"")}catch(L){c=function(e,t,r){return e[t]=r}}function l(e,t,r,o){var i=t&&t.prototype instanceof y?t:y,a=Object.create(i.prototype),u=new x(o||[])
|
|
291
|
+
return n(a,"_invoke",{value:j(e,r,u)}),a}function s(e,t,r){try{return{type:"normal",arg:e.call(t,r)}}catch(L){return{type:"throw",arg:L}}}e.wrap=l
|
|
292
|
+
var f={}
|
|
293
293
|
function y(){}function d(){}function h(){}var v={}
|
|
294
294
|
c(v,i,(function(){return this}))
|
|
295
295
|
var b=Object.getPrototypeOf,m=b&&b(b(S([])))
|
|
296
296
|
m&&m!==t&&r.call(m,i)&&(v=m)
|
|
297
297
|
var g=h.prototype=y.prototype=Object.create(v)
|
|
298
|
-
function w(e){["next","throw","return"].forEach((function(t){c(e,t,(function(e){return this._invoke(t,e)}))}))}function O(e,t){function o(n,i,a,u){var c=
|
|
299
|
-
if("throw"!==c.type){var l=c.arg,
|
|
300
|
-
return
|
|
298
|
+
function w(e){["next","throw","return"].forEach((function(t){c(e,t,(function(e){return this._invoke(t,e)}))}))}function O(e,t){function o(n,i,a,u){var c=s(e[n],e,i)
|
|
299
|
+
if("throw"!==c.type){var l=c.arg,f=l.value
|
|
300
|
+
return f&&"object"==_typeof(f)&&r.call(f,"__await")?t.resolve(f.__await).then((function(e){o("next",e,a,u)}),(function(e){o("throw",e,a,u)})):t.resolve(f).then((function(e){l.value=e,a(l)}),(function(e){return o("throw",e,a,u)}))}u(c.arg)}var i
|
|
301
301
|
n(this,"_invoke",{value:function(e,r){function n(){return new t((function(t,n){o(e,r,t,n)}))}return i=i?i.then(n,n):n()}})}function j(e,t,r){var n="suspendedStart"
|
|
302
302
|
return function(o,i){if("executing"===n)throw new Error("Generator is already running")
|
|
303
303
|
if("completed"===n){if("throw"===o)throw i
|
|
304
304
|
return E()}for(r.method=o,r.arg=i;;){var a=r.delegate
|
|
305
305
|
if(a){var u=P(a,r)
|
|
306
|
-
if(u){if(u===
|
|
306
|
+
if(u){if(u===f)continue
|
|
307
307
|
return u}}if("next"===r.method)r.sent=r._sent=r.arg
|
|
308
308
|
else if("throw"===r.method){if("suspendedStart"===n)throw n="completed",r.arg
|
|
309
309
|
r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg)
|
|
310
310
|
n="executing"
|
|
311
|
-
var c=
|
|
312
|
-
if("normal"===c.type){if(n=r.done?"completed":"suspendedYield",c.arg===
|
|
311
|
+
var c=s(e,t,r)
|
|
312
|
+
if("normal"===c.type){if(n=r.done?"completed":"suspendedYield",c.arg===f)continue
|
|
313
313
|
return{value:c.arg,done:r.done}}"throw"===c.type&&(n="completed",r.method="throw",r.arg=c.arg)}}}function P(e,t){var r=t.method,n=e.iterator[r]
|
|
314
|
-
if(void 0===n)return t.delegate=null,"throw"===r&&e.iterator.return&&(t.method="return",t.arg=void 0,P(e,t),"throw"===t.method)||"return"!==r&&(t.method="throw",t.arg=new TypeError("The iterator does not provide a '"+r+"' method")),
|
|
315
|
-
var o=
|
|
316
|
-
if("throw"===o.type)return t.method="throw",t.arg=o.arg,t.delegate=null,
|
|
314
|
+
if(void 0===n)return t.delegate=null,"throw"===r&&e.iterator.return&&(t.method="return",t.arg=void 0,P(e,t),"throw"===t.method)||"return"!==r&&(t.method="throw",t.arg=new TypeError("The iterator does not provide a '"+r+"' method")),f
|
|
315
|
+
var o=s(n,e.iterator,t.arg)
|
|
316
|
+
if("throw"===o.type)return t.method="throw",t.arg=o.arg,t.delegate=null,f
|
|
317
317
|
var i=o.arg
|
|
318
|
-
return i?i.done?(t[e.resultName]=i.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=void 0),t.delegate=null,
|
|
319
|
-
1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function
|
|
320
|
-
t.type="normal",delete t.arg,e.completion=t}function
|
|
318
|
+
return i?i.done?(t[e.resultName]=i.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=void 0),t.delegate=null,f):i:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,f)}function _(e){var t={tryLoc:e[0]}
|
|
319
|
+
1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function k(e){var t=e.completion||{}
|
|
320
|
+
t.type="normal",delete t.arg,e.completion=t}function x(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(_,this),this.reset(!0)}function S(e){if(e){var t=e[i]
|
|
321
321
|
if(t)return t.call(e)
|
|
322
322
|
if("function"==typeof e.next)return e
|
|
323
323
|
if(!isNaN(e.length)){var n=-1,o=function t(){for(;++n<e.length;)if(r.call(e,n))return t.value=e[n],t.done=!1,t
|
|
@@ -328,7 +328,7 @@ var a=new O(l(t,r,n,o),i)
|
|
|
328
328
|
return e.isGeneratorFunction(r)?a:a.next().then((function(e){return e.done?e.value:a.next()}))},w(g),c(g,u,"Generator"),c(g,i,(function(){return this})),c(g,"toString",(function(){return"[object Generator]"})),e.keys=function(e){var t=Object(e),r=[]
|
|
329
329
|
for(var n in t)r.push(n)
|
|
330
330
|
return r.reverse(),function e(){for(;r.length;){var n=r.pop()
|
|
331
|
-
if(n in t)return e.value=n,e.done=!1,e}return e.done=!0,e}},e.values=S,
|
|
331
|
+
if(n in t)return e.value=n,e.done=!1,e}return e.done=!0,e}},e.values=S,x.prototype={constructor:x,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(k),!e)for(var t in this)"t"===t.charAt(0)&&r.call(this,t)&&!isNaN(+t.slice(1))&&(this[t]=void 0)},stop:function(){this.done=!0
|
|
332
332
|
var e=this.tryEntries[0].completion
|
|
333
333
|
if("throw"===e.type)throw e.arg
|
|
334
334
|
return this.rval},dispatchException:function(e){if(this.done)throw e
|
|
@@ -342,12 +342,12 @@ if(this.prev<i.finallyLoc)return n(i.finallyLoc)}}}},abrupt:function(e,t){for(va
|
|
|
342
342
|
if(o.tryLoc<=this.prev&&r.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var i=o
|
|
343
343
|
break}}i&&("break"===e||"continue"===e)&&i.tryLoc<=t&&t<=i.finallyLoc&&(i=null)
|
|
344
344
|
var a=i?i.completion:{}
|
|
345
|
-
return a.type=e,a.arg=t,i?(this.method="next",this.next=i.finallyLoc,
|
|
346
|
-
return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),
|
|
347
|
-
if(r.finallyLoc===e)return this.complete(r.completion,r.afterLoc),
|
|
345
|
+
return a.type=e,a.arg=t,i?(this.method="next",this.next=i.finallyLoc,f):this.complete(a)},complete:function(e,t){if("throw"===e.type)throw e.arg
|
|
346
|
+
return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),f},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t]
|
|
347
|
+
if(r.finallyLoc===e)return this.complete(r.completion,r.afterLoc),k(r),f}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t]
|
|
348
348
|
if(r.tryLoc===e){var n=r.completion
|
|
349
349
|
if("throw"===n.type){var o=n.arg
|
|
350
|
-
|
|
350
|
+
k(r)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(e,t,r){return this.delegate={iterator:S(e),resultName:t,nextLoc:r},"next"===this.method&&(this.arg=void 0),f}},e}function y(e,t,r,n,o,i,a){try{var u=e[i](a),c=u.value}catch(l){return void r(l)}u.done?t(c):Promise.resolve(c).then(n,o)}function d(e){return function(){var t=this,r=arguments
|
|
351
351
|
return new Promise((function(n,o){var i=e.apply(t,r)
|
|
352
352
|
function a(e){y(i,n,o,a,u,"next",e)}function u(e){y(i,n,o,a,u,"throw",e)}a(void 0)}))}}function h(e){return function(e){if(Array.isArray(e))return v(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(!e)return
|
|
353
353
|
if("string"==typeof e)return v(e,t)
|
|
@@ -374,14 +374,14 @@ var r=e[Symbol.toPrimitive]
|
|
|
374
374
|
if(void 0!==r){var n=r.call(e,t||"default")
|
|
375
375
|
if("object"!==_typeof(n))return n
|
|
376
376
|
throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string")
|
|
377
|
-
return"symbol"===_typeof(t)?t:String(t)}function
|
|
377
|
+
return"symbol"===_typeof(t)?t:String(t)}function k(e,t,r,n,o){var i={}
|
|
378
378
|
return Object.keys(n).forEach((function(e){i[e]=n[e]})),i.enumerable=!!i.enumerable,i.configurable=!!i.configurable,("value"in i||i.initializer)&&(i.writable=!0),i=r.slice().reverse().reduce((function(r,n){return n(e,t,r)||r}),i),o&&void 0!==i.initializer&&(i.value=i.initializer?i.initializer.call(o):void 0,i.initializer=void 0),void 0===i.initializer&&(Object.defineProperty(e,t,i),i=null),i}Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0
|
|
379
|
-
var
|
|
379
|
+
var x=(a=(0,t.not)("mutable"),u=(0,t.equal)("key","suppression"),c=(0,n.computed)("patterns.[]","newPatterns.[]"),l=function(e){(function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function")
|
|
380
380
|
e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&w(e,t)})(y,e)
|
|
381
381
|
var t,r,n,a,u,c,l=O(y)
|
|
382
382
|
function y(){var e;(function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")})(this,y)
|
|
383
383
|
for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n]
|
|
384
|
-
return b(j(e=l.call.apply(l,[this].concat(r))),"immutable",
|
|
384
|
+
return b(j(e=l.call.apply(l,[this].concat(r))),"immutable",s,j(e)),b(j(e),"showCounter",f,j(e)),e}return t=y,r=[{key:"init",value:function(){g(P(y.prototype),"init",this).apply(this,arguments),this.patterns.length<1&&this.mutable&&this.create()}},{key:"allPatterns",get:function(){var e=this.patterns,t=this.newPatterns||[]
|
|
385
385
|
return[].concat(h(t.reverse()),h(e.reverse()))}},{key:"makeAPICall",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.method
|
|
386
386
|
return delete e.method,(0,i.ajax)("/patterns/".concat(this.key,".json"),{method:t,data:e})}},{key:"finallyBlock",value:function(e){e.set("saving",!1)}},{key:"catchBlock",value:function(e,t){t.responseText?e.set("error",t.responseText):e.set("error","Unknown error occurred. Please see dev console.")}},{key:"requestInit",value:function(e){e.setProperties({saving:!0,error:null})}},{key:"create",value:function(){this.newPatterns||this.set("newPatterns",[]),this.newPatterns.pushObject(o.default.create({isNew:!0}))}},{key:"trash",value:(c=d(p().mark((function e(t){return p().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(!t.isNew){e.next=4
|
|
387
387
|
break}return this.newPatterns.removeObject(t),t.destroy(),e.abrupt("return")
|
|
@@ -406,10 +406,10 @@ case 4:t.set("count",0),e.next=10
|
|
|
406
406
|
break
|
|
407
407
|
case 7:e.prev=7,e.t0=e.catch(1),this.catchBlock(t,e.t0)
|
|
408
408
|
case 10:return e.prev=10,this.finallyBlock(t),e.finish(10)
|
|
409
|
-
case 13:case"end":return e.stop()}}),e,this,[[1,7,10,13]])}))),function(e){return a.apply(this,arguments)})},{key:"checkboxChanged",value:function(e){e.toggleProperty("retroactive")}}],r&&m(t.prototype,r),n&&m(t,n),Object.defineProperty(t,"prototype",{writable:!1}),y}(r.default),
|
|
410
|
-
e.default=
|
|
409
|
+
case 13:case"end":return e.stop()}}),e,this,[[1,7,10,13]])}))),function(e){return a.apply(this,arguments)})},{key:"checkboxChanged",value:function(e){e.toggleProperty("retroactive")}}],r&&m(t.prototype,r),n&&m(t,n),Object.defineProperty(t,"prototype",{writable:!1}),y}(r.default),s=k(l.prototype,"immutable",[a],{configurable:!0,enumerable:!0,writable:!0,initializer:null}),f=k(l.prototype,"showCounter",[u],{configurable:!0,enumerable:!0,writable:!0,initializer:null}),k(l.prototype,"allPatterns",[c],Object.getOwnPropertyDescriptor(l.prototype,"allPatterns"),l.prototype),k(l.prototype,"create",[n.action],Object.getOwnPropertyDescriptor(l.prototype,"create"),l.prototype),k(l.prototype,"trash",[n.action],Object.getOwnPropertyDescriptor(l.prototype,"trash"),l.prototype),k(l.prototype,"save",[n.action],Object.getOwnPropertyDescriptor(l.prototype,"save"),l.prototype),k(l.prototype,"resetCount",[n.action],Object.getOwnPropertyDescriptor(l.prototype,"resetCount"),l.prototype),k(l.prototype,"checkboxChanged",[n.action],Object.getOwnPropertyDescriptor(l.prototype,"checkboxChanged"),l.prototype),l)
|
|
410
|
+
e.default=x})),define("client-app/components/tab-contents",["exports","@ember-decorators/component","@ember/component"],(function(e,t,r){var n
|
|
411
411
|
function o(e,t){for(var r=0;r<t.length;r++){var n=t[r]
|
|
412
|
-
n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,
|
|
412
|
+
n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,s(n.key),n)}}function i(){return i="undefined"!=typeof Reflect&&Reflect.get?Reflect.get.bind():function(e,t,r){var n=function(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&null!==(e=l(e)););return e}(e,t)
|
|
413
413
|
if(n){var o=Object.getOwnPropertyDescriptor(n,t)
|
|
414
414
|
return o.get?o.get.call(arguments.length<3?e:r):o.value}},i.apply(this,arguments)}function a(e,t){return a=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},a(e,t)}function u(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1
|
|
415
415
|
if(Reflect.construct.sham)return!1
|
|
@@ -421,21 +421,21 @@ r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments)
|
|
|
421
421
|
return function(e,t){if(t&&("object"===_typeof(t)||"function"==typeof t))return t
|
|
422
422
|
if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined")
|
|
423
423
|
return c(e)}(this,r)}}function c(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called")
|
|
424
|
-
return e}function l(e){return l=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},l(e)}function
|
|
424
|
+
return e}function l(e){return l=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},l(e)}function s(e){var t=function(e,t){if("object"!==_typeof(e)||null===e)return e
|
|
425
425
|
var r=e[Symbol.toPrimitive]
|
|
426
426
|
if(void 0!==r){var n=r.call(e,t||"default")
|
|
427
427
|
if("object"!==_typeof(n))return n
|
|
428
428
|
throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string")
|
|
429
429
|
return"symbol"===_typeof(t)?t:String(t)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0
|
|
430
|
-
var
|
|
430
|
+
var f=(0,t.classNameBindings)("active",":content","name")(n=function(e){(function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function")
|
|
431
431
|
e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&a(e,t)})(p,e)
|
|
432
|
-
var t,r,n,
|
|
432
|
+
var t,r,n,f=u(p)
|
|
433
433
|
function p(){var e,t,r,n;(function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")})(this,p)
|
|
434
434
|
for(var o=arguments.length,i=new Array(o),a=0;a<o;a++)i[a]=arguments[a]
|
|
435
|
-
return e=
|
|
436
|
-
e.default=
|
|
435
|
+
return e=f.call.apply(f,[this].concat(i)),t=c(e),n=!1,(r=s(r="isLink"))in t?Object.defineProperty(t,r,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[r]=n,e}return t=p,r=[{key:"didInsertElement",value:function(){i(l(p.prototype),"didInsertElement",this).apply(this,arguments),this.tabActions.addTab(this),this.defaultTab&&this.tabActions.selectTab(this)}},{key:"willDestroyElement",value:function(){i(l(p.prototype),"willDestroyElement",this).apply(this,arguments),this.tabActions.removeTab(this)}}],r&&o(t.prototype,r),n&&o(t,n),Object.defineProperty(t,"prototype",{writable:!1}),p}(r.default))||n
|
|
436
|
+
e.default=f})),define("client-app/components/tabbed-section",["exports","@ember/component","@ember/array","@ember/object"],(function(e,t,r,n){var o
|
|
437
437
|
function i(e,t){for(var r=0;r<t.length;r++){var n=t[r]
|
|
438
|
-
n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,
|
|
438
|
+
n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,f(n.key),n)}}function a(e,t){return a=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},a(e,t)}function u(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1
|
|
439
439
|
if(Reflect.construct.sham)return!1
|
|
440
440
|
if("function"==typeof Proxy)return!0
|
|
441
441
|
try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}()
|
|
@@ -445,7 +445,7 @@ r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments)
|
|
|
445
445
|
return function(e,t){if(t&&("object"===_typeof(t)||"function"==typeof t))return t
|
|
446
446
|
if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined")
|
|
447
447
|
return c(e)}(this,r)}}function c(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called")
|
|
448
|
-
return e}function l(e){return l=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},l(e)}function
|
|
448
|
+
return e}function l(e){return l=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},l(e)}function s(e,t,r){return(t=f(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function f(e){var t=function(e,t){if("object"!==_typeof(e)||null===e)return e
|
|
449
449
|
var r=e[Symbol.toPrimitive]
|
|
450
450
|
if(void 0!==r){var n=r.call(e,t||"default")
|
|
451
451
|
if("object"!==_typeof(n))return n
|
|
@@ -453,13 +453,13 @@ throw new TypeError("@@toPrimitive must return a primitive value.")}return("stri
|
|
|
453
453
|
return"symbol"===_typeof(t)?t:String(t)}function p(e,t,r,n,o){var i={}
|
|
454
454
|
return Object.keys(n).forEach((function(e){i[e]=n[e]})),i.enumerable=!!i.enumerable,i.configurable=!!i.configurable,("value"in i||i.initializer)&&(i.writable=!0),i=r.slice().reverse().reduce((function(r,n){return n(e,t,r)||r}),i),o&&void 0!==i.initializer&&(i.value=i.initializer?i.initializer.call(o):void 0,i.initializer=void 0),void 0===i.initializer&&(Object.defineProperty(e,t,i),i=null),i}Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0
|
|
455
455
|
var y=(o=function(e){(function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function")
|
|
456
|
-
e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&a(e,t)})(
|
|
457
|
-
var t,n,o,l=u(
|
|
458
|
-
function
|
|
456
|
+
e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&a(e,t)})(f,e)
|
|
457
|
+
var t,n,o,l=u(f)
|
|
458
|
+
function f(){var e;(function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")})(this,f)
|
|
459
459
|
for(var t=arguments.length,n=new Array(t),o=0;o<t;o++)n[o]=arguments[o]
|
|
460
|
-
return
|
|
461
|
-
e.default=y})),define("client-app/components/time-formatter",["exports","@ember-decorators/component","@ember/object","@ember/component","client-app/lib/utilities","@ember/runloop"],(function(e,t,r,n,o,i){var a,u,c,l,
|
|
462
|
-
function
|
|
460
|
+
return s(c(e=l.call.apply(l,[this].concat(n))),"tabs",(0,r.A)()),s(c(e),"selected",null),e}return t=f,(n=[{key:"selectTab",value:function(e){e.isLink?this.triggerAction(e.action):(this.selected&&this.selected.set("active",!1),this.set("selected",e),e.set("active",!0),this.onTabChange(e.name))}},{key:"addTab",value:function(e){this.tabs.addObject(e),this.selected||e.isLink||this.selectTab(e)}},{key:"removeTab",value:function(e){this.selected===e&&this.set("selected",null),this.tabs.removeObject(e)}}])&&i(t.prototype,n),o&&i(t,o),Object.defineProperty(t,"prototype",{writable:!1}),f}(t.default),p(o.prototype,"selectTab",[n.action],Object.getOwnPropertyDescriptor(o.prototype,"selectTab"),o.prototype),p(o.prototype,"addTab",[n.action],Object.getOwnPropertyDescriptor(o.prototype,"addTab"),o.prototype),p(o.prototype,"removeTab",[n.action],Object.getOwnPropertyDescriptor(o.prototype,"removeTab"),o.prototype),o)
|
|
461
|
+
e.default=y})),define("client-app/components/time-formatter",["exports","@ember-decorators/component","@ember/object","@ember/component","client-app/lib/utilities","@ember/runloop"],(function(e,t,r,n,o,i){var a,u,c,l,s
|
|
462
|
+
function f(e,t){for(var r=0;r<t.length;r++){var n=t[r]
|
|
463
463
|
n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,(o=n.key,i=void 0,i=function(e,t){if("object"!==_typeof(e)||null===e)return e
|
|
464
464
|
var r=e[Symbol.toPrimitive]
|
|
465
465
|
if(void 0!==r){var n=r.call(e,t||"default")
|
|
@@ -478,62 +478,62 @@ if(void 0!==t)throw new TypeError("Derived constructors may only return object o
|
|
|
478
478
|
return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called")
|
|
479
479
|
return e}(e)}(this,r)}}function h(e){return h=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},h(e)}function v(e,t,r,n,o){var i={}
|
|
480
480
|
return Object.keys(n).forEach((function(e){i[e]=n[e]})),i.enumerable=!!i.enumerable,i.configurable=!!i.configurable,("value"in i||i.initializer)&&(i.writable=!0),i=r.slice().reverse().reduce((function(r,n){return n(e,t,r)||r}),i),o&&void 0!==i.initializer&&(i.value=i.initializer?i.initializer.call(o):void 0,i.initializer=void 0),void 0===i.initializer&&(Object.defineProperty(e,t,i),i=null),i}Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0
|
|
481
|
-
var b=6e4,m=(a=(0,t.tagName)(""),u=(0,r.computed)("timestamp"),c=(0,r.computed)("timestamp"),a((
|
|
481
|
+
var b=6e4,m=(a=(0,t.tagName)(""),u=(0,r.computed)("timestamp"),c=(0,r.computed)("timestamp"),a((s=function(e){(function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function")
|
|
482
482
|
e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&y(e,t)})(u,e)
|
|
483
483
|
var t,r,n,a=d(u)
|
|
484
|
-
function u(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,u),a.apply(this,arguments)}return t=u,r=[{key:"didInsertElement",value:function(){p(h(u.prototype),"didInsertElement",this).apply(this,arguments),(0,i.later)(this,this.updateTime,b)}},{key:"title",get:function(){return moment(this.timestamp).format()}},{key:"time",get:function(){return(0,o.formatTime)(this.timestamp)}},{key:"updateTime",value:function(){this.isDestroying||this.isDestroyed||(this.notifyPropertyChange("timestamp"),(0,i.later)(this,this.updateTime,b))}}],r&&
|
|
485
|
-
e.default=m})),define("client-app/controllers/index",["exports","@ember/runloop","@ember/object","@ember/controller","client-app/lib/utilities","client-app/lib/preload","@glimmer/tracking"],(function(e,t,r,n,o,i,a){var u,c,l,f,
|
|
486
|
-
function
|
|
487
|
-
if("string"==typeof e)return
|
|
484
|
+
function u(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,u),a.apply(this,arguments)}return t=u,r=[{key:"didInsertElement",value:function(){p(h(u.prototype),"didInsertElement",this).apply(this,arguments),(0,i.later)(this,this.updateTime,b)}},{key:"title",get:function(){return moment(this.timestamp).format()}},{key:"time",get:function(){return(0,o.formatTime)(this.timestamp)}},{key:"updateTime",value:function(){this.isDestroying||this.isDestroyed||(this.notifyPropertyChange("timestamp"),(0,i.later)(this,this.updateTime,b))}}],r&&f(t.prototype,r),n&&f(t,n),Object.defineProperty(t,"prototype",{writable:!1}),u}(n.default),v(s.prototype,"title",[u],Object.getOwnPropertyDescriptor(s.prototype,"title"),s.prototype),v(s.prototype,"time",[c],Object.getOwnPropertyDescriptor(s.prototype,"time"),s.prototype),l=s))||l)
|
|
485
|
+
e.default=m})),define("client-app/controllers/index",["exports","@ember/runloop","@ember/object","@ember/controller","client-app/lib/utilities","client-app/lib/preload","@glimmer/tracking"],(function(e,t,r,n,o,i,a){var u,c,l,s,f,p,y
|
|
486
|
+
function d(e){return function(e){if(Array.isArray(e))return h(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(!e)return
|
|
487
|
+
if("string"==typeof e)return h(e,t)
|
|
488
488
|
var r=Object.prototype.toString.call(e).slice(8,-1)
|
|
489
489
|
"Object"===r&&e.constructor&&(r=e.constructor.name)
|
|
490
490
|
if("Map"===r||"Set"===r)return Array.from(e)
|
|
491
|
-
if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return
|
|
491
|
+
if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return h(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function h(e,t){(null==t||t>e.length)&&(t=e.length)
|
|
492
492
|
for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r]
|
|
493
|
-
return n}function
|
|
493
|
+
return n}function v(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */v=function(){return e}
|
|
494
494
|
var e={},t=Object.prototype,r=t.hasOwnProperty,n=Object.defineProperty||function(e,t,r){e[t]=r.value},o="function"==typeof Symbol?Symbol:{},i=o.iterator||"@@iterator",a=o.asyncIterator||"@@asyncIterator",u=o.toStringTag||"@@toStringTag"
|
|
495
|
-
function c(e,t,r){return Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{c({},"")}catch(L){c=function(e,t,r){return e[t]=r}}function l(e,t,r,o){var i=t&&t.prototype instanceof p?t:p,a=Object.create(i.prototype),u=new
|
|
496
|
-
return n(a,"_invoke",{value:j(e,r,u)}),a}function
|
|
497
|
-
var
|
|
498
|
-
function p(){}function y(){}function
|
|
499
|
-
c(
|
|
495
|
+
function c(e,t,r){return Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{c({},"")}catch(L){c=function(e,t,r){return e[t]=r}}function l(e,t,r,o){var i=t&&t.prototype instanceof p?t:p,a=Object.create(i.prototype),u=new x(o||[])
|
|
496
|
+
return n(a,"_invoke",{value:j(e,r,u)}),a}function s(e,t,r){try{return{type:"normal",arg:e.call(t,r)}}catch(L){return{type:"throw",arg:L}}}e.wrap=l
|
|
497
|
+
var f={}
|
|
498
|
+
function p(){}function y(){}function d(){}var h={}
|
|
499
|
+
c(h,i,(function(){return this}))
|
|
500
500
|
var b=Object.getPrototypeOf,m=b&&b(b(S([])))
|
|
501
|
-
m&&m!==t&&r.call(m,i)&&(
|
|
502
|
-
var g=
|
|
503
|
-
function w(e){["next","throw","return"].forEach((function(t){c(e,t,(function(e){return this._invoke(t,e)}))}))}function O(e,t){function o(n,i,a,u){var c=
|
|
504
|
-
if("throw"!==c.type){var l=c.arg,
|
|
505
|
-
return
|
|
501
|
+
m&&m!==t&&r.call(m,i)&&(h=m)
|
|
502
|
+
var g=d.prototype=p.prototype=Object.create(h)
|
|
503
|
+
function w(e){["next","throw","return"].forEach((function(t){c(e,t,(function(e){return this._invoke(t,e)}))}))}function O(e,t){function o(n,i,a,u){var c=s(e[n],e,i)
|
|
504
|
+
if("throw"!==c.type){var l=c.arg,f=l.value
|
|
505
|
+
return f&&"object"==_typeof(f)&&r.call(f,"__await")?t.resolve(f.__await).then((function(e){o("next",e,a,u)}),(function(e){o("throw",e,a,u)})):t.resolve(f).then((function(e){l.value=e,a(l)}),(function(e){return o("throw",e,a,u)}))}u(c.arg)}var i
|
|
506
506
|
n(this,"_invoke",{value:function(e,r){function n(){return new t((function(t,n){o(e,r,t,n)}))}return i=i?i.then(n,n):n()}})}function j(e,t,r){var n="suspendedStart"
|
|
507
507
|
return function(o,i){if("executing"===n)throw new Error("Generator is already running")
|
|
508
508
|
if("completed"===n){if("throw"===o)throw i
|
|
509
509
|
return E()}for(r.method=o,r.arg=i;;){var a=r.delegate
|
|
510
510
|
if(a){var u=P(a,r)
|
|
511
|
-
if(u){if(u===
|
|
511
|
+
if(u){if(u===f)continue
|
|
512
512
|
return u}}if("next"===r.method)r.sent=r._sent=r.arg
|
|
513
513
|
else if("throw"===r.method){if("suspendedStart"===n)throw n="completed",r.arg
|
|
514
514
|
r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg)
|
|
515
515
|
n="executing"
|
|
516
|
-
var c=
|
|
517
|
-
if("normal"===c.type){if(n=r.done?"completed":"suspendedYield",c.arg===
|
|
516
|
+
var c=s(e,t,r)
|
|
517
|
+
if("normal"===c.type){if(n=r.done?"completed":"suspendedYield",c.arg===f)continue
|
|
518
518
|
return{value:c.arg,done:r.done}}"throw"===c.type&&(n="completed",r.method="throw",r.arg=c.arg)}}}function P(e,t){var r=t.method,n=e.iterator[r]
|
|
519
|
-
if(void 0===n)return t.delegate=null,"throw"===r&&e.iterator.return&&(t.method="return",t.arg=void 0,P(e,t),"throw"===t.method)||"return"!==r&&(t.method="throw",t.arg=new TypeError("The iterator does not provide a '"+r+"' method")),
|
|
520
|
-
var o=
|
|
521
|
-
if("throw"===o.type)return t.method="throw",t.arg=o.arg,t.delegate=null,
|
|
519
|
+
if(void 0===n)return t.delegate=null,"throw"===r&&e.iterator.return&&(t.method="return",t.arg=void 0,P(e,t),"throw"===t.method)||"return"!==r&&(t.method="throw",t.arg=new TypeError("The iterator does not provide a '"+r+"' method")),f
|
|
520
|
+
var o=s(n,e.iterator,t.arg)
|
|
521
|
+
if("throw"===o.type)return t.method="throw",t.arg=o.arg,t.delegate=null,f
|
|
522
522
|
var i=o.arg
|
|
523
|
-
return i?i.done?(t[e.resultName]=i.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=void 0),t.delegate=null,
|
|
524
|
-
1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function
|
|
525
|
-
t.type="normal",delete t.arg,e.completion=t}function
|
|
523
|
+
return i?i.done?(t[e.resultName]=i.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=void 0),t.delegate=null,f):i:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,f)}function _(e){var t={tryLoc:e[0]}
|
|
524
|
+
1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function k(e){var t=e.completion||{}
|
|
525
|
+
t.type="normal",delete t.arg,e.completion=t}function x(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(_,this),this.reset(!0)}function S(e){if(e){var t=e[i]
|
|
526
526
|
if(t)return t.call(e)
|
|
527
527
|
if("function"==typeof e.next)return e
|
|
528
528
|
if(!isNaN(e.length)){var n=-1,o=function t(){for(;++n<e.length;)if(r.call(e,n))return t.value=e[n],t.done=!1,t
|
|
529
529
|
return t.value=void 0,t.done=!0,t}
|
|
530
|
-
return o.next=o}}return{next:E}}function E(){return{value:void 0,done:!0}}return y.prototype=
|
|
531
|
-
return!!t&&(t===y||"GeneratorFunction"===(t.displayName||t.name))},e.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,
|
|
530
|
+
return o.next=o}}return{next:E}}function E(){return{value:void 0,done:!0}}return y.prototype=d,n(g,"constructor",{value:d,configurable:!0}),n(d,"constructor",{value:y,configurable:!0}),y.displayName=c(d,u,"GeneratorFunction"),e.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor
|
|
531
|
+
return!!t&&(t===y||"GeneratorFunction"===(t.displayName||t.name))},e.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,d):(e.__proto__=d,c(e,u,"GeneratorFunction")),e.prototype=Object.create(g),e},e.awrap=function(e){return{__await:e}},w(O.prototype),c(O.prototype,a,(function(){return this})),e.AsyncIterator=O,e.async=function(t,r,n,o,i){void 0===i&&(i=Promise)
|
|
532
532
|
var a=new O(l(t,r,n,o),i)
|
|
533
533
|
return e.isGeneratorFunction(r)?a:a.next().then((function(e){return e.done?e.value:a.next()}))},w(g),c(g,u,"Generator"),c(g,i,(function(){return this})),c(g,"toString",(function(){return"[object Generator]"})),e.keys=function(e){var t=Object(e),r=[]
|
|
534
534
|
for(var n in t)r.push(n)
|
|
535
535
|
return r.reverse(),function e(){for(;r.length;){var n=r.pop()
|
|
536
|
-
if(n in t)return e.value=n,e.done=!1,e}return e.done=!0,e}},e.values=S,
|
|
536
|
+
if(n in t)return e.value=n,e.done=!1,e}return e.done=!0,e}},e.values=S,x.prototype={constructor:x,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(k),!e)for(var t in this)"t"===t.charAt(0)&&r.call(this,t)&&!isNaN(+t.slice(1))&&(this[t]=void 0)},stop:function(){this.done=!0
|
|
537
537
|
var e=this.tryEntries[0].completion
|
|
538
538
|
if("throw"===e.type)throw e.arg
|
|
539
539
|
return this.rval},dispatchException:function(e){if(this.done)throw e
|
|
@@ -547,72 +547,71 @@ if(this.prev<i.finallyLoc)return n(i.finallyLoc)}}}},abrupt:function(e,t){for(va
|
|
|
547
547
|
if(o.tryLoc<=this.prev&&r.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var i=o
|
|
548
548
|
break}}i&&("break"===e||"continue"===e)&&i.tryLoc<=t&&t<=i.finallyLoc&&(i=null)
|
|
549
549
|
var a=i?i.completion:{}
|
|
550
|
-
return a.type=e,a.arg=t,i?(this.method="next",this.next=i.finallyLoc,
|
|
551
|
-
return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),
|
|
552
|
-
if(r.finallyLoc===e)return this.complete(r.completion,r.afterLoc),
|
|
550
|
+
return a.type=e,a.arg=t,i?(this.method="next",this.next=i.finallyLoc,f):this.complete(a)},complete:function(e,t){if("throw"===e.type)throw e.arg
|
|
551
|
+
return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),f},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t]
|
|
552
|
+
if(r.finallyLoc===e)return this.complete(r.completion,r.afterLoc),k(r),f}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t]
|
|
553
553
|
if(r.tryLoc===e){var n=r.completion
|
|
554
554
|
if("throw"===n.type){var o=n.arg
|
|
555
|
-
|
|
555
|
+
k(r)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(e,t,r){return this.delegate={iterator:S(e),resultName:t,nextLoc:r},"next"===this.method&&(this.arg=void 0),f}},e}function b(e,t,r,n,o,i,a){try{var u=e[i](a),c=u.value}catch(l){return void r(l)}u.done?t(c):Promise.resolve(c).then(n,o)}function m(e){return function(){var t=this,r=arguments
|
|
556
556
|
return new Promise((function(n,o){var i=e.apply(t,r)
|
|
557
|
-
function a(e){
|
|
558
|
-
n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,
|
|
557
|
+
function a(e){b(i,n,o,a,u,"next",e)}function u(e){b(i,n,o,a,u,"throw",e)}a(void 0)}))}}function g(e,t,r,n){r&&Object.defineProperty(e,t,{enumerable:r.enumerable,configurable:r.configurable,writable:r.writable,value:r.initializer?r.initializer.call(n):void 0})}function w(e,t){for(var r=0;r<t.length;r++){var n=t[r]
|
|
558
|
+
n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,x(n.key),n)}}function O(e,t){return O=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},O(e,t)}function j(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1
|
|
559
559
|
if(Reflect.construct.sham)return!1
|
|
560
560
|
if("function"==typeof Proxy)return!0
|
|
561
561
|
try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}()
|
|
562
|
-
return function(){var r,n=
|
|
563
|
-
if(t){var o=
|
|
562
|
+
return function(){var r,n=_(e)
|
|
563
|
+
if(t){var o=_(this).constructor
|
|
564
564
|
r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments)
|
|
565
565
|
return function(e,t){if(t&&("object"===_typeof(t)||"function"==typeof t))return t
|
|
566
566
|
if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined")
|
|
567
|
-
return
|
|
568
|
-
return e}function
|
|
567
|
+
return P(e)}(this,r)}}function P(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called")
|
|
568
|
+
return e}function _(e){return _=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},_(e)}function k(e,t,r){return(t=x(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function x(e){var t=function(e,t){if("object"!==_typeof(e)||null===e)return e
|
|
569
569
|
var r=e[Symbol.toPrimitive]
|
|
570
570
|
if(void 0!==r){var n=r.call(e,t||"default")
|
|
571
571
|
if("object"!==_typeof(n))return n
|
|
572
572
|
throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string")
|
|
573
|
-
return"symbol"===_typeof(t)?t:String(t)}function
|
|
573
|
+
return"symbol"===_typeof(t)?t:String(t)}function S(e,t,r,n,o){var i={}
|
|
574
574
|
return Object.keys(n).forEach((function(e){i[e]=n[e]})),i.enumerable=!!i.enumerable,i.configurable=!!i.configurable,("value"in i||i.initializer)&&(i.writable=!0),i=r.slice().reverse().reduce((function(r,n){return n(e,t,r)||r}),i),o&&void 0!==i.initializer&&(i.value=i.initializer?i.initializer.call(o):void 0,i.initializer=void 0),void 0===i.initializer&&(Object.defineProperty(e,t,i),i=null),i}Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0
|
|
575
|
-
var
|
|
576
|
-
e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&
|
|
577
|
-
var r,n,a,u,c,
|
|
578
|
-
function
|
|
575
|
+
var E=(u=(0,r.computed)("search"),c=function(e){(function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function")
|
|
576
|
+
e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&O(e,t)})(x,e)
|
|
577
|
+
var r,n,a,u,c,h,b,_=j(x)
|
|
578
|
+
function x(){var e;(function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")})(this,x)
|
|
579
579
|
for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n]
|
|
580
|
-
return
|
|
580
|
+
return g(P(e=_.call.apply(_,[this].concat(r))),"loading",l,P(e)),g(P(e),"buildingGroupingPattern",s,P(e)),g(P(e),"rowMessagesForGroupingPattern",f,P(e)),g(P(e),"showGroupingPatternDialog",p,P(e)),g(P(e),"groupingPatternValue",y,P(e)),k(P(e),"showDebug",(0,o.getLocalStorage)("showDebug",!1)),k(P(e),"showInfo",(0,o.getLocalStorage)("showInfo",!1)),k(P(e),"showWarn",(0,o.getLocalStorage)("showWarn",!0)),k(P(e),"showErr",(0,o.getLocalStorage)("showErr",!0)),k(P(e),"showFatal",(0,o.getLocalStorage)("showFatal",!0)),k(P(e),"search",null),k(P(e),"queryParams",["search"]),e}return r=x,n=[{key:"showSettings",get:function(){return i.default.get("patterns_enabled")}},{key:"backToSiteLinkText",get:function(){return i.default.get("back_to_site_link_text")}},{key:"backToSiteLinkPath",get:function(){return i.default.get("back_to_site_link_path")}},{key:"hasTopMenu",get:function(){return this.backToSiteLinkText&&this.backToSiteLinkPath}},{key:"actionsInMenu",get:function(){return/mobile/i.test(navigator.userAgent)&&!/iPad/.test(navigator.userAgent)}},{key:"showCreateGroupingPattern",get:function(){return this.buildingGroupingPattern&&this.rowMessagesForGroupingPattern.length>1}},{key:"searchTerm",get:function(){return this.search?(this.doSearch(this.search),this.search):null}},{key:"doSearch",value:(b=m(v().mark((function e(t){return v().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return this.model.set("search",t),this.loading=!0,e.next=4,this.model.reload()
|
|
581
581
|
case 4:this.loading=!1,this.model.updateSelectedRow()
|
|
582
|
-
case 6:case"end":return e.stop()}}),e,this)}))),function(e){return
|
|
582
|
+
case 6:case"end":return e.stop()}}),e,this)}))),function(e){return b.apply(this,arguments)})},{key:"resizePanels",value:function(e){var t=document.getElementById("bottom-panel"),r=document.getElementById("top-panel")
|
|
583
583
|
t.style.height="".concat(e-13,"px"),r.style.bottom="".concat(e+12,"px")}},{key:"expandMessage",value:function(e){e.expand()}},{key:"selectRowAction",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{}
|
|
584
|
-
this.model.selectRow(e,t)}},{key:"handleCheckboxChange",value:function(e,t){t.target.checked?this.rowMessagesForGroupingPattern=[].concat(
|
|
584
|
+
this.model.selectRow(e,t)}},{key:"handleCheckboxChange",value:function(e,t){t.target.checked?this.rowMessagesForGroupingPattern=[].concat(d(this.rowMessagesForGroupingPattern),[e.message]):this.rowMessagesForGroupingPattern=this.rowMessagesForGroupingPattern.filter((function(t){return t!==e.message}))}},{key:"tabChangedAction",value:function(e){this.model.tabChanged(e)}},{key:"showMoreBefore",value:function(){this.model.showMoreBefore()}},{key:"loadMore",value:function(){return this.model.loadMore()}},{key:"clear",value:(h=m(v().mark((function e(){return v().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(!confirm("Clear the logs?\n\nCancel = No, OK = Clear")){e.next=5
|
|
585
585
|
break}return e.next=3,(0,o.ajax)("/clear",{type:"POST"})
|
|
586
586
|
case 3:this.model.reload(),this.loading=!1
|
|
587
|
-
case 5:case"end":return e.stop()}}),e,this)}))),function(){return
|
|
587
|
+
case 5:case"end":return e.stop()}}),e,this)}))),function(){return h.apply(this,arguments)})},{key:"removeMessage",value:function(e){var t=this.model.currentRow.group?this.model.currentRow:null,r=this.model.rows,n=t?r.indexOf(t):r.indexOf(e)
|
|
588
588
|
e.destroy(),e.set("selected",!1),this.model.set("total",this.model.total-1)
|
|
589
589
|
var o=!1,i=0
|
|
590
|
-
t?(i=t.messages.indexOf(e),t.messages.removeObject(e),i=Math.min(i,t.messages.length-1),0===t.messages.length&&(r.removeObject(t),o=!0)):(r.removeObject(e),o=!0),o?n>0?this.model.selectRow(r[n-1]):this.model.total>0?this.model.selectRow(r[0]):this.model.reload():t&&this.model.selectRow(r[n],{messageIndex:i})}},{key:"solveMessage",value:function(e){this.model.solve(e)}},{key:"groupedMessageChangedAction",value:function(e){this.model.groupedMessageChanged(e)}},{key:"envChangedAction",value:function(e){this.model.envChanged(e)}},{key:"updateFilter",value:(c=v(
|
|
590
|
+
t?(i=t.messages.indexOf(e),t.messages.removeObject(e),i=Math.min(i,t.messages.length-1),0===t.messages.length&&(r.removeObject(t),o=!0)):(r.removeObject(e),o=!0),o?n>0?this.model.selectRow(r[n-1]):this.model.total>0?this.model.selectRow(r[0]):this.model.reload():t&&this.model.selectRow(r[n],{messageIndex:i})}},{key:"solveMessage",value:function(e){this.model.solve(e)}},{key:"groupedMessageChangedAction",value:function(e){this.model.groupedMessageChanged(e)}},{key:"envChangedAction",value:function(e){this.model.envChanged(e)}},{key:"updateFilter",value:(c=m(v().mark((function e(t){return v().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return this.toggleProperty(t),this.model.set(t,this[t]),(0,o.setLocalStorage)(t,this[t]),this.loading=!0,e.next=6,this.model.reload()
|
|
591
591
|
case 6:this.loading=!1,this.model.updateSelectedRow()
|
|
592
592
|
case 8:case"end":return e.stop()}}),e,this)}))),function(e){return c.apply(this,arguments)})},{key:"updateSearch",value:function(e){var r=e.target.value
|
|
593
|
-
r!==this.search&&(r&&1===r.length||(0,t.debounce)(this,this.doSearch,r,250))}},{key:"toggleGroupingPatternFromSelectedRows",value:function(){this.buildingGroupingPattern=!this.buildingGroupingPattern,this.rowMessagesForGroupingPattern=[]}},{key:"createGroupingPatternFromSelectedRows",value:(u=v(
|
|
594
|
-
return
|
|
595
|
-
break}return e.
|
|
596
|
-
case
|
|
597
|
-
|
|
598
|
-
case 10:
|
|
599
|
-
case 11:case"end":return e.stop()}}),e,this)}))),function(){return u.apply(this,arguments)})},{key:"findLongestMatchingPrefix",value:function(e){for(var t=e.reduce((function(e,t){return t.length<e.length?t:e}),e[0]),r="",n=function(){var n=t.substring(0,o+1)
|
|
593
|
+
r!==this.search&&(r&&1===r.length||(0,t.debounce)(this,this.doSearch,r,250))}},{key:"toggleGroupingPatternFromSelectedRows",value:function(){this.buildingGroupingPattern=!this.buildingGroupingPattern,this.rowMessagesForGroupingPattern=[]}},{key:"createGroupingPatternFromSelectedRows",value:function(){var e=this.findLongestMatchingPrefix(this.rowMessagesForGroupingPattern);(e=this.escapeRegExp(e)).trim().length?(this.groupingPatternValue=e,this.showGroupingPatternDialog=!0):alert("Can not create a grouping pattern with the given rows")}},{key:"updateGroupingPatternValue",value:function(e){this.groupingPatternValue=e.target.value}},{key:"confirmGroupingPattern",value:(u=m(v().mark((function e(){var t
|
|
594
|
+
return v().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if((t=this.groupingPatternValue.trim()).length){e.next=3
|
|
595
|
+
break}return e.abrupt("return")
|
|
596
|
+
case 3:return e.next=5,(0,o.ajax)("/patterns/grouping.json",{method:"POST",data:{pattern:t}})
|
|
597
|
+
case 5:this.showGroupingPatternDialog=!1,this.groupingPatternValue="",this.rowMessagesForGroupingPattern=[],this.buildingGroupingPattern=!1,this.model.reload()
|
|
598
|
+
case 10:case"end":return e.stop()}}),e,this)}))),function(){return u.apply(this,arguments)})},{key:"cancelGroupingPattern",value:function(){this.showGroupingPatternDialog=!1,this.groupingPatternValue=""}},{key:"findLongestMatchingPrefix",value:function(e){for(var t=e.reduce((function(e,t){return t.length<e.length?t:e}),e[0]),r="",n=function(){var n=t.substring(0,o+1)
|
|
600
599
|
if(!e.every((function(e){return e.includes(n)})))return"break"
|
|
601
|
-
r=n},o=0;o<t.length&&"break"!==n();o++);return r}},{key:"escapeRegExp",value:function(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}}],n&&
|
|
602
|
-
e.default=
|
|
600
|
+
r=n},o=0;o<t.length&&"break"!==n();o++);return r}},{key:"escapeRegExp",value:function(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}}],n&&w(r.prototype,n),a&&w(r,a),Object.defineProperty(r,"prototype",{writable:!1}),x}(n.default),l=S(c.prototype,"loading",[a.tracked],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return!1}}),s=S(c.prototype,"buildingGroupingPattern",[a.tracked],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return!1}}),f=S(c.prototype,"rowMessagesForGroupingPattern",[a.tracked],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return[]}}),p=S(c.prototype,"showGroupingPatternDialog",[a.tracked],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return!1}}),y=S(c.prototype,"groupingPatternValue",[a.tracked],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return""}}),S(c.prototype,"showSettings",[r.computed],Object.getOwnPropertyDescriptor(c.prototype,"showSettings"),c.prototype),S(c.prototype,"backToSiteLinkText",[r.computed],Object.getOwnPropertyDescriptor(c.prototype,"backToSiteLinkText"),c.prototype),S(c.prototype,"backToSiteLinkPath",[r.computed],Object.getOwnPropertyDescriptor(c.prototype,"backToSiteLinkPath"),c.prototype),S(c.prototype,"hasTopMenu",[r.computed],Object.getOwnPropertyDescriptor(c.prototype,"hasTopMenu"),c.prototype),S(c.prototype,"searchTerm",[u],Object.getOwnPropertyDescriptor(c.prototype,"searchTerm"),c.prototype),S(c.prototype,"expandMessage",[r.action],Object.getOwnPropertyDescriptor(c.prototype,"expandMessage"),c.prototype),S(c.prototype,"selectRowAction",[r.action],Object.getOwnPropertyDescriptor(c.prototype,"selectRowAction"),c.prototype),S(c.prototype,"handleCheckboxChange",[r.action],Object.getOwnPropertyDescriptor(c.prototype,"handleCheckboxChange"),c.prototype),S(c.prototype,"tabChangedAction",[r.action],Object.getOwnPropertyDescriptor(c.prototype,"tabChangedAction"),c.prototype),S(c.prototype,"showMoreBefore",[r.action],Object.getOwnPropertyDescriptor(c.prototype,"showMoreBefore"),c.prototype),S(c.prototype,"loadMore",[r.action],Object.getOwnPropertyDescriptor(c.prototype,"loadMore"),c.prototype),S(c.prototype,"clear",[r.action],Object.getOwnPropertyDescriptor(c.prototype,"clear"),c.prototype),S(c.prototype,"removeMessage",[r.action],Object.getOwnPropertyDescriptor(c.prototype,"removeMessage"),c.prototype),S(c.prototype,"solveMessage",[r.action],Object.getOwnPropertyDescriptor(c.prototype,"solveMessage"),c.prototype),S(c.prototype,"groupedMessageChangedAction",[r.action],Object.getOwnPropertyDescriptor(c.prototype,"groupedMessageChangedAction"),c.prototype),S(c.prototype,"envChangedAction",[r.action],Object.getOwnPropertyDescriptor(c.prototype,"envChangedAction"),c.prototype),S(c.prototype,"updateFilter",[r.action],Object.getOwnPropertyDescriptor(c.prototype,"updateFilter"),c.prototype),S(c.prototype,"updateSearch",[r.action],Object.getOwnPropertyDescriptor(c.prototype,"updateSearch"),c.prototype),S(c.prototype,"toggleGroupingPatternFromSelectedRows",[r.action],Object.getOwnPropertyDescriptor(c.prototype,"toggleGroupingPatternFromSelectedRows"),c.prototype),S(c.prototype,"createGroupingPatternFromSelectedRows",[r.action],Object.getOwnPropertyDescriptor(c.prototype,"createGroupingPatternFromSelectedRows"),c.prototype),S(c.prototype,"updateGroupingPatternValue",[r.action],Object.getOwnPropertyDescriptor(c.prototype,"updateGroupingPatternValue"),c.prototype),S(c.prototype,"confirmGroupingPattern",[r.action],Object.getOwnPropertyDescriptor(c.prototype,"confirmGroupingPattern"),c.prototype),S(c.prototype,"cancelGroupingPattern",[r.action],Object.getOwnPropertyDescriptor(c.prototype,"cancelGroupingPattern"),c.prototype),c)
|
|
601
|
+
e.default=E})),define("client-app/controllers/show",["exports","@ember/controller","@ember/object","@ember/service"],(function(e,t,r,n){var o,i,a,u
|
|
603
602
|
function c(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */c=function(){return e}
|
|
604
603
|
var e={},t=Object.prototype,r=t.hasOwnProperty,n=Object.defineProperty||function(e,t,r){e[t]=r.value},o="function"==typeof Symbol?Symbol:{},i=o.iterator||"@@iterator",a=o.asyncIterator||"@@asyncIterator",u=o.toStringTag||"@@toStringTag"
|
|
605
|
-
function l(e,t,r){return Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{l({},"")}catch(L){l=function(e,t,r){return e[t]=r}}function
|
|
606
|
-
return n(a,"_invoke",{value:j(e,r,u)}),a}function
|
|
604
|
+
function l(e,t,r){return Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{l({},"")}catch(L){l=function(e,t,r){return e[t]=r}}function s(e,t,r,o){var i=t&&t.prototype instanceof y?t:y,a=Object.create(i.prototype),u=new x(o||[])
|
|
605
|
+
return n(a,"_invoke",{value:j(e,r,u)}),a}function f(e,t,r){try{return{type:"normal",arg:e.call(t,r)}}catch(L){return{type:"throw",arg:L}}}e.wrap=s
|
|
607
606
|
var p={}
|
|
608
607
|
function y(){}function d(){}function h(){}var v={}
|
|
609
608
|
l(v,i,(function(){return this}))
|
|
610
609
|
var b=Object.getPrototypeOf,m=b&&b(b(S([])))
|
|
611
610
|
m&&m!==t&&r.call(m,i)&&(v=m)
|
|
612
611
|
var g=h.prototype=y.prototype=Object.create(v)
|
|
613
|
-
function w(e){["next","throw","return"].forEach((function(t){l(e,t,(function(e){return this._invoke(t,e)}))}))}function O(e,t){function o(n,i,a,u){var c=
|
|
614
|
-
if("throw"!==c.type){var l=c.arg,
|
|
615
|
-
return
|
|
612
|
+
function w(e){["next","throw","return"].forEach((function(t){l(e,t,(function(e){return this._invoke(t,e)}))}))}function O(e,t){function o(n,i,a,u){var c=f(e[n],e,i)
|
|
613
|
+
if("throw"!==c.type){var l=c.arg,s=l.value
|
|
614
|
+
return s&&"object"==_typeof(s)&&r.call(s,"__await")?t.resolve(s.__await).then((function(e){o("next",e,a,u)}),(function(e){o("throw",e,a,u)})):t.resolve(s).then((function(e){l.value=e,a(l)}),(function(e){return o("throw",e,a,u)}))}u(c.arg)}var i
|
|
616
615
|
n(this,"_invoke",{value:function(e,r){function n(){return new t((function(t,n){o(e,r,t,n)}))}return i=i?i.then(n,n):n()}})}function j(e,t,r){var n="suspendedStart"
|
|
617
616
|
return function(o,i){if("executing"===n)throw new Error("Generator is already running")
|
|
618
617
|
if("completed"===n){if("throw"===o)throw i
|
|
@@ -623,27 +622,27 @@ return u}}if("next"===r.method)r.sent=r._sent=r.arg
|
|
|
623
622
|
else if("throw"===r.method){if("suspendedStart"===n)throw n="completed",r.arg
|
|
624
623
|
r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg)
|
|
625
624
|
n="executing"
|
|
626
|
-
var c=
|
|
625
|
+
var c=f(e,t,r)
|
|
627
626
|
if("normal"===c.type){if(n=r.done?"completed":"suspendedYield",c.arg===p)continue
|
|
628
627
|
return{value:c.arg,done:r.done}}"throw"===c.type&&(n="completed",r.method="throw",r.arg=c.arg)}}}function P(e,t){var r=t.method,n=e.iterator[r]
|
|
629
628
|
if(void 0===n)return t.delegate=null,"throw"===r&&e.iterator.return&&(t.method="return",t.arg=void 0,P(e,t),"throw"===t.method)||"return"!==r&&(t.method="throw",t.arg=new TypeError("The iterator does not provide a '"+r+"' method")),p
|
|
630
|
-
var o=
|
|
629
|
+
var o=f(n,e.iterator,t.arg)
|
|
631
630
|
if("throw"===o.type)return t.method="throw",t.arg=o.arg,t.delegate=null,p
|
|
632
631
|
var i=o.arg
|
|
633
632
|
return i?i.done?(t[e.resultName]=i.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=void 0),t.delegate=null,p):i:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,p)}function _(e){var t={tryLoc:e[0]}
|
|
634
|
-
1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function
|
|
635
|
-
t.type="normal",delete t.arg,e.completion=t}function
|
|
633
|
+
1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function k(e){var t=e.completion||{}
|
|
634
|
+
t.type="normal",delete t.arg,e.completion=t}function x(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(_,this),this.reset(!0)}function S(e){if(e){var t=e[i]
|
|
636
635
|
if(t)return t.call(e)
|
|
637
636
|
if("function"==typeof e.next)return e
|
|
638
637
|
if(!isNaN(e.length)){var n=-1,o=function t(){for(;++n<e.length;)if(r.call(e,n))return t.value=e[n],t.done=!1,t
|
|
639
638
|
return t.value=void 0,t.done=!0,t}
|
|
640
639
|
return o.next=o}}return{next:E}}function E(){return{value:void 0,done:!0}}return d.prototype=h,n(g,"constructor",{value:h,configurable:!0}),n(h,"constructor",{value:d,configurable:!0}),d.displayName=l(h,u,"GeneratorFunction"),e.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor
|
|
641
640
|
return!!t&&(t===d||"GeneratorFunction"===(t.displayName||t.name))},e.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,h):(e.__proto__=h,l(e,u,"GeneratorFunction")),e.prototype=Object.create(g),e},e.awrap=function(e){return{__await:e}},w(O.prototype),l(O.prototype,a,(function(){return this})),e.AsyncIterator=O,e.async=function(t,r,n,o,i){void 0===i&&(i=Promise)
|
|
642
|
-
var a=new O(
|
|
641
|
+
var a=new O(s(t,r,n,o),i)
|
|
643
642
|
return e.isGeneratorFunction(r)?a:a.next().then((function(e){return e.done?e.value:a.next()}))},w(g),l(g,u,"Generator"),l(g,i,(function(){return this})),l(g,"toString",(function(){return"[object Generator]"})),e.keys=function(e){var t=Object(e),r=[]
|
|
644
643
|
for(var n in t)r.push(n)
|
|
645
644
|
return r.reverse(),function e(){for(;r.length;){var n=r.pop()
|
|
646
|
-
if(n in t)return e.value=n,e.done=!1,e}return e.done=!0,e}},e.values=S,
|
|
645
|
+
if(n in t)return e.value=n,e.done=!1,e}return e.done=!0,e}},e.values=S,x.prototype={constructor:x,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(k),!e)for(var t in this)"t"===t.charAt(0)&&r.call(this,t)&&!isNaN(+t.slice(1))&&(this[t]=void 0)},stop:function(){this.done=!0
|
|
647
646
|
var e=this.tryEntries[0].completion
|
|
648
647
|
if("throw"===e.type)throw e.arg
|
|
649
648
|
return this.rval},dispatchException:function(e){if(this.done)throw e
|
|
@@ -659,12 +658,12 @@ break}}i&&("break"===e||"continue"===e)&&i.tryLoc<=t&&t<=i.finallyLoc&&(i=null)
|
|
|
659
658
|
var a=i?i.completion:{}
|
|
660
659
|
return a.type=e,a.arg=t,i?(this.method="next",this.next=i.finallyLoc,p):this.complete(a)},complete:function(e,t){if("throw"===e.type)throw e.arg
|
|
661
660
|
return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),p},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t]
|
|
662
|
-
if(r.finallyLoc===e)return this.complete(r.completion,r.afterLoc),
|
|
661
|
+
if(r.finallyLoc===e)return this.complete(r.completion,r.afterLoc),k(r),p}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t]
|
|
663
662
|
if(r.tryLoc===e){var n=r.completion
|
|
664
663
|
if("throw"===n.type){var o=n.arg
|
|
665
|
-
|
|
664
|
+
k(r)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(e,t,r){return this.delegate={iterator:S(e),resultName:t,nextLoc:r},"next"===this.method&&(this.arg=void 0),p}},e}function l(e,t,r,n,o,i,a){try{var u=e[i](a),c=u.value}catch(l){return void r(l)}u.done?t(c):Promise.resolve(c).then(n,o)}function s(e){return function(){var t=this,r=arguments
|
|
666
665
|
return new Promise((function(n,o){var i=e.apply(t,r)
|
|
667
|
-
function a(e){l(i,n,o,a,u,"next",e)}function u(e){l(i,n,o,a,u,"throw",e)}a(void 0)}))}}function
|
|
666
|
+
function a(e){l(i,n,o,a,u,"next",e)}function u(e){l(i,n,o,a,u,"throw",e)}a(void 0)}))}}function f(e,t,r,n){r&&Object.defineProperty(e,t,{enumerable:r.enumerable,configurable:r.configurable,writable:r.writable,value:r.initializer?r.initializer.call(n):void 0})}function p(e,t){for(var r=0;r<t.length;r++){var n=t[r]
|
|
668
667
|
n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,b(n.key),n)}}function y(e,t){return y=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},y(e,t)}function d(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1
|
|
669
668
|
if(Reflect.construct.sham)return!1
|
|
670
669
|
if("function"==typeof Proxy)return!0
|
|
@@ -687,9 +686,9 @@ e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,confi
|
|
|
687
686
|
var t,r,n,o,i,l=d(v)
|
|
688
687
|
function v(){var e,t,r,n;(function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")})(this,v)
|
|
689
688
|
for(var o=arguments.length,i=new Array(o),c=0;c<o;c++)i[c]=arguments[c]
|
|
690
|
-
return
|
|
689
|
+
return f(h(e=l.call.apply(l,[this].concat(i))),"router",a,h(e)),f(h(e),"indexController",u,h(e)),t=h(e),n=0,(r=b(r="envPosition"))in t?Object.defineProperty(t,r,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[r]=n,e}return t=v,r=[{key:"protect",value:function(){this.model.protect()}},{key:"unprotect",value:function(){this.model.unprotect()}},{key:"solveMessage",value:(i=s(c().mark((function e(t){return c().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,t.solve()
|
|
691
690
|
case 2:this.router.transitionTo("index")
|
|
692
|
-
case 3:case"end":return e.stop()}}),e,this)}))),function(e){return i.apply(this,arguments)})},{key:"removeMessage",value:(o=
|
|
691
|
+
case 3:case"end":return e.stop()}}),e,this)}))),function(e){return i.apply(this,arguments)})},{key:"removeMessage",value:(o=s(c().mark((function e(t){return c().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,t.destroy()
|
|
693
692
|
case 2:this.router.transitionTo("index")
|
|
694
693
|
case 3:case"end":return e.stop()}}),e,this)}))),function(e){return o.apply(this,arguments)})},{key:"envChanged",value:function(e){this.set("envPosition",e)}}],r&&p(t.prototype,r),n&&p(t,n),Object.defineProperty(t,"prototype",{writable:!1}),v}(t.default),a=m(i.prototype,"router",[n.inject],{configurable:!0,enumerable:!0,writable:!0,initializer:null}),u=m(i.prototype,"indexController",[o],{configurable:!0,enumerable:!0,writable:!0,initializer:null}),m(i.prototype,"protect",[r.action],Object.getOwnPropertyDescriptor(i.prototype,"protect"),i.prototype),m(i.prototype,"unprotect",[r.action],Object.getOwnPropertyDescriptor(i.prototype,"unprotect"),i.prototype),m(i.prototype,"solveMessage",[r.action],Object.getOwnPropertyDescriptor(i.prototype,"solveMessage"),i.prototype),m(i.prototype,"removeMessage",[r.action],Object.getOwnPropertyDescriptor(i.prototype,"removeMessage"),i.prototype),m(i.prototype,"envChanged",[r.action],Object.getOwnPropertyDescriptor(i.prototype,"envChanged"),i.prototype),i)
|
|
695
694
|
e.default=g})),define("client-app/helpers/app-version",["exports","@ember/component/helper","client-app/config/environment","ember-cli-app-version/utils/regexp"],(function(e,t,r,n){function o(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},o=r.default.APP.version,i=t.versionOnly||t.hideSha,a=t.shaOnly||t.hideVersion,u=null
|
|
@@ -704,17 +703,17 @@ e.default=n})),define("client-app/helpers/page-title",["exports","ember-page-tit
|
|
|
704
703
|
var r=t.default
|
|
705
704
|
e.default=r})),define("client-app/initializers/app-init",["exports","client-app/lib/utilities","client-app/lib/preload"],(function(e,t,r){function n(e){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},n(e)}function o(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */o=function(){return e}
|
|
706
705
|
var e={},t=Object.prototype,r=t.hasOwnProperty,i=Object.defineProperty||function(e,t,r){e[t]=r.value},a="function"==typeof Symbol?Symbol:{},u=a.iterator||"@@iterator",c=a.asyncIterator||"@@asyncIterator",l=a.toStringTag||"@@toStringTag"
|
|
707
|
-
function
|
|
708
|
-
return i(a,"_invoke",{value:P(e,r,u)}),a}function p(e,t,r){try{return{type:"normal",arg:e.call(t,r)}}catch(R){return{type:"throw",arg:R}}}e.wrap=
|
|
706
|
+
function s(e,t,r){return Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{s({},"")}catch(R){s=function(e,t,r){return e[t]=r}}function f(e,t,r,n){var o=t&&t.prototype instanceof d?t:d,a=Object.create(o.prototype),u=new S(n||[])
|
|
707
|
+
return i(a,"_invoke",{value:P(e,r,u)}),a}function p(e,t,r){try{return{type:"normal",arg:e.call(t,r)}}catch(R){return{type:"throw",arg:R}}}e.wrap=f
|
|
709
708
|
var y={}
|
|
710
709
|
function d(){}function h(){}function v(){}var b={}
|
|
711
|
-
|
|
710
|
+
s(b,u,(function(){return this}))
|
|
712
711
|
var m=Object.getPrototypeOf,g=m&&m(m(E([])))
|
|
713
712
|
g&&g!==t&&r.call(g,u)&&(b=g)
|
|
714
713
|
var w=v.prototype=d.prototype=Object.create(b)
|
|
715
|
-
function O(e){["next","throw","return"].forEach((function(t){
|
|
716
|
-
if("throw"!==l.type){var
|
|
717
|
-
return
|
|
714
|
+
function O(e){["next","throw","return"].forEach((function(t){s(e,t,(function(e){return this._invoke(t,e)}))}))}function j(e,t){function o(i,a,u,c){var l=p(e[i],e,a)
|
|
715
|
+
if("throw"!==l.type){var s=l.arg,f=s.value
|
|
716
|
+
return f&&"object"==n(f)&&r.call(f,"__await")?t.resolve(f.__await).then((function(e){o("next",e,u,c)}),(function(e){o("throw",e,u,c)})):t.resolve(f).then((function(e){s.value=e,u(s)}),(function(e){return o("throw",e,u,c)}))}c(l.arg)}var a
|
|
718
717
|
i(this,"_invoke",{value:function(e,r){function n(){return new t((function(t,n){o(e,r,t,n)}))}return a=a?a.then(n,n):n()}})}function P(e,t,r){var n="suspendedStart"
|
|
719
718
|
return function(o,i){if("executing"===n)throw new Error("Generator is already running")
|
|
720
719
|
if("completed"===n){if("throw"===o)throw i
|
|
@@ -732,20 +731,20 @@ if(void 0===n)return t.delegate=null,"throw"===r&&e.iterator.return&&(t.method="
|
|
|
732
731
|
var o=p(n,e.iterator,t.arg)
|
|
733
732
|
if("throw"===o.type)return t.method="throw",t.arg=o.arg,t.delegate=null,y
|
|
734
733
|
var i=o.arg
|
|
735
|
-
return i?i.done?(t[e.resultName]=i.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=void 0),t.delegate=null,y):i:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,y)}function
|
|
736
|
-
1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function
|
|
737
|
-
t.type="normal",delete t.arg,e.completion=t}function S(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(
|
|
734
|
+
return i?i.done?(t[e.resultName]=i.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=void 0),t.delegate=null,y):i:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,y)}function k(e){var t={tryLoc:e[0]}
|
|
735
|
+
1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function x(e){var t=e.completion||{}
|
|
736
|
+
t.type="normal",delete t.arg,e.completion=t}function S(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(k,this),this.reset(!0)}function E(e){if(e){var t=e[u]
|
|
738
737
|
if(t)return t.call(e)
|
|
739
738
|
if("function"==typeof e.next)return e
|
|
740
739
|
if(!isNaN(e.length)){var n=-1,o=function t(){for(;++n<e.length;)if(r.call(e,n))return t.value=e[n],t.done=!1,t
|
|
741
740
|
return t.value=void 0,t.done=!0,t}
|
|
742
|
-
return o.next=o}}return{next:L}}function L(){return{value:void 0,done:!0}}return h.prototype=v,i(w,"constructor",{value:v,configurable:!0}),i(v,"constructor",{value:h,configurable:!0}),h.displayName=
|
|
743
|
-
return!!t&&(t===h||"GeneratorFunction"===(t.displayName||t.name))},e.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,v):(e.__proto__=v,
|
|
744
|
-
var a=new j(
|
|
745
|
-
return e.isGeneratorFunction(r)?a:a.next().then((function(e){return e.done?e.value:a.next()}))},O(w),
|
|
741
|
+
return o.next=o}}return{next:L}}function L(){return{value:void 0,done:!0}}return h.prototype=v,i(w,"constructor",{value:v,configurable:!0}),i(v,"constructor",{value:h,configurable:!0}),h.displayName=s(v,l,"GeneratorFunction"),e.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor
|
|
742
|
+
return!!t&&(t===h||"GeneratorFunction"===(t.displayName||t.name))},e.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,v):(e.__proto__=v,s(e,l,"GeneratorFunction")),e.prototype=Object.create(w),e},e.awrap=function(e){return{__await:e}},O(j.prototype),s(j.prototype,c,(function(){return this})),e.AsyncIterator=j,e.async=function(t,r,n,o,i){void 0===i&&(i=Promise)
|
|
743
|
+
var a=new j(f(t,r,n,o),i)
|
|
744
|
+
return e.isGeneratorFunction(r)?a:a.next().then((function(e){return e.done?e.value:a.next()}))},O(w),s(w,l,"Generator"),s(w,u,(function(){return this})),s(w,"toString",(function(){return"[object Generator]"})),e.keys=function(e){var t=Object(e),r=[]
|
|
746
745
|
for(var n in t)r.push(n)
|
|
747
746
|
return r.reverse(),function e(){for(;r.length;){var n=r.pop()
|
|
748
|
-
if(n in t)return e.value=n,e.done=!1,e}return e.done=!0,e}},e.values=E,S.prototype={constructor:S,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(
|
|
747
|
+
if(n in t)return e.value=n,e.done=!1,e}return e.done=!0,e}},e.values=E,S.prototype={constructor:S,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(x),!e)for(var t in this)"t"===t.charAt(0)&&r.call(this,t)&&!isNaN(+t.slice(1))&&(this[t]=void 0)},stop:function(){this.done=!0
|
|
749
748
|
var e=this.tryEntries[0].completion
|
|
750
749
|
if("throw"===e.type)throw e.arg
|
|
751
750
|
return this.rval},dispatchException:function(e){if(this.done)throw e
|
|
@@ -761,21 +760,21 @@ break}}i&&("break"===e||"continue"===e)&&i.tryLoc<=t&&t<=i.finallyLoc&&(i=null)
|
|
|
761
760
|
var a=i?i.completion:{}
|
|
762
761
|
return a.type=e,a.arg=t,i?(this.method="next",this.next=i.finallyLoc,y):this.complete(a)},complete:function(e,t){if("throw"===e.type)throw e.arg
|
|
763
762
|
return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),y},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t]
|
|
764
|
-
if(r.finallyLoc===e)return this.complete(r.completion,r.afterLoc),
|
|
763
|
+
if(r.finallyLoc===e)return this.complete(r.completion,r.afterLoc),x(r),y}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t]
|
|
765
764
|
if(r.tryLoc===e){var n=r.completion
|
|
766
765
|
if("throw"===n.type){var o=n.arg
|
|
767
|
-
|
|
768
|
-
return e=o().mark((function e(n){var i,a,u,c,l,f,
|
|
766
|
+
x(r)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(e,t,r){return this.delegate={iterator:E(e),resultName:t,nextLoc:r},"next"===this.method&&(this.arg=void 0),y}},e}function i(e,t,r,n,o,i,a){try{var u=e[i](a),c=u.value}catch(l){return void r(l)}u.done?t(c):Promise.resolve(c).then(n,o)}function a(e){return u.apply(this,arguments)}function u(){var e
|
|
767
|
+
return e=o().mark((function e(n){var i,a,u,c,l,s,f,p
|
|
769
768
|
return o().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(i=n.resolveRegistration("config:environment"),(0,r.setRootPath)(i.rootURL.replace(/\/$/,"")),"development"!==i.environment){e.next=18
|
|
770
769
|
break}return n.deferReadiness(),e.prev=4,e.next=7,(0,t.ajax)("/development-preload.json")
|
|
771
770
|
case 7:a=e.sent,document.getElementById("preloaded-data").setAttribute("data-preloaded",JSON.stringify(a)),e.next=15
|
|
772
771
|
break
|
|
773
772
|
case 12:e.prev=12,e.t0=e.catch(4),console.error("Fetching preload data failed.",e.t0)
|
|
774
773
|
case 15:return e.prev=15,n.advanceReadiness(),e.finish(15)
|
|
775
|
-
case 18:moment.updateLocale("en",{relativeTime:{future:"in %s",past:"%s ago",s:"secs",m:"a min",mm:"%d mins",h:"an hr",hh:"%d hrs",d:"a day",dd:"%d days",M:"a mth",MM:"%d mths",y:"a yr",yy:"%d yrs"}}),l=0,
|
|
776
|
-
case 20:if(!(l<
|
|
777
|
-
break}if(s
|
|
778
|
-
break}return u=p,c=
|
|
774
|
+
case 18:moment.updateLocale("en",{relativeTime:{future:"in %s",past:"%s ago",s:"secs",m:"a min",mm:"%d mins",h:"an hr",hh:"%d hrs",d:"a day",dd:"%d days",M:"a mth",MM:"%d mths",y:"a yr",yy:"%d yrs"}}),l=0,s=["","webkit","ms","moz","ms"]
|
|
775
|
+
case 20:if(!(l<s.length)){e.next=30
|
|
776
|
+
break}if(f=s[l],p=f+(""===f?"hidden":"Hidden"),void 0===document[p]){e.next=27
|
|
777
|
+
break}return u=p,c=f+"visibilitychange",e.abrupt("break",30)
|
|
779
778
|
case 27:l++,e.next=20
|
|
780
779
|
break
|
|
781
780
|
case 30:(0,t.updateHiddenProperty)(u),document.addEventListener(c,t.resetTitleCount,!1),/mobile/i.test(navigator.userAgent)&&!/iPad/.test(navigator.userAgent)&&document.body.classList.add("mobile")
|
|
@@ -802,17 +801,17 @@ var r,n={},o=!1
|
|
|
802
801
|
function i(){var e=document.getElementById("preloaded-data").dataset;(n=e.preloaded?JSON.parse(e.preloaded):{}).rootPath=r,o=!0}var a={get:function(e){return o||i(),n[e]}}
|
|
803
802
|
e.default=a})),define("client-app/lib/utilities",["exports","client-app/lib/preload"],(function(e,t){function r(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */r=function(){return e}
|
|
804
803
|
var e={},t=Object.prototype,o=t.hasOwnProperty,i=Object.defineProperty||function(e,t,r){e[t]=r.value},a="function"==typeof Symbol?Symbol:{},u=a.iterator||"@@iterator",c=a.asyncIterator||"@@asyncIterator",l=a.toStringTag||"@@toStringTag"
|
|
805
|
-
function
|
|
806
|
-
return i(a,"_invoke",{value:P(e,r,u)}),a}function p(e,t,r){try{return{type:"normal",arg:e.call(t,r)}}catch(R){return{type:"throw",arg:R}}}e.wrap=
|
|
804
|
+
function s(e,t,r){return Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{s({},"")}catch(R){s=function(e,t,r){return e[t]=r}}function f(e,t,r,n){var o=t&&t.prototype instanceof d?t:d,a=Object.create(o.prototype),u=new S(n||[])
|
|
805
|
+
return i(a,"_invoke",{value:P(e,r,u)}),a}function p(e,t,r){try{return{type:"normal",arg:e.call(t,r)}}catch(R){return{type:"throw",arg:R}}}e.wrap=f
|
|
807
806
|
var y={}
|
|
808
807
|
function d(){}function h(){}function v(){}var b={}
|
|
809
|
-
|
|
808
|
+
s(b,u,(function(){return this}))
|
|
810
809
|
var m=Object.getPrototypeOf,g=m&&m(m(E([])))
|
|
811
810
|
g&&g!==t&&o.call(g,u)&&(b=g)
|
|
812
811
|
var w=v.prototype=d.prototype=Object.create(b)
|
|
813
|
-
function O(e){["next","throw","return"].forEach((function(t){
|
|
814
|
-
if("throw"!==l.type){var
|
|
815
|
-
return
|
|
812
|
+
function O(e){["next","throw","return"].forEach((function(t){s(e,t,(function(e){return this._invoke(t,e)}))}))}function j(e,t){function r(i,a,u,c){var l=p(e[i],e,a)
|
|
813
|
+
if("throw"!==l.type){var s=l.arg,f=s.value
|
|
814
|
+
return f&&"object"==n(f)&&o.call(f,"__await")?t.resolve(f.__await).then((function(e){r("next",e,u,c)}),(function(e){r("throw",e,u,c)})):t.resolve(f).then((function(e){s.value=e,u(s)}),(function(e){return r("throw",e,u,c)}))}c(l.arg)}var a
|
|
816
815
|
i(this,"_invoke",{value:function(e,n){function o(){return new t((function(t,o){r(e,n,t,o)}))}return a=a?a.then(o,o):o()}})}function P(e,t,r){var n="suspendedStart"
|
|
817
816
|
return function(o,i){if("executing"===n)throw new Error("Generator is already running")
|
|
818
817
|
if("completed"===n){if("throw"===o)throw i
|
|
@@ -830,20 +829,20 @@ if(void 0===n)return t.delegate=null,"throw"===r&&e.iterator.return&&(t.method="
|
|
|
830
829
|
var o=p(n,e.iterator,t.arg)
|
|
831
830
|
if("throw"===o.type)return t.method="throw",t.arg=o.arg,t.delegate=null,y
|
|
832
831
|
var i=o.arg
|
|
833
|
-
return i?i.done?(t[e.resultName]=i.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=void 0),t.delegate=null,y):i:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,y)}function
|
|
834
|
-
1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function
|
|
835
|
-
t.type="normal",delete t.arg,e.completion=t}function S(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(
|
|
832
|
+
return i?i.done?(t[e.resultName]=i.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=void 0),t.delegate=null,y):i:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,y)}function k(e){var t={tryLoc:e[0]}
|
|
833
|
+
1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function x(e){var t=e.completion||{}
|
|
834
|
+
t.type="normal",delete t.arg,e.completion=t}function S(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(k,this),this.reset(!0)}function E(e){if(e){var t=e[u]
|
|
836
835
|
if(t)return t.call(e)
|
|
837
836
|
if("function"==typeof e.next)return e
|
|
838
837
|
if(!isNaN(e.length)){var r=-1,n=function t(){for(;++r<e.length;)if(o.call(e,r))return t.value=e[r],t.done=!1,t
|
|
839
838
|
return t.value=void 0,t.done=!0,t}
|
|
840
|
-
return n.next=n}}return{next:L}}function L(){return{value:void 0,done:!0}}return h.prototype=v,i(w,"constructor",{value:v,configurable:!0}),i(v,"constructor",{value:h,configurable:!0}),h.displayName=
|
|
841
|
-
return!!t&&(t===h||"GeneratorFunction"===(t.displayName||t.name))},e.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,v):(e.__proto__=v,
|
|
842
|
-
var a=new j(
|
|
843
|
-
return e.isGeneratorFunction(r)?a:a.next().then((function(e){return e.done?e.value:a.next()}))},O(w),
|
|
839
|
+
return n.next=n}}return{next:L}}function L(){return{value:void 0,done:!0}}return h.prototype=v,i(w,"constructor",{value:v,configurable:!0}),i(v,"constructor",{value:h,configurable:!0}),h.displayName=s(v,l,"GeneratorFunction"),e.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor
|
|
840
|
+
return!!t&&(t===h||"GeneratorFunction"===(t.displayName||t.name))},e.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,v):(e.__proto__=v,s(e,l,"GeneratorFunction")),e.prototype=Object.create(w),e},e.awrap=function(e){return{__await:e}},O(j.prototype),s(j.prototype,c,(function(){return this})),e.AsyncIterator=j,e.async=function(t,r,n,o,i){void 0===i&&(i=Promise)
|
|
841
|
+
var a=new j(f(t,r,n,o),i)
|
|
842
|
+
return e.isGeneratorFunction(r)?a:a.next().then((function(e){return e.done?e.value:a.next()}))},O(w),s(w,l,"Generator"),s(w,u,(function(){return this})),s(w,"toString",(function(){return"[object Generator]"})),e.keys=function(e){var t=Object(e),r=[]
|
|
844
843
|
for(var n in t)r.push(n)
|
|
845
844
|
return r.reverse(),function e(){for(;r.length;){var n=r.pop()
|
|
846
|
-
if(n in t)return e.value=n,e.done=!1,e}return e.done=!0,e}},e.values=E,S.prototype={constructor:S,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(
|
|
845
|
+
if(n in t)return e.value=n,e.done=!1,e}return e.done=!0,e}},e.values=E,S.prototype={constructor:S,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(x),!e)for(var t in this)"t"===t.charAt(0)&&o.call(this,t)&&!isNaN(+t.slice(1))&&(this[t]=void 0)},stop:function(){this.done=!0
|
|
847
846
|
var e=this.tryEntries[0].completion
|
|
848
847
|
if("throw"===e.type)throw e.arg
|
|
849
848
|
return this.rval},dispatchException:function(e){if(this.done)throw e
|
|
@@ -859,13 +858,13 @@ break}}i&&("break"===e||"continue"===e)&&i.tryLoc<=t&&t<=i.finallyLoc&&(i=null)
|
|
|
859
858
|
var a=i?i.completion:{}
|
|
860
859
|
return a.type=e,a.arg=t,i?(this.method="next",this.next=i.finallyLoc,y):this.complete(a)},complete:function(e,t){if("throw"===e.type)throw e.arg
|
|
861
860
|
return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),y},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t]
|
|
862
|
-
if(r.finallyLoc===e)return this.complete(r.completion,r.afterLoc),
|
|
861
|
+
if(r.finallyLoc===e)return this.complete(r.completion,r.afterLoc),x(r),y}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t]
|
|
863
862
|
if(r.tryLoc===e){var n=r.completion
|
|
864
863
|
if("throw"===n.type){var o=n.arg
|
|
865
|
-
|
|
864
|
+
x(r)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(e,t,r){return this.delegate={iterator:E(e),resultName:t,nextLoc:r},"next"===this.method&&(this.arg=void 0),y}},e}function n(e){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},n(e)}function o(e,t,r,n,o,i,a){try{var u=e[i](a),c=u.value}catch(l){return void r(l)}u.done?t(c):Promise.resolve(c).then(n,o)}function i(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var r=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]
|
|
866
865
|
if(null!=r){var n,o,i,a,u=[],c=!0,l=!1
|
|
867
866
|
try{if(i=(r=r.call(e)).next,0===t){if(Object(r)!==r)return
|
|
868
|
-
c=!1}else for(;!(c=(n=i.call(r)).done)&&(u.push(n.value),u.length!==t);c=!0);}catch(
|
|
867
|
+
c=!1}else for(;!(c=(n=i.call(r)).done)&&(u.push(n.value),u.length!==t);c=!0);}catch(s){l=!0,o=s}finally{try{if(!c&&null!=r.return&&(a=r.return(),Object(a)!==a))return}finally{if(l)throw o}}return u}}(e,t)||function(e,t){if(!e)return
|
|
869
868
|
if("string"==typeof e)return a(e,t)
|
|
870
869
|
var r=Object.prototype.toString.call(e).slice(8,-1)
|
|
871
870
|
"Object"===r&&e.constructor&&(r=e.constructor.name)
|
|
@@ -874,22 +873,22 @@ if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return a(
|
|
|
874
873
|
for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r]
|
|
875
874
|
return n}Object.defineProperty(e,"__esModule",{value:!0}),e.ajax=p,e.buildArrayString=v,e.buildHashString=function e(r,o){var a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[]
|
|
876
875
|
if(!r)return""
|
|
877
|
-
for(var u=[],c=[],l=t.default.get("env_expandable_keys")||[],
|
|
876
|
+
for(var u=[],c=[],l=t.default.get("env_expandable_keys")||[],s=0,p=Object.entries(r);s<p.length;s++){var y=i(p[s],2),d=y[0],b=y[1]
|
|
878
877
|
if(null===b)u.push("null")
|
|
879
878
|
else if("[object Array]"===Object.prototype.toString.call(b)){var m=""
|
|
880
|
-
m=l.includes(d)&&!o&&!a.includes(d)&&b.length>3?"".concat(
|
|
879
|
+
m=l.includes(d)&&!o&&!a.includes(d)&&b.length>3?"".concat(f(b[0]),', <a class="expand-list" data-key=').concat(d,">").concat(b.length-1," more</a>"):"".concat(f(b[0]),", ").concat(v(b.slice(1,b.length))),u.push("<tr><td>".concat(f(d),"</td><td>").concat(m,"</td></tr>"))}else if("object"===n(b))c.push(d)
|
|
881
880
|
else if("time"===d&&"number"==typeof b){var g=moment(b).format(),w=h(b)
|
|
882
|
-
u.push('<tr title="'.concat(g,'"><td>').concat(d,"</td><td>").concat(w,"</td></tr>"))}else u.push("<tr><td>".concat(
|
|
883
|
-
u.push("<tr><td></td><td><table>"),u.push("<td>".concat(
|
|
884
|
-
t[a]=u}return t},e.escapeHtml=
|
|
881
|
+
u.push('<tr title="'.concat(g,'"><td>').concat(d,"</td><td>").concat(w,"</td></tr>"))}else u.push("<tr><td>".concat(f(d),"</td><td>").concat(f(b),"</td></tr>"))}for(var O=0,j=c;O<j.length;O++){var P=j[O],_=r[P]
|
|
882
|
+
u.push("<tr><td></td><td><table>"),u.push("<td>".concat(f(P),"</td><td>").concat(e(_,!0),"</td>")),u.push("</table></td></tr>")}return"<table class='".concat(o?"":"env-table","'>").concat(u.join("\n"),"</table>")},e.clone=function(e){for(var t={},r=0,n=Object.entries(e);r<n.length;r++){var o=i(n[r],2),a=o[0],u=o[1]
|
|
883
|
+
t[a]=u}return t},e.escapeHtml=f,e.formatTime=h,e.getLocalStorage=function(e,t){try{if(window.localStorage){e="logster-"+e
|
|
885
884
|
var r=window.localStorage.getItem(e)
|
|
886
885
|
return null===r?t:"true"===r||"false"!==r&&r}return t}catch(n){return t}},e.increaseTitleCount=function(e){if(!d())return
|
|
887
886
|
c||(c=document.title),l||(l=0),l+=e,document.title="".concat(c," (").concat(l,")")},e.isHidden=d,e.preloadOrAjax=function(e,t){return y.apply(this,arguments)},e.resetTitleCount=function(){l=0,document.title=c||document.title},e.setLocalStorage=function(e,t){try{window.localStorage&&(e="logster-"+e,window.localStorage.setItem(e,t))}catch(r){}},e.updateHiddenProperty=function(e){u=e}
|
|
888
|
-
var u,c,l,
|
|
889
|
-
function
|
|
887
|
+
var u,c,l,s={"&":"&","<":"<",">":">",'"':""","'":"'","/":"/"}
|
|
888
|
+
function f(e){return String(e).replace(/[&<>"'/]/g,(function(e){return s[e]}))}function p(e,r){return new Promise((function(n,o){r||(r={})
|
|
890
889
|
var a=new XMLHttpRequest
|
|
891
|
-
if(e=(0,t.getRootPath)()+e,r.data)for(var u=0,c=Object.entries(r.data);u<c.length;u++){var l=i(c[u],2),
|
|
892
|
-
e+=e.includes("?")?"&":"?",e+="".concat(
|
|
890
|
+
if(e=(0,t.getRootPath)()+e,r.data)for(var u=0,c=Object.entries(r.data);u<c.length;u++){var l=i(c[u],2),s=l[0],f=l[1]
|
|
891
|
+
e+=e.includes("?")?"&":"?",e+="".concat(s,"=").concat(encodeURIComponent(f))}if(a.open(r.method||r.type||"GET",e),a.setRequestHeader("X-SILENCE-LOGGER",!0),r.headers)for(var p=0,y=Object.entries(r.headers);p<y.length;p++){var d=i(y[p],2),h=d[0],v=d[1]
|
|
893
892
|
a.setRequestHeader(h,v)}a.onreadystatechange=function(){if(4===a.readyState){var e=a.status
|
|
894
893
|
if(e>=200&&e<300||304===e){var t=a.getResponseHeader("Content-Type"),r=a.responseText;/\bjson\b/.test(t)&&(r=JSON.parse(r)),n(r)}else o(a)}},a.send()}))}function y(){var e
|
|
895
894
|
return e=r().mark((function e(n,o){var i
|
|
@@ -900,8 +899,8 @@ case 7:return e.abrupt("return",e.sent)
|
|
|
900
899
|
case 8:case"end":return e.stop()}}),e)})),y=function(){var t=this,r=arguments
|
|
901
900
|
return new Promise((function(n,i){var a=e.apply(t,r)
|
|
902
901
|
function u(e){o(a,n,i,u,c,"next",e)}function c(e){o(a,n,i,u,c,"throw",e)}u(void 0)}))},y.apply(this,arguments)}function d(){return void 0!==u?document[u]:!document.hasFocus}function h(e){var t=moment(e),r=moment()
|
|
903
|
-
return t.diff(r.startOf("day"))>0?t.format("h:mm a"):t.diff(r.startOf("week"))>0?t.format("dd h:mm a"):t.diff(r.startOf("year"))>0?t.format("D MMM h:mm a"):t.format("D MMM YY")}function v(e){return"["+e.map((function(e){return null===e?"null":Array.isArray(e)?v(e):
|
|
904
|
-
function
|
|
902
|
+
return t.diff(r.startOf("day"))>0?t.format("h:mm a"):t.diff(r.startOf("week"))>0?t.format("dd h:mm a"):t.diff(r.startOf("year"))>0?t.format("D MMM h:mm a"):t.format("D MMM YY")}function v(e){return"["+e.map((function(e){return null===e?"null":Array.isArray(e)?v(e):f(e.toString())})).join(", ")+"]"}})),define("client-app/models/group",["exports","@ember/object/computed","client-app/models/message","@ember/object","client-app/lib/utilities"],(function(e,t,r,n,o){var i,a,u,c,l
|
|
903
|
+
function s(e,t,r,n){r&&Object.defineProperty(e,t,{enumerable:r.enumerable,configurable:r.configurable,writable:r.writable,value:r.initializer?r.initializer.call(n):void 0})}function f(e,t){for(var r=0;r<t.length;r++){var n=t[r]
|
|
905
904
|
n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,m(n.key),n)}}function p(){return p="undefined"!=typeof Reflect&&Reflect.get?Reflect.get.bind():function(e,t,r){var n=function(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&null!==(e=v(e)););return e}(e,t)
|
|
906
905
|
if(n){var o=Object.getOwnPropertyDescriptor(n,t)
|
|
907
906
|
return o.get?o.get.call(arguments.length<3?e:r):o.value}},p.apply(this,arguments)}function y(e,t){return y=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},y(e,t)}function d(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1
|
|
@@ -926,49 +925,49 @@ e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,confi
|
|
|
926
925
|
var t,n,i,a=d(u)
|
|
927
926
|
function u(){var e;(function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")})(this,u)
|
|
928
927
|
for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n]
|
|
929
|
-
return b(h(e=a.call.apply(a,[this].concat(r))),"selected",!1),b(h(e),"showCount",!0),
|
|
928
|
+
return b(h(e=a.call.apply(a,[this].concat(r))),"selected",!1),b(h(e),"showCount",!0),s(h(e),"key",c,h(e)),s(h(e),"displayMessage",l,h(e)),e}return t=u,n=[{key:"init",value:function(){p(v(u.prototype),"init",this).apply(this,arguments)
|
|
930
929
|
var e=this.messages.map((function(e){return r.default.create(e)}))
|
|
931
|
-
this.set("messages",e)}},{key:"glyph",get:function(){return"clone"}},{key:"prefix",get:function(){return"far"}},{key:"solveAll",value:function(){return(0,o.ajax)("/solve-group",{type:"POST",data:{regex:this.regex}})}}],n&&
|
|
930
|
+
this.set("messages",e)}},{key:"glyph",get:function(){return"clone"}},{key:"prefix",get:function(){return"far"}},{key:"solveAll",value:function(){return(0,o.ajax)("/solve-group",{type:"POST",data:{regex:this.regex}})}}],n&&f(t.prototype,n),i&&f(t,i),Object.defineProperty(t,"prototype",{writable:!1}),u}(n.default),c=g(u.prototype,"key",[i],{configurable:!0,enumerable:!0,writable:!0,initializer:null}),l=g(u.prototype,"displayMessage",[a],{configurable:!0,enumerable:!0,writable:!0,initializer:null}),g(u.prototype,"glyph",[n.computed],Object.getOwnPropertyDescriptor(u.prototype,"glyph"),u.prototype),g(u.prototype,"prefix",[n.computed],Object.getOwnPropertyDescriptor(u.prototype,"prefix"),u.prototype),u)
|
|
932
931
|
e.default=w}))
|
|
933
|
-
define("client-app/models/message-collection",["exports","client-app/lib/utilities","client-app/models/message","client-app/models/group","@ember/utils","@ember/object","@ember/array"],(function(e,t,r,n,o,i,a){var u,c,l,f,
|
|
932
|
+
define("client-app/models/message-collection",["exports","client-app/lib/utilities","client-app/models/message","client-app/models/group","@ember/utils","@ember/object","@ember/array"],(function(e,t,r,n,o,i,a){var u,c,l,s,f,p,y
|
|
934
933
|
function d(e,t){var r="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]
|
|
935
|
-
if(!r){if(Array.isArray(e)||(r=
|
|
934
|
+
if(!r){if(Array.isArray(e)||(r=x(e))||t&&e&&"number"==typeof e.length){r&&(e=r)
|
|
936
935
|
var n=0,o=function(){}
|
|
937
936
|
return{s:o,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,a=!0,u=!1
|
|
938
937
|
return{s:function(){r=r.call(e)},n:function(){var e=r.next()
|
|
939
938
|
return a=e.done,e},e:function(e){u=!0,i=e},f:function(){try{a||null==r.return||r.return()}finally{if(u)throw i}}}}function h(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */h=function(){return e}
|
|
940
939
|
var e={},t=Object.prototype,r=t.hasOwnProperty,n=Object.defineProperty||function(e,t,r){e[t]=r.value},o="function"==typeof Symbol?Symbol:{},i=o.iterator||"@@iterator",a=o.asyncIterator||"@@asyncIterator",u=o.toStringTag||"@@toStringTag"
|
|
941
|
-
function c(e,t,r){return Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{c({},"")}catch(L){c=function(e,t,r){return e[t]=r}}function l(e,t,r,o){var i=t&&t.prototype instanceof p?t:p,a=Object.create(i.prototype),u=new
|
|
942
|
-
return n(a,"_invoke",{value:j(e,r,u)}),a}function
|
|
943
|
-
var
|
|
940
|
+
function c(e,t,r){return Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{c({},"")}catch(L){c=function(e,t,r){return e[t]=r}}function l(e,t,r,o){var i=t&&t.prototype instanceof p?t:p,a=Object.create(i.prototype),u=new x(o||[])
|
|
941
|
+
return n(a,"_invoke",{value:j(e,r,u)}),a}function s(e,t,r){try{return{type:"normal",arg:e.call(t,r)}}catch(L){return{type:"throw",arg:L}}}e.wrap=l
|
|
942
|
+
var f={}
|
|
944
943
|
function p(){}function y(){}function d(){}var v={}
|
|
945
944
|
c(v,i,(function(){return this}))
|
|
946
945
|
var b=Object.getPrototypeOf,m=b&&b(b(S([])))
|
|
947
946
|
m&&m!==t&&r.call(m,i)&&(v=m)
|
|
948
947
|
var g=d.prototype=p.prototype=Object.create(v)
|
|
949
|
-
function w(e){["next","throw","return"].forEach((function(t){c(e,t,(function(e){return this._invoke(t,e)}))}))}function O(e,t){function o(n,i,a,u){var c=
|
|
950
|
-
if("throw"!==c.type){var l=c.arg,
|
|
951
|
-
return
|
|
948
|
+
function w(e){["next","throw","return"].forEach((function(t){c(e,t,(function(e){return this._invoke(t,e)}))}))}function O(e,t){function o(n,i,a,u){var c=s(e[n],e,i)
|
|
949
|
+
if("throw"!==c.type){var l=c.arg,f=l.value
|
|
950
|
+
return f&&"object"==_typeof(f)&&r.call(f,"__await")?t.resolve(f.__await).then((function(e){o("next",e,a,u)}),(function(e){o("throw",e,a,u)})):t.resolve(f).then((function(e){l.value=e,a(l)}),(function(e){return o("throw",e,a,u)}))}u(c.arg)}var i
|
|
952
951
|
n(this,"_invoke",{value:function(e,r){function n(){return new t((function(t,n){o(e,r,t,n)}))}return i=i?i.then(n,n):n()}})}function j(e,t,r){var n="suspendedStart"
|
|
953
952
|
return function(o,i){if("executing"===n)throw new Error("Generator is already running")
|
|
954
953
|
if("completed"===n){if("throw"===o)throw i
|
|
955
954
|
return E()}for(r.method=o,r.arg=i;;){var a=r.delegate
|
|
956
955
|
if(a){var u=P(a,r)
|
|
957
|
-
if(u){if(u===
|
|
956
|
+
if(u){if(u===f)continue
|
|
958
957
|
return u}}if("next"===r.method)r.sent=r._sent=r.arg
|
|
959
958
|
else if("throw"===r.method){if("suspendedStart"===n)throw n="completed",r.arg
|
|
960
959
|
r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg)
|
|
961
960
|
n="executing"
|
|
962
|
-
var c=
|
|
963
|
-
if("normal"===c.type){if(n=r.done?"completed":"suspendedYield",c.arg===
|
|
961
|
+
var c=s(e,t,r)
|
|
962
|
+
if("normal"===c.type){if(n=r.done?"completed":"suspendedYield",c.arg===f)continue
|
|
964
963
|
return{value:c.arg,done:r.done}}"throw"===c.type&&(n="completed",r.method="throw",r.arg=c.arg)}}}function P(e,t){var r=t.method,n=e.iterator[r]
|
|
965
|
-
if(void 0===n)return t.delegate=null,"throw"===r&&e.iterator.return&&(t.method="return",t.arg=void 0,P(e,t),"throw"===t.method)||"return"!==r&&(t.method="throw",t.arg=new TypeError("The iterator does not provide a '"+r+"' method")),
|
|
966
|
-
var o=
|
|
967
|
-
if("throw"===o.type)return t.method="throw",t.arg=o.arg,t.delegate=null,
|
|
964
|
+
if(void 0===n)return t.delegate=null,"throw"===r&&e.iterator.return&&(t.method="return",t.arg=void 0,P(e,t),"throw"===t.method)||"return"!==r&&(t.method="throw",t.arg=new TypeError("The iterator does not provide a '"+r+"' method")),f
|
|
965
|
+
var o=s(n,e.iterator,t.arg)
|
|
966
|
+
if("throw"===o.type)return t.method="throw",t.arg=o.arg,t.delegate=null,f
|
|
968
967
|
var i=o.arg
|
|
969
|
-
return i?i.done?(t[e.resultName]=i.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=void 0),t.delegate=null,
|
|
970
|
-
1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function
|
|
971
|
-
t.type="normal",delete t.arg,e.completion=t}function
|
|
968
|
+
return i?i.done?(t[e.resultName]=i.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=void 0),t.delegate=null,f):i:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,f)}function _(e){var t={tryLoc:e[0]}
|
|
969
|
+
1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function k(e){var t=e.completion||{}
|
|
970
|
+
t.type="normal",delete t.arg,e.completion=t}function x(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(_,this),this.reset(!0)}function S(e){if(e){var t=e[i]
|
|
972
971
|
if(t)return t.call(e)
|
|
973
972
|
if("function"==typeof e.next)return e
|
|
974
973
|
if(!isNaN(e.length)){var n=-1,o=function t(){for(;++n<e.length;)if(r.call(e,n))return t.value=e[n],t.done=!1,t
|
|
@@ -979,7 +978,7 @@ var a=new O(l(t,r,n,o),i)
|
|
|
979
978
|
return e.isGeneratorFunction(r)?a:a.next().then((function(e){return e.done?e.value:a.next()}))},w(g),c(g,u,"Generator"),c(g,i,(function(){return this})),c(g,"toString",(function(){return"[object Generator]"})),e.keys=function(e){var t=Object(e),r=[]
|
|
980
979
|
for(var n in t)r.push(n)
|
|
981
980
|
return r.reverse(),function e(){for(;r.length;){var n=r.pop()
|
|
982
|
-
if(n in t)return e.value=n,e.done=!1,e}return e.done=!0,e}},e.values=S,
|
|
981
|
+
if(n in t)return e.value=n,e.done=!1,e}return e.done=!0,e}},e.values=S,x.prototype={constructor:x,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(k),!e)for(var t in this)"t"===t.charAt(0)&&r.call(this,t)&&!isNaN(+t.slice(1))&&(this[t]=void 0)},stop:function(){this.done=!0
|
|
983
982
|
var e=this.tryEntries[0].completion
|
|
984
983
|
if("throw"===e.type)throw e.arg
|
|
985
984
|
return this.rval},dispatchException:function(e){if(this.done)throw e
|
|
@@ -993,12 +992,12 @@ if(this.prev<i.finallyLoc)return n(i.finallyLoc)}}}},abrupt:function(e,t){for(va
|
|
|
993
992
|
if(o.tryLoc<=this.prev&&r.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var i=o
|
|
994
993
|
break}}i&&("break"===e||"continue"===e)&&i.tryLoc<=t&&t<=i.finallyLoc&&(i=null)
|
|
995
994
|
var a=i?i.completion:{}
|
|
996
|
-
return a.type=e,a.arg=t,i?(this.method="next",this.next=i.finallyLoc,
|
|
997
|
-
return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),
|
|
998
|
-
if(r.finallyLoc===e)return this.complete(r.completion,r.afterLoc),
|
|
995
|
+
return a.type=e,a.arg=t,i?(this.method="next",this.next=i.finallyLoc,f):this.complete(a)},complete:function(e,t){if("throw"===e.type)throw e.arg
|
|
996
|
+
return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),f},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t]
|
|
997
|
+
if(r.finallyLoc===e)return this.complete(r.completion,r.afterLoc),k(r),f}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t]
|
|
999
998
|
if(r.tryLoc===e){var n=r.completion
|
|
1000
999
|
if("throw"===n.type){var o=n.arg
|
|
1001
|
-
|
|
1000
|
+
k(r)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(e,t,r){return this.delegate={iterator:S(e),resultName:t,nextLoc:r},"next"===this.method&&(this.arg=void 0),f}},e}function v(e,t,r,n,o,i,a){try{var u=e[i](a),c=u.value}catch(l){return void r(l)}u.done?t(c):Promise.resolve(c).then(n,o)}function b(e){return function(){var t=this,r=arguments
|
|
1002
1001
|
return new Promise((function(n,o){var i=e.apply(t,r)
|
|
1003
1002
|
function a(e){v(i,n,o,a,u,"next",e)}function u(e){v(i,n,o,a,u,"throw",e)}a(void 0)}))}}function m(e,t){for(var r=0;r<t.length;r++){var n=t[r]
|
|
1004
1003
|
n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,_(n.key),n)}}function g(e,t){return g=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},g(e,t)}function w(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1
|
|
@@ -1016,17 +1015,17 @@ var r=e[Symbol.toPrimitive]
|
|
|
1016
1015
|
if(void 0!==r){var n=r.call(e,t||"default")
|
|
1017
1016
|
if("object"!==_typeof(n))return n
|
|
1018
1017
|
throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string")
|
|
1019
|
-
return"symbol"===_typeof(t)?t:String(t)}function
|
|
1020
|
-
return Object.keys(n).forEach((function(e){i[e]=n[e]})),i.enumerable=!!i.enumerable,i.configurable=!!i.configurable,("value"in i||i.initializer)&&(i.writable=!0),i=r.slice().reverse().reduce((function(r,n){return n(e,t,r)||r}),i),o&&void 0!==i.initializer&&(i.value=i.initializer?i.initializer.call(o):void 0,i.initializer=void 0),void 0===i.initializer&&(Object.defineProperty(e,t,i),i=null),i}function
|
|
1018
|
+
return"symbol"===_typeof(t)?t:String(t)}function k(e,t,r,n,o){var i={}
|
|
1019
|
+
return Object.keys(n).forEach((function(e){i[e]=n[e]})),i.enumerable=!!i.enumerable,i.configurable=!!i.configurable,("value"in i||i.initializer)&&(i.writable=!0),i=r.slice().reverse().reduce((function(r,n){return n(e,t,r)||r}),i),o&&void 0!==i.initializer&&(i.value=i.initializer?i.initializer.call(o):void 0,i.initializer=void 0),void 0===i.initializer&&(Object.defineProperty(e,t,i),i=null),i}function x(e,t){if(e){if("string"==typeof e)return S(e,t)
|
|
1021
1020
|
var r=Object.prototype.toString.call(e).slice(8,-1)
|
|
1022
1021
|
return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?S(e,t):void 0}}function S(e,t){(null==t||t>e.length)&&(t=e.length)
|
|
1023
1022
|
for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r]
|
|
1024
1023
|
return n}Object.defineProperty(e,"__esModule",{value:!0}),e.default=e.SEVERITIES=void 0
|
|
1025
1024
|
var E=["Debug","Info","Warn","Err","Fatal"]
|
|
1026
1025
|
e.SEVERITIES=E
|
|
1027
|
-
var L,R=(u=i.computed.apply(void 0,function(e){if(Array.isArray(e))return S(e)}(L=E.map((function(e){return"show".concat(e)})))||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(L)||
|
|
1026
|
+
var L,R=(u=i.computed.apply(void 0,function(e){if(Array.isArray(e))return S(e)}(L=E.map((function(e){return"show".concat(e)})))||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(L)||x(L)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()),c=(0,i.computed)("currentRow","currentGroupedMessagesPosition"),l=(0,i.computed)("filter","search.length"),s=(0,i.computed)("rows.length","canLoadMore"),f=(0,i.computed)("total","rows.length"),p=(0,i.computed)("search"),y=function(e){(function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function")
|
|
1028
1027
|
e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&g(e,t)})(v,e)
|
|
1029
|
-
var i,u,c,l,f,
|
|
1028
|
+
var i,u,c,l,s,f,p,y=w(v)
|
|
1030
1029
|
function v(){var e;(function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")})(this,v)
|
|
1031
1030
|
for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n]
|
|
1032
1031
|
return P(O(e=y.call.apply(y,[this].concat(r))),"total",0),P(O(e),"rows",(0,a.A)()),P(O(e),"currentRow",null),P(O(e),"currentTab",null),P(O(e),"currentEnvPosition",0),P(O(e),"currentGroupedMessagesPosition",0),P(O(e),"search",""),e}return i=v,u=[{key:"filter",get:function(){var e=this,t=[]
|
|
@@ -1048,7 +1047,7 @@ if(t.force||r&&!r.env&&"env"===this.currentTab)return this.set("loadingEnv",!0),
|
|
|
1048
1047
|
return null!=e&&e.group&&null!==(t=this.currentRow)&&void 0!==t&&t.group&&e.key===this.currentRow.key&&(r=e.messages.mapBy("key").indexOf(this.currentMessage.key),r=Math.max(0,r)),r}},{key:"updateSelectedRow",value:function(){var e,t=null===(e=this.currentRow)||void 0===e?void 0:e.key
|
|
1049
1048
|
if(t&&this.rows){var r=this.rows.find((function(e){return e.key===t}))
|
|
1050
1049
|
if(r){var n=this.findEquivalentMessageIndex(r)
|
|
1051
|
-
this.selectRow(r,{messageIndex:n})}else this.setProperties({currentRow:null,currentEnvPosition:0,currentGroupedMessagesPosition:0})}}},{key:"load",value:(
|
|
1050
|
+
this.selectRow(r,{messageIndex:n})}else this.setProperties({currentRow:null,currentEnvPosition:0,currentGroupedMessagesPosition:0})}}},{key:"load",value:(f=b(h().mark((function e(r){var n,i,a,u,c,l,s,f,p,y
|
|
1052
1051
|
return h().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r||(r={}),n={filter:this.filter.join("_")},this.search&&this.search.length>0&&(n.search=this.search,this.regexSearch&&(n.regex_search="true")),r.before&&(n.before=r.before,r.knownGroups&&(n.known_groups=r.knownGroups)),r.after&&(n.after=r.after),this.set("loading",!0),e.prev=6,e.next=9,(0,t.ajax)("/messages.json",{data:n,method:"POST"})
|
|
1053
1052
|
case 9:if(i=e.sent,0===(0,o.compare)(i.filter,this.filter)){e.next=12
|
|
1054
1053
|
break}return e.abrupt("return")
|
|
@@ -1060,17 +1059,17 @@ break}this.rows.unshiftObjects(a),e.next=56
|
|
|
1060
1059
|
break
|
|
1061
1060
|
case 20:u=d(a),e.prev=21,u.s()
|
|
1062
1061
|
case 23:if((c=u.n()).done){e.next=46
|
|
1063
|
-
break}l=c.value,
|
|
1064
|
-
case 28:if((s
|
|
1065
|
-
break}if((p=
|
|
1062
|
+
break}l=c.value,s=d(this.rows),e.prev=26,s.s()
|
|
1063
|
+
case 28:if((f=s.n()).done){e.next=36
|
|
1064
|
+
break}if((p=f.value).key===l.key){e.next=32
|
|
1066
1065
|
break}return e.abrupt("continue",34)
|
|
1067
1066
|
case 32:this.rows.removeObject(p),this.currentRow===p&&(y=this.findEquivalentMessageIndex(l),this.selectRow(l,{messageIndex:y}))
|
|
1068
1067
|
case 34:e.next=28
|
|
1069
1068
|
break
|
|
1070
1069
|
case 36:e.next=41
|
|
1071
1070
|
break
|
|
1072
|
-
case 38:e.prev=38,e.t0=e.catch(26),
|
|
1073
|
-
case 41:return e.prev=41,
|
|
1071
|
+
case 38:e.prev=38,e.t0=e.catch(26),s.e(e.t0)
|
|
1072
|
+
case 41:return e.prev=41,s.f(),e.finish(41)
|
|
1074
1073
|
case 44:e.next=23
|
|
1075
1074
|
break
|
|
1076
1075
|
case 46:e.next=51
|
|
@@ -1080,48 +1079,48 @@ case 51:return e.prev=51,u.f(),e.finish(51)
|
|
|
1080
1079
|
case 54:this.rows.addObjects(a),a.length>0&&(0,t.increaseTitleCount)(a.length)
|
|
1081
1080
|
case 56:return this.set("total",i.total),e.abrupt("return",i)
|
|
1082
1081
|
case 58:return e.prev=58,this.set("loading",!1),e.finish(58)
|
|
1083
|
-
case 61:case"end":return e.stop()}}),e,this,[[6,,58,61],[21,48,51,54],[26,38,41,44]])}))),function(e){return
|
|
1082
|
+
case 61:case"end":return e.stop()}}),e,this,[[6,,58,61],[21,48,51,54],[26,38,41,44]])}))),function(e){return f.apply(this,arguments)})},{key:"reload",value:(s=b(h().mark((function e(){var t
|
|
1084
1083
|
return h().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return this.set("total",0),this.rows.clear(),e.next=4,this.load()
|
|
1085
1084
|
case 4:t=e.sent,this.updateCanLoadMore(t)
|
|
1086
|
-
case 6:case"end":return e.stop()}}),e,this)}))),function(){return
|
|
1085
|
+
case 6:case"end":return e.stop()}}),e,this)}))),function(){return s.apply(this,arguments)})},{key:"updateCanLoadMore",value:function(e){e&&(e.messages.length<50?this.set("canLoadMore",!1):this.set("canLoadMore",!0))}},{key:"loadMore",value:function(){if(0!==this.rows.length){var e=this.rows[this.rows.length-1],t=e.group?e.row_id:e.key
|
|
1087
1086
|
this.load({after:t})}else this.load({})}},{key:"showMoreBefore",value:(l=b(h().mark((function e(){var t,r,n,o
|
|
1088
1087
|
return h().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t=this.rows[0],r=t.group?t.row_id:t.key,n=this.rows.filterBy("group").mapBy("regex"),e.next=5,this.load({before:r,knownGroups:n})
|
|
1089
1088
|
case 5:o=e.sent,this.updateCanLoadMore(o)
|
|
1090
|
-
case 7:case"end":return e.stop()}}),e,this)}))),function(){return l.apply(this,arguments)})},{key:"toObjects",value:function(e){return e.map((function(e){return e.group?n.default.create(e):r.default.create(e)}))}}],u&&m(i.prototype,u),c&&m(i,c),Object.defineProperty(i,"prototype",{writable:!1}),v}(i.default),
|
|
1091
|
-
e.default=R})),define("client-app/models/message",["exports","@ember/object/computed","@ember/object","client-app/lib/utilities","client-app/lib/preload"],(function(e,t,r,n,o){var i,a,u,c,l,f,
|
|
1089
|
+
case 7:case"end":return e.stop()}}),e,this)}))),function(){return l.apply(this,arguments)})},{key:"toObjects",value:function(e){return e.map((function(e){return e.group?n.default.create(e):r.default.create(e)}))}}],u&&m(i.prototype,u),c&&m(i,c),Object.defineProperty(i,"prototype",{writable:!1}),v}(i.default),k(y.prototype,"filter",[u],Object.getOwnPropertyDescriptor(y.prototype,"filter"),y.prototype),k(y.prototype,"currentMessage",[c],Object.getOwnPropertyDescriptor(y.prototype,"currentMessage"),y.prototype),k(y.prototype,"hideCountInLoadMore",[l],Object.getOwnPropertyDescriptor(y.prototype,"hideCountInLoadMore"),y.prototype),k(y.prototype,"moreBefore",[s],Object.getOwnPropertyDescriptor(y.prototype,"moreBefore"),y.prototype),k(y.prototype,"totalBefore",[f],Object.getOwnPropertyDescriptor(y.prototype,"totalBefore"),y.prototype),k(y.prototype,"regexSearch",[p],Object.getOwnPropertyDescriptor(y.prototype,"regexSearch"),y.prototype),y)
|
|
1090
|
+
e.default=R})),define("client-app/models/message",["exports","@ember/object/computed","@ember/object","client-app/lib/utilities","client-app/lib/preload"],(function(e,t,r,n,o){var i,a,u,c,l,s,f,p,y,d
|
|
1092
1091
|
function h(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */h=function(){return e}
|
|
1093
1092
|
var e={},t=Object.prototype,r=t.hasOwnProperty,n=Object.defineProperty||function(e,t,r){e[t]=r.value},o="function"==typeof Symbol?Symbol:{},i=o.iterator||"@@iterator",a=o.asyncIterator||"@@asyncIterator",u=o.toStringTag||"@@toStringTag"
|
|
1094
|
-
function c(e,t,r){return Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{c({},"")}catch(L){c=function(e,t,r){return e[t]=r}}function l(e,t,r,o){var i=t&&t.prototype instanceof p?t:p,a=Object.create(i.prototype),u=new
|
|
1095
|
-
return n(a,"_invoke",{value:j(e,r,u)}),a}function
|
|
1096
|
-
var
|
|
1093
|
+
function c(e,t,r){return Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{c({},"")}catch(L){c=function(e,t,r){return e[t]=r}}function l(e,t,r,o){var i=t&&t.prototype instanceof p?t:p,a=Object.create(i.prototype),u=new x(o||[])
|
|
1094
|
+
return n(a,"_invoke",{value:j(e,r,u)}),a}function s(e,t,r){try{return{type:"normal",arg:e.call(t,r)}}catch(L){return{type:"throw",arg:L}}}e.wrap=l
|
|
1095
|
+
var f={}
|
|
1097
1096
|
function p(){}function y(){}function d(){}var v={}
|
|
1098
1097
|
c(v,i,(function(){return this}))
|
|
1099
1098
|
var b=Object.getPrototypeOf,m=b&&b(b(S([])))
|
|
1100
1099
|
m&&m!==t&&r.call(m,i)&&(v=m)
|
|
1101
1100
|
var g=d.prototype=p.prototype=Object.create(v)
|
|
1102
|
-
function w(e){["next","throw","return"].forEach((function(t){c(e,t,(function(e){return this._invoke(t,e)}))}))}function O(e,t){function o(n,i,a,u){var c=
|
|
1103
|
-
if("throw"!==c.type){var l=c.arg,
|
|
1104
|
-
return
|
|
1101
|
+
function w(e){["next","throw","return"].forEach((function(t){c(e,t,(function(e){return this._invoke(t,e)}))}))}function O(e,t){function o(n,i,a,u){var c=s(e[n],e,i)
|
|
1102
|
+
if("throw"!==c.type){var l=c.arg,f=l.value
|
|
1103
|
+
return f&&"object"==_typeof(f)&&r.call(f,"__await")?t.resolve(f.__await).then((function(e){o("next",e,a,u)}),(function(e){o("throw",e,a,u)})):t.resolve(f).then((function(e){l.value=e,a(l)}),(function(e){return o("throw",e,a,u)}))}u(c.arg)}var i
|
|
1105
1104
|
n(this,"_invoke",{value:function(e,r){function n(){return new t((function(t,n){o(e,r,t,n)}))}return i=i?i.then(n,n):n()}})}function j(e,t,r){var n="suspendedStart"
|
|
1106
1105
|
return function(o,i){if("executing"===n)throw new Error("Generator is already running")
|
|
1107
1106
|
if("completed"===n){if("throw"===o)throw i
|
|
1108
1107
|
return E()}for(r.method=o,r.arg=i;;){var a=r.delegate
|
|
1109
1108
|
if(a){var u=P(a,r)
|
|
1110
|
-
if(u){if(u===
|
|
1109
|
+
if(u){if(u===f)continue
|
|
1111
1110
|
return u}}if("next"===r.method)r.sent=r._sent=r.arg
|
|
1112
1111
|
else if("throw"===r.method){if("suspendedStart"===n)throw n="completed",r.arg
|
|
1113
1112
|
r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg)
|
|
1114
1113
|
n="executing"
|
|
1115
|
-
var c=
|
|
1116
|
-
if("normal"===c.type){if(n=r.done?"completed":"suspendedYield",c.arg===
|
|
1114
|
+
var c=s(e,t,r)
|
|
1115
|
+
if("normal"===c.type){if(n=r.done?"completed":"suspendedYield",c.arg===f)continue
|
|
1117
1116
|
return{value:c.arg,done:r.done}}"throw"===c.type&&(n="completed",r.method="throw",r.arg=c.arg)}}}function P(e,t){var r=t.method,n=e.iterator[r]
|
|
1118
|
-
if(void 0===n)return t.delegate=null,"throw"===r&&e.iterator.return&&(t.method="return",t.arg=void 0,P(e,t),"throw"===t.method)||"return"!==r&&(t.method="throw",t.arg=new TypeError("The iterator does not provide a '"+r+"' method")),
|
|
1119
|
-
var o=
|
|
1120
|
-
if("throw"===o.type)return t.method="throw",t.arg=o.arg,t.delegate=null,
|
|
1117
|
+
if(void 0===n)return t.delegate=null,"throw"===r&&e.iterator.return&&(t.method="return",t.arg=void 0,P(e,t),"throw"===t.method)||"return"!==r&&(t.method="throw",t.arg=new TypeError("The iterator does not provide a '"+r+"' method")),f
|
|
1118
|
+
var o=s(n,e.iterator,t.arg)
|
|
1119
|
+
if("throw"===o.type)return t.method="throw",t.arg=o.arg,t.delegate=null,f
|
|
1121
1120
|
var i=o.arg
|
|
1122
|
-
return i?i.done?(t[e.resultName]=i.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=void 0),t.delegate=null,
|
|
1123
|
-
1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function
|
|
1124
|
-
t.type="normal",delete t.arg,e.completion=t}function
|
|
1121
|
+
return i?i.done?(t[e.resultName]=i.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=void 0),t.delegate=null,f):i:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,f)}function _(e){var t={tryLoc:e[0]}
|
|
1122
|
+
1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function k(e){var t=e.completion||{}
|
|
1123
|
+
t.type="normal",delete t.arg,e.completion=t}function x(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(_,this),this.reset(!0)}function S(e){if(e){var t=e[i]
|
|
1125
1124
|
if(t)return t.call(e)
|
|
1126
1125
|
if("function"==typeof e.next)return e
|
|
1127
1126
|
if(!isNaN(e.length)){var n=-1,o=function t(){for(;++n<e.length;)if(r.call(e,n))return t.value=e[n],t.done=!1,t
|
|
@@ -1132,7 +1131,7 @@ var a=new O(l(t,r,n,o),i)
|
|
|
1132
1131
|
return e.isGeneratorFunction(r)?a:a.next().then((function(e){return e.done?e.value:a.next()}))},w(g),c(g,u,"Generator"),c(g,i,(function(){return this})),c(g,"toString",(function(){return"[object Generator]"})),e.keys=function(e){var t=Object(e),r=[]
|
|
1133
1132
|
for(var n in t)r.push(n)
|
|
1134
1133
|
return r.reverse(),function e(){for(;r.length;){var n=r.pop()
|
|
1135
|
-
if(n in t)return e.value=n,e.done=!1,e}return e.done=!0,e}},e.values=S,
|
|
1134
|
+
if(n in t)return e.value=n,e.done=!1,e}return e.done=!0,e}},e.values=S,x.prototype={constructor:x,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(k),!e)for(var t in this)"t"===t.charAt(0)&&r.call(this,t)&&!isNaN(+t.slice(1))&&(this[t]=void 0)},stop:function(){this.done=!0
|
|
1136
1135
|
var e=this.tryEntries[0].completion
|
|
1137
1136
|
if("throw"===e.type)throw e.arg
|
|
1138
1137
|
return this.rval},dispatchException:function(e){if(this.done)throw e
|
|
@@ -1146,12 +1145,12 @@ if(this.prev<i.finallyLoc)return n(i.finallyLoc)}}}},abrupt:function(e,t){for(va
|
|
|
1146
1145
|
if(o.tryLoc<=this.prev&&r.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var i=o
|
|
1147
1146
|
break}}i&&("break"===e||"continue"===e)&&i.tryLoc<=t&&t<=i.finallyLoc&&(i=null)
|
|
1148
1147
|
var a=i?i.completion:{}
|
|
1149
|
-
return a.type=e,a.arg=t,i?(this.method="next",this.next=i.finallyLoc,
|
|
1150
|
-
return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),
|
|
1151
|
-
if(r.finallyLoc===e)return this.complete(r.completion,r.afterLoc),
|
|
1148
|
+
return a.type=e,a.arg=t,i?(this.method="next",this.next=i.finallyLoc,f):this.complete(a)},complete:function(e,t){if("throw"===e.type)throw e.arg
|
|
1149
|
+
return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),f},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t]
|
|
1150
|
+
if(r.finallyLoc===e)return this.complete(r.completion,r.afterLoc),k(r),f}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t]
|
|
1152
1151
|
if(r.tryLoc===e){var n=r.completion
|
|
1153
1152
|
if("throw"===n.type){var o=n.arg
|
|
1154
|
-
|
|
1153
|
+
k(r)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(e,t,r){return this.delegate={iterator:S(e),resultName:t,nextLoc:r},"next"===this.method&&(this.arg=void 0),f}},e}function v(e,t,r,n,o,i,a){try{var u=e[i](a),c=u.value}catch(l){return void r(l)}u.done?t(c):Promise.resolve(c).then(n,o)}function b(e,t){for(var r=0;r<t.length;r++){var n=t[r]
|
|
1155
1154
|
n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,j(n.key),n)}}function m(e,t){return m=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},m(e,t)}function g(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1
|
|
1156
1155
|
if(Reflect.construct.sham)return!1
|
|
1157
1156
|
if("function"==typeof Proxy)return!0
|
|
@@ -1169,12 +1168,12 @@ if("object"!==_typeof(n))return n
|
|
|
1169
1168
|
throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string")
|
|
1170
1169
|
return"symbol"===_typeof(t)?t:String(t)}function P(e,t,r,n,o){var i={}
|
|
1171
1170
|
return Object.keys(n).forEach((function(e){i[e]=n[e]})),i.enumerable=!!i.enumerable,i.configurable=!!i.configurable,("value"in i||i.initializer)&&(i.writable=!0),i=r.slice().reverse().reduce((function(r,n){return n(e,t,r)||r}),i),o&&void 0!==i.initializer&&(i.value=i.initializer?i.initializer.call(o):void 0,i.initializer=void 0),void 0===i.initializer&&(Object.defineProperty(e,t,i),i=null),i}Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0
|
|
1172
|
-
var _=(i=(0,t.gt)("count",1),a=(0,r.computed)("MAX_LEN","expanded","message.length"),u=(0,r.computed)("key"),c=(0,r.computed)("MAX_LEN","expanded","message.length"),l=(0,r.computed)("backtrace.length","env.{application_version,length}"),
|
|
1171
|
+
var _=(i=(0,t.gt)("count",1),a=(0,r.computed)("MAX_LEN","expanded","message.length"),u=(0,r.computed)("key"),c=(0,r.computed)("MAX_LEN","expanded","message.length"),l=(0,r.computed)("backtrace.length","env.{application_version,length}"),s=(0,r.computed)("severity"),f=(0,r.computed)("severity"),p=(0,r.computed)("severity"),y=function(e){(function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function")
|
|
1173
1172
|
e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&m(e,t)})(l,e)
|
|
1174
1173
|
var t,r,i,a,u,c=g(l)
|
|
1175
1174
|
function l(){var e,t,r,n,o,i,a,u;(function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")})(this,l)
|
|
1176
|
-
for(var
|
|
1177
|
-
return e=c.call.apply(c,[this].concat(
|
|
1175
|
+
for(var s=arguments.length,f=new Array(s),p=0;p<s;p++)f[p]=arguments[p]
|
|
1176
|
+
return e=c.call.apply(c,[this].concat(f)),t=w(e),n=200,(r=j(r="MAX_LEN"))in t?Object.defineProperty(t,r,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[r]=n,o=w(e),i="showCount",a=d,u=w(e),a&&Object.defineProperty(o,i,{enumerable:a.enumerable,configurable:a.configurable,writable:a.writable,value:a.initializer?a.initializer.call(u):void 0}),e}return t=l,r=[{key:"hasMore",get:function(){return!this.expanded&&this.message.length>this.MAX_LEN}},{key:"shareUrl",get:function(){return"".concat((0,o.getRootPath)(),"/show/").concat(this.key)}},{key:"displayMessage",get:function(){var e=this.message
|
|
1178
1177
|
return!this.expanded&&this.message.length>this.MAX_LEN&&(e=this.message.substr(0,this.MAX_LEN)),e}},{key:"canSolve",get:function(){return(Array.isArray(this.env)?this.env.map((function(e){return e.application_version})).compact().join(""):this.env&&this.env.application_version)&&this.backtrace&&this.backtrace.length>0}},{key:"rowClass",get:function(){switch(this.severity){case 0:return"debug"
|
|
1179
1178
|
case 1:return"info"
|
|
1180
1179
|
case 2:return"warn"
|
|
@@ -1192,12 +1191,12 @@ return h().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2
|
|
|
1192
1191
|
case 2:t=e.sent,this.set("env",t)
|
|
1193
1192
|
case 4:case"end":return e.stop()}}),e,this)})),u=function(){var e=this,t=arguments
|
|
1194
1193
|
return new Promise((function(r,n){var o=a.apply(e,t)
|
|
1195
|
-
function i(e){v(o,r,n,i,u,"next",e)}function u(e){v(o,r,n,i,u,"throw",e)}i(void 0)}))},function(){return u.apply(this,arguments)})},{key:"expand",value:function(){this.set("expanded",!0)}},{key:"solve",value:function(){return(0,n.ajax)("/solve/".concat(this.key),{type:"PUT"})}},{key:"destroy",value:function(){return(0,n.ajax)("/message/".concat(this.key),{type:"DELETE"})}},{key:"protect",value:function(){return this.set("protected",!0),(0,n.ajax)("/protect/".concat(this.key),{type:"PUT"})}},{key:"unprotect",value:function(){return this.set("protected",!1),(0,n.ajax)("/unprotect/".concat(this.key),{type:"DELETE"})}}],r&&b(t.prototype,r),i&&b(t,i),Object.defineProperty(t,"prototype",{writable:!1}),l}(r.default),d=P(y.prototype,"showCount",[i],{configurable:!0,enumerable:!0,writable:!0,initializer:null}),P(y.prototype,"hasMore",[a],Object.getOwnPropertyDescriptor(y.prototype,"hasMore"),y.prototype),P(y.prototype,"shareUrl",[u],Object.getOwnPropertyDescriptor(y.prototype,"shareUrl"),y.prototype),P(y.prototype,"displayMessage",[c],Object.getOwnPropertyDescriptor(y.prototype,"displayMessage"),y.prototype),P(y.prototype,"canSolve",[l],Object.getOwnPropertyDescriptor(y.prototype,"canSolve"),y.prototype),P(y.prototype,"rowClass",[
|
|
1194
|
+
function i(e){v(o,r,n,i,u,"next",e)}function u(e){v(o,r,n,i,u,"throw",e)}i(void 0)}))},function(){return u.apply(this,arguments)})},{key:"expand",value:function(){this.set("expanded",!0)}},{key:"solve",value:function(){return(0,n.ajax)("/solve/".concat(this.key),{type:"PUT"})}},{key:"destroy",value:function(){return(0,n.ajax)("/message/".concat(this.key),{type:"DELETE"})}},{key:"protect",value:function(){return this.set("protected",!0),(0,n.ajax)("/protect/".concat(this.key),{type:"PUT"})}},{key:"unprotect",value:function(){return this.set("protected",!1),(0,n.ajax)("/unprotect/".concat(this.key),{type:"DELETE"})}}],r&&b(t.prototype,r),i&&b(t,i),Object.defineProperty(t,"prototype",{writable:!1}),l}(r.default),d=P(y.prototype,"showCount",[i],{configurable:!0,enumerable:!0,writable:!0,initializer:null}),P(y.prototype,"hasMore",[a],Object.getOwnPropertyDescriptor(y.prototype,"hasMore"),y.prototype),P(y.prototype,"shareUrl",[u],Object.getOwnPropertyDescriptor(y.prototype,"shareUrl"),y.prototype),P(y.prototype,"displayMessage",[c],Object.getOwnPropertyDescriptor(y.prototype,"displayMessage"),y.prototype),P(y.prototype,"canSolve",[l],Object.getOwnPropertyDescriptor(y.prototype,"canSolve"),y.prototype),P(y.prototype,"rowClass",[s],Object.getOwnPropertyDescriptor(y.prototype,"rowClass"),y.prototype),P(y.prototype,"glyph",[f],Object.getOwnPropertyDescriptor(y.prototype,"glyph"),y.prototype),P(y.prototype,"klass",[p],Object.getOwnPropertyDescriptor(y.prototype,"klass"),y.prototype),y)
|
|
1196
1195
|
e.default=_})),define("client-app/models/pattern-item",["exports","@ember/object/computed","@ember/object"],(function(e,t,r){var n,o,i,a
|
|
1197
1196
|
function u(e,t){for(var r=0;r<t.length;r++){var n=t[r]
|
|
1198
1197
|
n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,d(n.key),n)}}function c(){return c="undefined"!=typeof Reflect&&Reflect.get?Reflect.get.bind():function(e,t,r){var n=function(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&null!==(e=p(e)););return e}(e,t)
|
|
1199
1198
|
if(n){var o=Object.getOwnPropertyDescriptor(n,t)
|
|
1200
|
-
return o.get?o.get.call(arguments.length<3?e:r):o.value}},c.apply(this,arguments)}function l(e,t){return l=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},l(e,t)}function
|
|
1199
|
+
return o.get?o.get.call(arguments.length<3?e:r):o.value}},c.apply(this,arguments)}function l(e,t){return l=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},l(e,t)}function s(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1
|
|
1201
1200
|
if(Reflect.construct.sham)return!1
|
|
1202
1201
|
if("function"==typeof Proxy)return!0
|
|
1203
1202
|
try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}()
|
|
@@ -1206,7 +1205,7 @@ if(t){var o=p(this).constructor
|
|
|
1206
1205
|
r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments)
|
|
1207
1206
|
return function(e,t){if(t&&("object"===_typeof(t)||"function"==typeof t))return t
|
|
1208
1207
|
if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined")
|
|
1209
|
-
return
|
|
1208
|
+
return f(e)}(this,r)}}function f(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called")
|
|
1210
1209
|
return e}function p(e){return p=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},p(e)}function y(e,t,r){return(t=d(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function d(e){var t=function(e,t){if("object"!==_typeof(e)||null===e)return e
|
|
1211
1210
|
var r=e[Symbol.toPrimitive]
|
|
1212
1211
|
if(void 0!==r){var n=r.call(e,t||"default")
|
|
@@ -1216,14 +1215,14 @@ return"symbol"===_typeof(t)?t:String(t)}function h(e,t,r,n,o){var i={}
|
|
|
1216
1215
|
return Object.keys(n).forEach((function(e){i[e]=n[e]})),i.enumerable=!!i.enumerable,i.configurable=!!i.configurable,("value"in i||i.initializer)&&(i.writable=!0),i=r.slice().reverse().reduce((function(r,n){return n(e,t,r)||r}),i),o&&void 0!==i.initializer&&(i.value=i.initializer?i.initializer.call(o):void 0,i.initializer=void 0),void 0===i.initializer&&(Object.defineProperty(e,t,i),i=null),i}Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0
|
|
1217
1216
|
var v=(n=(0,t.lte)("count",0),o=(0,r.computed)("value","valueBuffer"),i=function(e){(function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function")
|
|
1218
1217
|
e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&l(e,t)})(i,e)
|
|
1219
|
-
var t,r,n,o=
|
|
1218
|
+
var t,r,n,o=s(i)
|
|
1220
1219
|
function i(){var e,t,r,n,u;(function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")})(this,i)
|
|
1221
|
-
for(var c=arguments.length,l=new Array(c),
|
|
1222
|
-
return y(
|
|
1220
|
+
for(var c=arguments.length,l=new Array(c),s=0;s<c;s++)l[s]=arguments[s]
|
|
1221
|
+
return y(f(e=o.call.apply(o,[this].concat(l))),"isNew",!1),y(f(e),"value",""),y(f(e),"valueBuffer",""),y(f(e),"error",null),y(f(e),"saving",!1),y(f(e),"count",0),t=f(e),r="zeroCount",n=a,u=f(e),n&&Object.defineProperty(t,r,{enumerable:n.enumerable,configurable:n.configurable,writable:n.writable,value:n.initializer?n.initializer.call(u):void 0}),e}return t=i,r=[{key:"init",value:function(){c(p(i.prototype),"init",this).apply(this,arguments),this.set("valueBuffer",this.value)}},{key:"hasBuffer",get:function(){return this.value!==this.valueBuffer}},{key:"updateValue",value:function(e){this.setProperties({value:e,valueBuffer:e})}}],r&&u(t.prototype,r),n&&u(t,n),Object.defineProperty(t,"prototype",{writable:!1}),i}(r.default),a=h(i.prototype,"zeroCount",[n],{configurable:!0,enumerable:!0,writable:!0,initializer:null}),h(i.prototype,"hasBuffer",[o],Object.getOwnPropertyDescriptor(i.prototype,"hasBuffer"),i.prototype),i)
|
|
1223
1222
|
e.default=v})),define("client-app/resolver",["exports","ember-resolver"],(function(e,t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0
|
|
1224
1223
|
var r=t.default
|
|
1225
1224
|
e.default=r})),define("client-app/router",["exports","@ember/routing/router","client-app/config/environment"],(function(e,t,r){function n(e){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},n(e)}function o(e,t){for(var r=0;r<t.length;r++){var n=t[r]
|
|
1226
|
-
n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,
|
|
1225
|
+
n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,s(n.key),n)}}function i(e,t){return i=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},i(e,t)}function a(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1
|
|
1227
1226
|
if(Reflect.construct.sham)return!1
|
|
1228
1227
|
if("function"==typeof Proxy)return!0
|
|
1229
1228
|
try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}()
|
|
@@ -1233,19 +1232,19 @@ r=Reflect.construct(o,arguments,i)}else r=o.apply(this,arguments)
|
|
|
1233
1232
|
return function(e,t){if(t&&("object"===n(t)||"function"==typeof t))return t
|
|
1234
1233
|
if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined")
|
|
1235
1234
|
return u(e)}(this,r)}}function u(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called")
|
|
1236
|
-
return e}function c(e){return c=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},c(e)}function l(e,t,r){return(t=
|
|
1235
|
+
return e}function c(e){return c=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},c(e)}function l(e,t,r){return(t=s(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function s(e){var t=function(e,t){if("object"!==n(e)||null===e)return e
|
|
1237
1236
|
var r=e[Symbol.toPrimitive]
|
|
1238
1237
|
if(void 0!==r){var o=r.call(e,t||"default")
|
|
1239
1238
|
if("object"!==n(o))return o
|
|
1240
1239
|
throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string")
|
|
1241
1240
|
return"symbol"===n(t)?t:String(t)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0
|
|
1242
|
-
var
|
|
1243
|
-
e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&i(e,t)})(
|
|
1244
|
-
var t,n,c,
|
|
1245
|
-
function
|
|
1241
|
+
var f=function(e){(function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function")
|
|
1242
|
+
e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&i(e,t)})(f,e)
|
|
1243
|
+
var t,n,c,s=a(f)
|
|
1244
|
+
function f(){var e;(function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")})(this,f)
|
|
1246
1245
|
for(var t=arguments.length,n=new Array(t),o=0;o<t;o++)n[o]=arguments[o]
|
|
1247
|
-
return l(u(e=
|
|
1248
|
-
e.default=
|
|
1246
|
+
return l(u(e=s.call.apply(s,[this].concat(n))),"location",r.default.locationType),l(u(e),"rootURL",r.default.rootURL),e}return t=f,n&&o(t.prototype,n),c&&o(t,c),Object.defineProperty(t,"prototype",{writable:!1}),t}(t.default)
|
|
1247
|
+
e.default=f,f.map((function(){this.route("index",{path:"/"}),this.route("show",{path:"/show/:id"}),this.route("settings")}))})),define("client-app/routes/index",["exports","@ember/service","@ember/routing/route","client-app/models/message-collection","client-app/lib/utilities"],(function(e,t,r,n,o){var i,a
|
|
1249
1248
|
function u(e,t){var r="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]
|
|
1250
1249
|
if(!r){if(Array.isArray(e)||(r=function(e,t){if(!e)return
|
|
1251
1250
|
if("string"==typeof e)return c(e,t)
|
|
@@ -1259,9 +1258,9 @@ return{s:function(){r=r.call(e)},n:function(){var e=r.next()
|
|
|
1259
1258
|
return a=e.done,e},e:function(e){u=!0,i=e},f:function(){try{a||null==r.return||r.return()}finally{if(u)throw i}}}}function c(e,t){(null==t||t>e.length)&&(t=e.length)
|
|
1260
1259
|
for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r]
|
|
1261
1260
|
return n}function l(e,t){for(var r=0;r<t.length;r++){var n=t[r]
|
|
1262
|
-
n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,h(n.key),n)}}function
|
|
1261
|
+
n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,h(n.key),n)}}function s(){return s="undefined"!=typeof Reflect&&Reflect.get?Reflect.get.bind():function(e,t,r){var n=function(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&null!==(e=d(e)););return e}(e,t)
|
|
1263
1262
|
if(n){var o=Object.getOwnPropertyDescriptor(n,t)
|
|
1264
|
-
return o.get?o.get.call(arguments.length<3?e:r):o.value}},
|
|
1263
|
+
return o.get?o.get.call(arguments.length<3?e:r):o.value}},s.apply(this,arguments)}function f(e,t){return f=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},f(e,t)}function p(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1
|
|
1265
1264
|
if(Reflect.construct.sham)return!1
|
|
1266
1265
|
if("function"==typeof Proxy)return!0
|
|
1267
1266
|
try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}()
|
|
@@ -1278,14 +1277,14 @@ if("object"!==_typeof(n))return n
|
|
|
1278
1277
|
throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string")
|
|
1279
1278
|
return"symbol"===_typeof(t)?t:String(t)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0
|
|
1280
1279
|
var v,b,m,g,w,O,j=(i=function(e){(function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function")
|
|
1281
|
-
e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&
|
|
1280
|
+
e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&f(e,t)})(h,e)
|
|
1282
1281
|
var t,r,i,c=p(h)
|
|
1283
1282
|
function h(){var e,t,r,n,o;(function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")})(this,h)
|
|
1284
1283
|
for(var i=arguments.length,u=new Array(i),l=0;l<i;l++)u[l]=arguments[l]
|
|
1285
|
-
return e=c.call.apply(c,[this].concat(u)),t=y(e),r="events",n=a,o=y(e),n&&Object.defineProperty(t,r,{enumerable:n.enumerable,configurable:n.configurable,writable:n.writable,value:n.initializer?n.initializer.call(o):void 0}),e}return t=h,(r=[{key:"model",value:function(){return n.default.create()}},{key:"setupController",value:function(e,t){
|
|
1284
|
+
return e=c.call.apply(c,[this].concat(u)),t=y(e),r="events",n=a,o=y(e),n&&Object.defineProperty(t,r,{enumerable:n.enumerable,configurable:n.configurable,writable:n.writable,value:n.initializer?n.initializer.call(o):void 0}),e}return t=h,(r=[{key:"model",value:function(){return n.default.create()}},{key:"setupController",value:function(e,t){s(d(h.prototype),"setupController",this).call(this,e,t)
|
|
1286
1285
|
var r,i=u(n.SEVERITIES)
|
|
1287
1286
|
try{for(i.s();!(r=i.n()).done;){var a=r.value
|
|
1288
|
-
t.set("show".concat(a),e["show".concat(a)])}}catch(
|
|
1287
|
+
t.set("show".concat(a),e["show".concat(a)])}}catch(f){i.e(f)}finally{i.f()}t.reload()
|
|
1289
1288
|
var c=0,l=1
|
|
1290
1289
|
this.refreshInterval=setInterval((function(){if(!t.loading){c+=1
|
|
1291
1290
|
var e=(0,o.isHidden)(),r=!e
|
|
@@ -1310,10 +1309,10 @@ return function(e){if(void 0===e)throw new ReferenceError("this hasn't been init
|
|
|
1310
1309
|
return e}(e)}(this,r)}}function c(e){return c=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},c(e)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0
|
|
1311
1310
|
var l=function(e){(function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function")
|
|
1312
1311
|
e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&a(e,t)})(p,e)
|
|
1313
|
-
var t,l,f
|
|
1314
|
-
function p(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,p),
|
|
1312
|
+
var t,l,s,f=u(p)
|
|
1313
|
+
function p(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,p),f.apply(this,arguments)}return t=p,l=[{key:"model",value:function(){return(0,r.ajax)("/settings.json")}},{key:"setupController",value:function(e,t){i(c(p.prototype),"setupController",this).apply(this,arguments)
|
|
1315
1314
|
var r=t.suppression,o=r.filter((function(e){return e.hard})).map((function(e){return n.default.create(e)})),a=r.reject((function(e){return e.hard})).map((function(e){return n.default.create(e)})),u=t.grouping.map((function(e){return n.default.create(e)})),l=o.length>0
|
|
1316
|
-
e.setProperties({showCodedSuppression:l,codedSuppression:o,customSuppression:a,grouping:u})}}],l&&o(t.prototype,l),
|
|
1315
|
+
e.setProperties({showCodedSuppression:l,codedSuppression:o,customSuppression:a,grouping:u})}}],l&&o(t.prototype,l),s&&o(t,s),Object.defineProperty(t,"prototype",{writable:!1}),p}(t.default)
|
|
1317
1316
|
e.default=l})),define("client-app/routes/show",["exports","@ember/routing/route","client-app/models/message","client-app/lib/utilities"],(function(e,t,r,n){function o(e,t){for(var r=0;r<t.length;r++){var n=t[r]
|
|
1318
1317
|
n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,(o=n.key,i=void 0,i=function(e,t){if("object"!==_typeof(e)||null===e)return e
|
|
1319
1318
|
var r=e[Symbol.toPrimitive]
|
|
@@ -1334,8 +1333,8 @@ return function(e){if(void 0===e)throw new ReferenceError("this hasn't been init
|
|
|
1334
1333
|
return e}(e)}(this,r)}}function c(e){return c=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},c(e)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0
|
|
1335
1334
|
var l=function(e){(function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function")
|
|
1336
1335
|
e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&a(e,t)})(p,e)
|
|
1337
|
-
var t,l,f
|
|
1338
|
-
function p(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,p),
|
|
1336
|
+
var t,l,s,f=u(p)
|
|
1337
|
+
function p(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,p),f.apply(this,arguments)}return t=p,l=[{key:"model",value:function(e){return(0,n.preloadOrAjax)("/show/"+e.id+".json")}},{key:"setupController",value:function(e,t){i(c(p.prototype),"setupController",this).apply(this,arguments),e.set("model",r.default.create(t))}}],l&&o(t.prototype,l),s&&o(t,s),Object.defineProperty(t,"prototype",{writable:!1}),p}(t.default)
|
|
1339
1338
|
e.default=l})),define("client-app/services/-ensure-registered",["exports","@embroider/util/services/ensure-registered"],(function(e,t){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t.default}})})),define("client-app/services/events",["exports","@ember/service","@ember/object/evented"],(function(e,t,r){function n(e,t){for(var r=0;r<t.length;r++){var n=t[r]
|
|
1340
1339
|
n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,(o=n.key,i=void 0,i=function(e,t){if("object"!==_typeof(e)||null===e)return e
|
|
1341
1340
|
var r=e[Symbol.toPrimitive]
|
|
@@ -1381,10 +1380,10 @@ var r=(0,t.createTemplateFactory)({id:"jowUyE+e",block:'[[[18,2,[[28,[37,1],null
|
|
|
1381
1380
|
e.default=r})),define("client-app/templates/components/time-formatter",["exports","@ember/template-factory"],(function(e,t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0
|
|
1382
1381
|
var r=(0,t.createTemplateFactory)({id:"A3xKeZxN",block:'[[[10,1],[15,"title",[30,0,["title"]]],[12],[1,[30,0,["time"]]],[13]],[],false,[]]',moduleName:"client-app/templates/components/time-formatter.hbs",isStrictMode:!1})
|
|
1383
1382
|
e.default=r})),define("client-app/templates/index",["exports","@ember/template-factory"],(function(e,t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0
|
|
1384
|
-
var r=(0,t.createTemplateFactory)({id:"
|
|
1383
|
+
var r=(0,t.createTemplateFactory)({id:"zDhsWKP6",block:'[[[41,[30,0,["hasTopMenu"]],[[[1," "],[10,0],[14,1,"top-menu"],[12],[1,"\\n "],[8,[39,1],null,[["@path","@text"],[[30,0,["backToSiteLinkPath"]],[30,0,["backToSiteLinkText"]]]],null],[1,"\\n "],[13],[1,"\\n"]],[]],null],[10,0],[14,1,"top-panel"],[15,0,[52,[30,0,["hasTopMenu"]],"with-top-menu"]],[12],[1,"\\n "],[10,0],[14,1,"log-table"],[12],[1,"\\n"],[41,[30,0,["model","moreBefore"]],[[[1," "],[11,0],[24,0,"show-more"],[4,[38,2],["click",[30,0,["showMoreBefore"]]],null],[12],[1,"\\n"],[41,[30,0,["model","hideCountInLoadMore"]],[[[1," Load more\\n"]],[]],[[[1," Select to see\\n "],[1,[30,0,["model","totalBefore"]]],[1,"\\n more\\n"]],[]]],[1," "],[13],[1,"\\n"]],[]],null],[1,"\\n"],[41,[30,0,["loading"]],[[[1," "],[10,0],[14,0,"loading"],[12],[13],[1,"\\n"]],[]],null],[1,"\\n"],[42,[28,[37,4],[[28,[37,4],[[30,0,["model","rows"]]],null]],null],null,[[[1," "],[10,0],[14,0,"message-row-wrapper"],[12],[1,"\\n"],[41,[30,0,["buildingGroupingPattern"]],[[[1," "],[11,"input"],[24,0,"grouping-checkbox"],[24,4,"checkbox"],[4,[38,2],["change",[28,[37,5],[[30,0,["handleCheckboxChange"]],[30,1]],null]],null],[12],[13],[1,"\\n"]],[]],null],[1," "],[8,[39,6],null,[["@model","@selectRow"],[[30,1],[28,[37,5],[[30,0,["selectRowAction"]],[30,1]],null]]],null],[1,"\\n "],[13],[1,"\\n"]],[1]],null],[1," "],[13],[1,"\\n"],[13],[1,"\\n\\n"],[10,0],[14,1,"bottom-panel"],[15,0,[52,[30,0,["model","currentRow","group"]],"group-view"]],[12],[1,"\\n"],[41,[30,0,["model","currentRow","group"]],[[[1," "],[8,[39,7],null,[["@list","@position","@extraClasses","@navigate"],[[30,0,["model","currentRow","messages"]],[30,0,["model","currentGroupedMessagesPosition"]],"group-nav",[30,0,["groupedMessageChangedAction"]]]],null],[1,"\\n"]],[]],null],[1,"\\n "],[8,[39,8],null,[["@currentMessage","@currentRow","@loadingEnv","@removeMessage","@solveMessage","@onTabChange","@envChangedAction","@currentEnvPosition","@actionsInMenu","@showShare"],[[30,0,["model","currentMessage"]],[30,0,["model","currentRow"]],[30,0,["model","loadingEnv"]],[30,0,["removeMessage"]],[30,0,["solveMessage"]],[30,0,["tabChangedAction"]],[30,0,["envChangedAction"]],[30,0,["model","currentEnvPosition"]],[30,0,["actionsInMenu"]],true]],null],[1,"\\n\\n "],[10,0],[14,0,"action-panel"],[12],[1,"\\n "],[10,0],[14,0,"severity-filters"],[12],[1,"\\n "],[10,0],[14,0,"more-wrapping"],[12],[1,"\\n "],[10,"label"],[14,0,"debug"],[12],[1,"\\n "],[10,"input"],[15,"checked",[30,0,["showDebug"]]],[15,"onchange",[28,[37,5],[[30,0,["updateFilter"]],"showDebug"],null]],[14,4,"checkbox"],[12],[13],[1,"\\n "],[10,1],[12],[1,"Debug"],[13],[1,"\\n "],[13],[1,"\\n\\n "],[10,"label"],[14,0,"info"],[12],[1,"\\n "],[10,"input"],[15,"checked",[30,0,["showInfo"]]],[15,"onchange",[28,[37,5],[[30,0,["updateFilter"]],"showInfo"],null]],[14,4,"checkbox"],[12],[13],[1,"\\n "],[10,1],[12],[1,"Info"],[13],[1,"\\n "],[13],[1,"\\n\\n "],[10,"label"],[14,0,"warn"],[12],[1,"\\n "],[10,"input"],[15,"checked",[30,0,["showWarn"]]],[15,"onchange",[28,[37,5],[[30,0,["updateFilter"]],"showWarn"],null]],[14,4,"checkbox"],[12],[13],[1,"\\n "],[8,[39,9],[[24,0,"warning"]],[["@icon"],["exclamation-circle"]],null],[1,"\\n "],[10,1],[12],[1,"Warning"],[13],[1,"\\n "],[13],[1,"\\n\\n "],[10,"label"],[14,0,"error"],[12],[1,"\\n "],[10,"input"],[15,"checked",[30,0,["showErr"]]],[15,"onchange",[28,[37,5],[[30,0,["updateFilter"]],"showErr"],null]],[14,4,"checkbox"],[12],[13],[1,"\\n "],[8,[39,9],[[24,0,"error"]],[["@icon"],["times-circle"]],null],[1,"\\n "],[10,1],[12],[1,"Error"],[13],[1,"\\n "],[13],[1,"\\n\\n "],[10,"label"],[14,0,"fatal"],[12],[1,"\\n "],[10,"input"],[15,"checked",[30,0,["showFatal"]]],[15,"onchange",[28,[37,5],[[30,0,["updateFilter"]],"showFatal"],null]],[14,4,"checkbox"],[12],[13],[1,"\\n "],[8,[39,9],[[24,0,"fatal"]],[["@icon"],["times-circle"]],null],[1,"\\n "],[10,1],[12],[1,"Fatal"],[13],[1,"\\n "],[13],[1,"\\n "],[13],[1,"\\n "],[13],[1,"\\n\\n "],[10,0],[14,0,"search-clear-all"],[12],[1,"\\n "],[10,"input"],[14,0,"search"],[14,"placeholder","Search"],[15,2,[30,0,["searchTerm"]]],[15,"onkeyup",[30,0,["updateSearch"]]],[14,4,"text"],[12],[13],[1,"\\n\\n "],[10,0],[14,0,"footer-btns"],[12],[1,"\\n"],[41,[30,0,["showSettings"]],[[[41,[30,0,["showCreateGroupingPattern"]],[[[1," "],[11,"button"],[24,0,"settings btn"],[24,4,"button"],[4,[38,2],["click",[30,0,["createGroupingPatternFromSelectedRows"]]],null],[12],[1,"\\n "],[10,1],[12],[1,"Create Grouping Pattern"],[13],[1,"\\n "],[13],[1,"\\n"]],[]],null],[1,"\\n "],[8,[39,10],[[24,0,"settings btn no-text"]],[["@route"],["settings"]],[["default"],[[[[1,"\\n "],[8,[39,9],null,[["@icon"],["cog"]],null],[1,"\\n "]],[]]]]],[1,"\\n\\n "],[11,"button"],[24,0,"settings btn no-text"],[24,4,"button"],[4,[38,2],["click",[30,0,["toggleGroupingPatternFromSelectedRows"]]],null],[12],[1,"\\n "],[8,[39,9],null,[["@icon"],["list"]],null],[1,"\\n "],[13],[1,"\\n"]],[]],null],[1,"\\n "],[11,"button"],[24,0,"clear btn danger"],[24,4,"button"],[4,[38,2],["click",[30,0,["clear"]]],null],[12],[1,"\\n "],[8,[39,9],[[24,"prefix","far"]],[["@icon"],["trash-alt"]],null],[1,"\\n "],[10,1],[12],[1,"Clear logs"],[13],[1,"\\n "],[13],[1,"\\n "],[13],[1,"\\n "],[13],[1,"\\n "],[13],[1,"\\n"],[13],[1,"\\n\\n"],[41,[30,0,["showGroupingPatternDialog"]],[[[1," "],[10,0],[14,0,"grouping-pattern-dialog-overlay"],[12],[1,"\\n "],[10,0],[14,0,"grouping-pattern-dialog"],[12],[1,"\\n "],[10,"h3"],[12],[1,"Create Grouping Pattern"],[13],[1,"\\n "],[10,2],[12],[1,"Edit the pattern below before creating:"],[13],[1,"\\n "],[11,"input"],[24,0,"grouping-pattern-input"],[16,2,[30,0,["groupingPatternValue"]]],[24,4,"text"],[4,[38,2],["input",[30,0,["updateGroupingPatternValue"]]],null],[12],[13],[1,"\\n "],[10,0],[14,0,"grouping-pattern-dialog-buttons"],[12],[1,"\\n "],[11,"button"],[24,0,"btn danger"],[24,4,"button"],[4,[38,2],["click",[30,0,["cancelGroupingPattern"]]],null],[12],[1,"Cancel"],[13],[1,"\\n "],[11,"button"],[24,0,"btn"],[24,4,"button"],[4,[38,2],["click",[30,0,["confirmGroupingPattern"]]],null],[12],[1,"Create"],[13],[1,"\\n "],[13],[1,"\\n "],[13],[1,"\\n "],[13],[1,"\\n"]],[]],null],[1,"\\n"],[8,[39,11],null,null,null]],["row"],false,["if","back-to-site-link","on","each","-track-array","fn","message-row","page-nav","message-info","fa-icon","link-to","panel-resizer"]]',moduleName:"client-app/templates/index.hbs",isStrictMode:!1})
|
|
1385
1384
|
e.default=r})),define("client-app/templates/settings",["exports","@ember/template-factory"],(function(e,t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0
|
|
1386
1385
|
var r=(0,t.createTemplateFactory)({id:"qqSpoh9d",block:'[[[10,0],[14,0,"settings-page"],[12],[1,"\\n "],[8,[39,0],null,[["@route"],["index"]],[["default"],[[[[1,"Home"]],[]]]]],[1,"\\n\\n "],[10,0],[14,0,"settings-header"],[12],[1,"\\n "],[10,"h1"],[14,0,"header-title"],[12],[1,"Settings"],[13],[1,"\\n "],[10,"img"],[14,0,"header-logo"],[15,"src",[28,[37,1],["images/icon_144x144.png"],null]],[12],[13],[1,"\\n "],[13],[1,"\\n\\n "],[10,0],[14,0,"settings-section suppression-patterns"],[12],[1,"\\n "],[10,"h2"],[14,0,"section-title"],[12],[1,"Suppression Patterns"],[13],[1,"\\n\\n "],[10,0],[12],[1,"New messages that match these Regular Expression patterns will be\\n suppressed. Checking Apply retroactively will remove all existing messages\\n that match the patterns."],[13],[1,"\\n\\n"],[41,[30,0,["showCodedSuppression"]],[[[1," "],[10,"h3"],[14,0,"subsection-title"],[12],[1,"Hard-coded patterns:"],[13],[1,"\\n\\n "],[10,0],[14,0,"tip"],[12],[1,"These patterns can\'t be removed via the UI because they\\n are commited to the source code of your app."],[13],[1,"\\n\\n "],[8,[39,3],null,[["@patterns","@mutable"],[[30,0,["codedSuppression"]],false]],null],[1,"\\n"]],[]],null],[1,"\\n "],[10,"h3"],[14,0,"subsection-title"],[12],[1,"Custom patterns:"],[13],[1,"\\n\\n "],[8,[39,3],null,[["@patterns","@key","@applyRetroactivelyCheckbox","@mutable"],[[30,0,["customSuppression"]],"suppression",true,true]],null],[1,"\\n "],[13],[1,"\\n\\n "],[10,0],[14,0,"settings-section grouping-patterns"],[12],[1,"\\n "],[10,"h2"],[14,0,"section-title"],[12],[1,"Grouping Patterns"],[13],[1,"\\n\\n "],[10,0],[12],[1,"Add a Regular Expression pattern to group all new and existing messages\\n into a single row when viewing the logs."],[13],[1,"\\n\\n "],[8,[39,3],null,[["@patterns","@key","@mutable"],[[30,0,["grouping"]],"grouping",true]],null],[1,"\\n "],[13],[1,"\\n"],[13]],[],false,["link-to","logster-url","if","patterns-list"]]',moduleName:"client-app/templates/settings.hbs",isStrictMode:!1})
|
|
1387
1386
|
e.default=r})),define("client-app/templates/show",["exports","@ember/template-factory"],(function(e,t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0
|
|
1388
1387
|
var r=(0,t.createTemplateFactory)({id:"d6AYgHoB",block:'[[[8,[39,0],[[24,0,"recent-link"]],[["@route"],["index"]],[["default"],[[[[1,"Recent"]],[]]]]],[1,"\\n\\n"],[10,0],[14,1,"bottom-panel"],[14,0,"full"],[12],[1,"\\n "],[8,[39,1],null,[["@currentMessage","@showTitle","@removeMessage","@solveMessage","@envChangedAction","@currentEnvPosition","@actionsInMenu"],[[30,0,["model"]],"true",[30,0,["removeMessage"]],[30,0,["solveMessage"]],[30,0,["envChanged"]],[30,0,["envPosition"]],false]],null],[1,"\\n"],[13]],[],false,["link-to","message-info"]]',moduleName:"client-app/templates/show.hbs",isStrictMode:!1})
|
|
1389
1388
|
e.default=r})),define("client-app/config/environment",[],(function(){try{var e="client-app/config/environment",t=document.querySelector('meta[name="'+e+'"]').getAttribute("content"),r={default:JSON.parse(decodeURIComponent(t))}
|
|
1390
|
-
return Object.defineProperty(r,"__esModule",{value:!0}),r}catch(n){throw new Error('Could not read config from meta tag with name "'+e+'".')}})),runningTests||require("client-app/app").default.create({name:"client-app",version:"0.0.0+
|
|
1389
|
+
return Object.defineProperty(r,"__esModule",{value:!0}),r}catch(n){throw new Error('Could not read config from meta tag with name "'+e+'".')}})),runningTests||require("client-app/app").default.create({name:"client-app",version:"0.0.0+a5cab130"})
|