mirror of
https://github.com/grafana/grafana.git
synced 2025-01-16 11:42:35 -06:00
24e624ba63
Conflicts: docs/kibana/configuration/config.js.asciidoc src/app/directives/configModal.js src/app/directives/kibanaPanel.js src/app/panels/filtering/module.html src/app/panels/query/module.html src/app/panels/query/query.css src/app/panels/table/editor.html src/app/panels/table/module.js src/app/partials/dashLoader.html src/app/partials/dashboard.html src/app/services/querySrv.js src/css/bootstrap.dark.min.css src/index.html tasks/docs_task.js
1325 lines
42 KiB
Plaintext
1325 lines
42 KiB
Plaintext
{
|
|
"auto_complete":
|
|
{
|
|
"selected_items":
|
|
[
|
|
[
|
|
"grap",
|
|
"graphiteSrv"
|
|
],
|
|
[
|
|
"pul",
|
|
"pulldown"
|
|
],
|
|
[
|
|
"pull",
|
|
"pulldowns"
|
|
],
|
|
[
|
|
"ser",
|
|
"seriesInfo"
|
|
],
|
|
[
|
|
"max",
|
|
"maxDataPoints"
|
|
],
|
|
[
|
|
"gra",
|
|
"graphiteParameters"
|
|
],
|
|
[
|
|
"build",
|
|
"build_graphite_url"
|
|
],
|
|
[
|
|
"cookie",
|
|
"cookieUtil"
|
|
],
|
|
[
|
|
"re",
|
|
"requesition"
|
|
],
|
|
[
|
|
"req",
|
|
"requesition"
|
|
],
|
|
[
|
|
"res",
|
|
"requesition"
|
|
],
|
|
[
|
|
"serve",
|
|
"serverStatus"
|
|
],
|
|
[
|
|
"fet",
|
|
"fetchServerStatus"
|
|
],
|
|
[
|
|
"conn",
|
|
"connectToMongoDb"
|
|
],
|
|
[
|
|
"mongo",
|
|
"mongoDbUrl"
|
|
],
|
|
[
|
|
"fetc",
|
|
"fetchDataForInstance"
|
|
]
|
|
]
|
|
},
|
|
"buffers":
|
|
[
|
|
{
|
|
"file": "src/app/components/require.config.js",
|
|
"settings":
|
|
{
|
|
"buffer_size": 3549,
|
|
"line_ending": "Windows"
|
|
}
|
|
},
|
|
{
|
|
"file": "src/config.dev.js",
|
|
"settings":
|
|
{
|
|
"buffer_size": 1492,
|
|
"line_ending": "Windows"
|
|
}
|
|
},
|
|
{
|
|
"contents": "Searching 228 files for \"pulldowns\"\n\nC:\\Dev\\oss\\grafana\\src\\app\\dashboards\\default.json:\n 73 \"failover\": false,\n 74 \"panel_hints\": true,\n 75: \"pulldowns\": [],\n 76 \"nav\": [\n 77 {\n\nC:\\Dev\\oss\\grafana\\src\\app\\dashboards\\guided.json:\n 221 \"hide\": false\n 222 },\n 223: \"pulldowns\": [\n 224 {\n 225 \"type\": \"query\",\n\nC:\\Dev\\oss\\grafana\\src\\app\\dashboards\\logstash.json:\n 160 \"style\": \"dark\",\n 161 \"panel_hints\": true,\n 162: \"pulldowns\": [\n 163 {\n 164 \"type\": \"query\",\n\nC:\\Dev\\oss\\grafana\\src\\app\\dashboards\\noted.json:\n 110 \"hide\": false\n 111 },\n 112: \"pulldowns\": [\n 113 {\n 114 \"type\": \"query\",\n\nC:\\Dev\\oss\\grafana\\src\\app\\partials\\dashboard.html:\n 1 <!-- is there a better way to repeat without actually affecting the page? -->\n 2: <nil ng-repeat=\"pulldown in dashboard.current.pulldowns\" ng-controller=\"PulldownCtrl\" ng-show=\"pulldown.enable\">\n 3 <div class=\"top-row-open\" ng-hide=\"pulldown.collapse\">\n 4 <kibana-simple-panel type=\"pulldown.type\" ng-cloak></kibana-simple-panel>\n\nC:\\Dev\\oss\\grafana\\src\\app\\partials\\dasheditor.html:\n 114 <div class=\"editor-row\">\n 115 <div class=\"section\">\n 116: <h5>Pulldowns</h5>\n 117: <div class=\"editor-option\" ng-repeat=\"pulldown in dashboard.current.pulldowns\">\n 118 <label class=\"small\" style=\"text-transform:capitalize;\">{{pulldown.type}}</label><input type=\"checkbox\" ng-model=\"pulldown.enable\" ng-checked=\"pulldown.enable\">\n 119 </div>\n\nC:\\Dev\\oss\\grafana\\src\\app\\services\\dashboard.js:\n 27 panel_hints: true,\n 28 rows: [],\n 29: pulldowns: [\n 30 {\n 31 type: 'query',\n ..\n 176 // Set the available panels for the \"Add Panel\" drop down\n 177 self.availablePanels = _.difference(config.panel_names,\n 178: _.pluck(_.union(self.current.nav,self.current.pulldowns),'type'));\n 179 \n 180 // Take out any that we're not allowed to add from the gui.\n\n9 matches across 7 files\n\n\nSearching 226 files for \"'filter'\"\n\nC:\\Dev\\oss\\grafana\\src\\app\\panels\\filtering\\module.js:\n 27 _.defaults($scope.panel,_d);\n 28 \n 29: $scope.$on('filter', function() {\n 30 $scope.row.notice = true;\n 31 });\n\nC:\\Dev\\oss\\grafana\\src\\app\\services\\filterSrv.js:\n 89 },0);\n 90 }\n 91: $rootScope.$broadcast('filter');\n 92 return _r;\n 93 };\n ..\n 111 },0);\n 112 }\n 113: $rootScope.$broadcast('filter');\n 114 return _r;\n 115 };\n\nC:\\Dev\\oss\\grafana\\src\\vendor\\underscore.js:\n 241 _.where = function(obj, attrs, first) {\n 242 if (_.isEmpty(attrs)) return first ? void 0 : [];\n 243: return _[first ? 'find' : 'filter'](obj, function(value) {\n 244 for (var key in attrs) {\n 245 if (attrs[key] !== value[key]) return false;\n\nC:\\Dev\\oss\\grafana\\src\\vendor\\angular\\angular.js:\n 10727 $FilterProvider.$inject = ['$provide'];\n 10728 function $FilterProvider($provide) {\n 10729: var suffix = 'Filter';\n 10730 \n 10731 function register(name, factory) {\n .....\n 10744 register('currency', currencyFilter);\n 10745 register('date', dateFilter);\n 10746: register('filter', filterFilter);\n 10747 register('json', jsonFilter);\n 10748 register('limitTo', limitToFilter);\n\nC:\\Dev\\oss\\grafana\\src\\vendor\\elasticjs\\elastic.js:\n 237 \n 238 isFilter = function (obj) {\n 239: return (isEJSObject(obj) && obj._type() === 'filter');\n 240 };\n 241 \n ...\n 3550 */\n 3551 _type: function () {\n 3552: return 'filter';\n 3553 },\n 3554 \n ....\n 3777 */\n 3778 _type: function () {\n 3779: return 'filter';\n 3780 },\n 3781 \n ....\n 3870 */\n 3871 _type: function () {\n 3872: return 'filter';\n 3873 },\n 3874 \n ....\n 4084 */\n 4085 _type: function () {\n 4086: return 'filter';\n 4087 },\n 4088 \n ....\n 4345 */\n 4346 _type: function () {\n 4347: return 'filter';\n 4348 },\n 4349 \n ....\n 4739 */\n 4740 _type: function () {\n 4741: return 'filter';\n 4742 },\n 4743 \n ....\n 4926 */\n 4927 _type: function () {\n 4928: return 'filter';\n 4929 },\n 4930 \n ....\n 5156 */\n 5157 _type: function () {\n 5158: return 'filter';\n 5159 },\n 5160 \n ....\n 5356 */\n 5357 _type: function () {\n 5358: return 'filter';\n 5359 },\n 5360 \n ....\n 5540 */\n 5541 _type: function () {\n 5542: return 'filter';\n 5543 },\n 5544 \n ....\n 5678 */\n 5679 _type: function () {\n 5680: return 'filter';\n 5681 },\n 5682 \n ....\n 5828 */\n 5829 _type: function () {\n 5830: return 'filter';\n 5831 },\n 5832 \n ....\n 5907 */\n 5908 _type: function () {\n 5909: return 'filter';\n 5910 },\n 5911 \n ....\n 5963 */\n 5964 _type: function () {\n 5965: return 'filter';\n 5966 },\n 5967 \n ....\n 6086 */\n 6087 _type: function () {\n 6088: return 'filter';\n 6089 },\n 6090 \n ....\n 6300 */\n 6301 _type: function () {\n 6302: return 'filter';\n 6303 },\n 6304 \n ....\n 6431 */\n 6432 _type: function () {\n 6433: return 'filter';\n 6434 },\n 6435 \n ....\n 6728 */\n 6729 _type: function () {\n 6730: return 'filter';\n 6731 },\n 6732 \n ....\n 6885 */\n 6886 _type: function () {\n 6887: return 'filter';\n 6888 },\n 6889 \n ....\n 7032 */\n 7033 _type: function () {\n 7034: return 'filter';\n 7035 },\n 7036 \n ....\n 7170 */\n 7171 _type: function () {\n 7172: return 'filter';\n 7173 },\n 7174 \n ....\n 7431 */\n 7432 _type: function () {\n 7433: return 'filter';\n 7434 },\n 7435 \n ....\n 7625 */\n 7626 _type: function () {\n 7627: return 'filter';\n 7628 },\n 7629 \n ....\n 7782 */\n 7783 _type: function () {\n 7784: return 'filter';\n 7785 },\n 7786 \n ....\n 7934 */\n 7935 _type: function () {\n 7936: return 'filter';\n 7937 },\n 7938 \n ....\n 8243 */\n 8244 _type: function () {\n 8245: return 'filter';\n 8246 },\n 8247 \n ....\n 8319 */\n 8320 _type: function () {\n 8321: return 'filter';\n 8322 },\n 8323 \n ....\n 10104 @param {Object} qry A valid query object.\n 10105 @param {Object || Array} filters A single object or array of objects. Each\n 10106: object must have a 'filter' property and either a 'boost' or 'script'\n 10107 property.\n 10108 */\n .....\n 10180 <p>Sets the filters and their related boost or script scoring method.</p>\n 10181 \n 10182: <p>Takes an array of objects where each object has a 'filter' property\n 10183 and either a 'boost' or 'script' property. Pass a single object to\n 10184 add to the current list of filters or pass a list of objects to\n\n36 matches across 5 files\n\n\nSearching 227 files for \"timeField\"\n\nC:\\Dev\\oss\\grafana\\src\\app\\dashboards\\default.json:\n 103 \"1d\"\n 104 ],\n 105: \"timefield\": \"@timestamp\",\n 106 \"enable\": true,\n 107 \"now\": true,\n\nC:\\Dev\\oss\\grafana\\src\\app\\dashboards\\guided.json:\n 266 \"1d\"\n 267 ],\n 268: \"timefield\": \"@timestamp\"\n 269 }\n 270 ],\n\nC:\\Dev\\oss\\grafana\\src\\app\\dashboards\\logstash.js:\n 14 *\n 15 * from :: Search this amount of time back, eg 15m, 1h, 2d. Default: 15m\n 16: * timefield :: The field containing the time to filter on, Default: @timestamp\n 17 *\n 18 * fields :: comma seperated list of fields to show in the table\n ..\n 91 from: \"now-\"+(ARGS.from||_d_timespan),\n 92 to: \"now\",\n 93: field: ARGS.timefield||\"@timestamp\",\n 94 type: \"time\",\n 95 active: true,\n ..\n 117 title: 'events over time',\n 118 type: 'histogram',\n 119: time_field: ARGS.timefield||\"@timestamp\",\n 120 auto_int: true,\n 121 span: 12\n ...\n 129 type: 'table',\n 130 fields: !_.isUndefined(ARGS.fields) ? ARGS.fields.split(',') : [],\n 131: sort: !_.isUndefined(ARGS.sort) ? ARGS.sort.split(',') : [ARGS.timefield||'@timestamp','desc'],\n 132 overflow: 'expand',\n 133 span: 12\n\nC:\\Dev\\oss\\grafana\\src\\app\\dashboards\\logstash.json:\n 130 \"fields\": [],\n 131 \"localTime\": true,\n 132: \"timeField\": \"@timestamp\",\n 133 \"highlight\": [],\n 134 \"sortable\": true,\n ...\n 205 \"1d\"\n 206 ],\n 207: \"timefield\": \"@timestamp\",\n 208 \"now\": true,\n 209 \"filter_id\": 0\n\nC:\\Dev\\oss\\grafana\\src\\app\\dashboards\\noted.json:\n 155 \"1d\"\n 156 ],\n 157: \"timefield\": \"@timestamp\"\n 158 }\n 159 ],\n\nC:\\Dev\\oss\\grafana\\src\\app\\panels\\timepicker\\editor.html:\n 10 <div class=\"span2\">\n 11 <label class=\"small\">Time Field</label>\n 12: <input type=\"text\" class=\"input-small\" ng-model=\"panel.timefield\">\n 13 </div>\n 14 </div>\n\nC:\\Dev\\oss\\grafana\\src\\app\\panels\\timepicker\\module.js:\n 7 * time_options :: An array of possible time options. Default: ['5m','15m','1h','6h','12h','24h','2d','7d','30d']\n 8 * timespan :: The default options selected for the relative view. Default: '15m'\n 9: * timefield :: The field in which time is stored in the document.\n 10 * refresh: Object containing refresh parameters\n 11 * enable :: true/false, enable auto refresh by default. Default: false\n ..\n 40 refresh_intervals : ['5s','10s','30s','1m','5m','15m','30m','1h','2h','1d'],\n 41 \n 42: timefield : '@timestamp'\n 43 };\n 44 _.defaults($scope.panel,_d);\n ..\n 130 \n 131 _filter.type = 'time';\n 132: _filter.field = $scope.panel.timefield;\n 133 \n 134 if($scope.panel.now) {\n ...\n 154 var _filter = {\n 155 type : 'time',\n 156: field : $scope.panel.timefield,\n 157 from : \"now-\"+timespan,\n 158 to: \"now\"\n\nC:\\Dev\\oss\\grafana\\src\\app\\services\\filterSrv.js:\n 202 \n 203 // TOFIX: Error handling when there is more than one field\n 204: this.timeField = function() {\n 205 return _.pluck(self.getByType('time'),'field');\n 206 };\n\nC:\\Users\\Torkel\\Downloads\\Grafana3-1388335099517:\n 397 \"1d\"\n 398 ],\n 399: \"timefield\": \"@timestamp\",\n 400 \"enable\": true,\n 401 \"now\": false,\n\n16 matches across 9 files\n\n\nSearching 226 files for \"bs-drop\"\n\n0 matches across 0 files\n\n\nSearching 226 files for \"bsdropd\"\n\nC:\\Dev\\oss\\grafana\\src\\vendor\\angular\\angular-strap.js:\n 380 ]);\n 381 'use strict';\n 382: angular.module('$strap.directives').directive('bsDropdown', [\n 383 '$parse',\n 384 '$compile',\n ...\n 406 scope: true,\n 407 link: function postLink(scope, iElement, iAttrs) {\n 408: var getter = $parse(iAttrs.bsDropdown), items = getter(scope);\n 409 $timeout(function () {\n 410 if (!angular.isArray(items)) {\n\n2 matches in 1 file\n\n\nSearching 226 files for \"'mandate'\"\n\nC:\\Dev\\oss\\grafana\\src\\app\\panels\\filtering\\module.js:\n 63 \n 64 $scope.show_key = function(key) {\n 65: return !_.contains(['type','id','alias','mandate','active','editing'],key);\n 66 };\n 67 \n\n1 match in 1 file\n\n\nSearching 226 files for \"mandate\"\n\nC:\\Dev\\oss\\grafana\\grafana.sublime-workspace:\n 239 \"D:\\\\Temp\\\\graphite-web-0.9.12\\\\graphite-web-0.9.12\",\n 240 \"\",\n 241: \" \\\"filter\\\": {\\n \\\"list\\\": {\\n \\\"0\\\": {\\n \\\"type\\\": \\\"time\\\",\\n \\\"field\\\": \\\"@timestamp\\\",\\n \\\"from\\\": \\\"now-1h\\\",\\n \\\"to\\\": \\\"now\\\",\\n \\\"mandate\\\": \\\"must\\\",\\n \\\"active\\\": true,\\n \\\"alias\\\": \\\"\\\",\\n \\\"id\\\": 0\\n }\\n },\\n \\\"ids\\\": [\\n 0\\n ]\\n\",\n 242: \" \\\"filter\\\": {\\n \\\"list\\\": {\\n \\\"0\\\": {\\n \\\"type\\\": \\\"time\\\",\\n \\\"field\\\": \\\"@timestamp\\\",\\n \\\"from\\\": \\\"now-1h\\\",\\n \\\"to\\\": \\\"now\\\",\\n \\\"mandate\\\": \\\"must\\\",\\n \\\"active\\\": true,\\n \\\"alias\\\": \\\"\\\",\\n \\\"id\\\": 0\\n }\\n },\\n \\\"ids\\\": [\\n 0\\n ]\\n \",\n 243 \"D:\\\\oss\\\\mongodb-metrics\\\\node_modules\\\\mongodb\",\n 244 \"D:\\\\ebay\\\\tradera\\\\Applications\\\\TouchWeb\",\n\nC:\\Dev\\oss\\grafana\\src\\app\\dashboards\\default.json:\n 24 \"from\": \"now-1h\",\n 25 \"to\": \"now\",\n 26: \"mandate\": \"must\",\n 27 \"active\": true,\n 28 \"alias\": \"\",\n\nC:\\Dev\\oss\\grafana\\src\\app\\dashboards\\logstash.json:\n 24 \"from\": \"now-{{ARGS.from || '24h'}}\",\n 25 \"to\": \"now\",\n 26: \"mandate\": \"must\",\n 27 \"active\": true,\n 28 \"alias\": \"\",\n\nC:\\Dev\\oss\\grafana\\src\\app\\panels\\filtering\\module.html:\n 34 margin-left: 3px;\n 35 }\n 36: .filter-mandate {\n 37 text-decoration: underline;\n 38 cursor: pointer;\n ..\n 48 <h5>No filters available</h5>\n 49 </span>\n 50: <div ng-repeat=\"id in filterSrv.ids\" class=\"small filter-panel-filter filter-{{filterSrv.list[id].mandate}}\" ng-class=\"{'filter-deselected': !filterSrv.list[id].active}\">\n 51 <div>\n 52 <i class=\"filter-action pointer icon-remove\" bs-tooltip=\"'Remove'\" ng-click=\"remove(id)\"></i>\n\nC:\\Dev\\oss\\grafana\\src\\app\\panels\\filtering\\module.js:\n 63 \n 64 $scope.show_key = function(key) {\n 65: return !_.contains(['type','id','alias','mandate','active','editing'],key);\n 66 };\n 67 \n\nC:\\Dev\\oss\\grafana\\src\\app\\services\\filterSrv.js:\n 54 \n 55 _.defaults(filter,{\n 56: mandate:'must',\n 57 active: true\n 58 });\n ..\n 80 alias: '',\n 81 id: _id,\n 82: mandate: 'must'\n 83 };\n 84 _.defaults(filter,_filter);\n ..\n 144 added_a_filter = true;\n 145 \n 146: switch(self.list[id].mandate)\n 147 {\n 148 case 'mustNot':\n\n10 matches across 6 files\n\n\nSearching 226 files for \"bs-dropdown\"\n\nC:\\Dev\\oss\\grafana\\src\\app\\panels\\filtering\\module.html:\n 59 <li ng-if=\"filterSrv.list[id].name\">\n 60 {{filterSrv.list[id].name}} :\n 61: <a bs-dropdown=\"[{text: 'testing'}]\">All</a>\n 62 </li>\n 63 <li ng-repeat=\"(key,value) in filterSrv.list[id] track by $index\" ng-show=\"show_key(key)\">\n\n1 match in 1 file\n\n\nSearching 226 files for \"bspop\"\n\nC:\\Dev\\oss\\grafana\\src\\vendor\\angular\\angular-strap.js:\n 536 ]);\n 537 'use strict';\n 538: angular.module('$strap.directives').directive('bsPopover', [\n 539 '$parse',\n 540 '$compile',\n ...\n 556 scope: true,\n 557 link: function postLink(scope, element, attr, ctrl) {\n 558: var getter = $parse(attr.bsPopover), setter = getter.assign, value = getter(scope), options = {};\n 559 if (angular.isObject(value)) {\n 560 options = value;\n\n2 matches in 1 file\n",
|
|
"settings":
|
|
{
|
|
"buffer_size": 15575,
|
|
"line_ending": "Windows",
|
|
"name": "Find Results",
|
|
"scratch": true
|
|
}
|
|
},
|
|
{
|
|
"file": "src/vendor/angular/angular-strap.js",
|
|
"settings":
|
|
{
|
|
"buffer_size": 31514,
|
|
"line_ending": "Windows"
|
|
}
|
|
},
|
|
{
|
|
"file": "src/app/panels/timepicker/module.js",
|
|
"settings":
|
|
{
|
|
"buffer_size": 6147,
|
|
"line_ending": "Windows"
|
|
}
|
|
},
|
|
{
|
|
"file": "src/app/dashboards/guided.json",
|
|
"settings":
|
|
{
|
|
"buffer_size": 6721,
|
|
"line_ending": "Windows"
|
|
}
|
|
},
|
|
{
|
|
"file": "src/app/panels/filtering/module.html",
|
|
"settings":
|
|
{
|
|
"buffer_size": 2866,
|
|
"line_ending": "Windows"
|
|
}
|
|
},
|
|
{
|
|
"file": "src/app/panels/filtering/module.js",
|
|
"settings":
|
|
{
|
|
"buffer_size": 2288,
|
|
"line_ending": "Windows"
|
|
}
|
|
},
|
|
{
|
|
"file": "src/app/panels/graphite/module.js",
|
|
"settings":
|
|
{
|
|
"buffer_size": 23005,
|
|
"line_ending": "Windows"
|
|
}
|
|
},
|
|
{
|
|
"file": "src/app/services/filterSrv.js",
|
|
"settings":
|
|
{
|
|
"buffer_size": 6631,
|
|
"line_ending": "Windows"
|
|
}
|
|
},
|
|
{
|
|
"file": "src/app/services/graphite/graphiteSrv.js",
|
|
"settings":
|
|
{
|
|
"buffer_size": 2343,
|
|
"line_ending": "Windows"
|
|
}
|
|
},
|
|
{
|
|
"file": "src/app/controllers/graphiteTarget.js",
|
|
"settings":
|
|
{
|
|
"buffer_size": 6702,
|
|
"line_ending": "Windows"
|
|
}
|
|
}
|
|
],
|
|
"build_system": "",
|
|
"command_palette":
|
|
{
|
|
"height": 362.0,
|
|
"selected_items":
|
|
[
|
|
[
|
|
"install",
|
|
"Package Control: Install Package"
|
|
],
|
|
[
|
|
"syn ava",
|
|
"Set Syntax: JavaScript"
|
|
],
|
|
[
|
|
"Install ",
|
|
"Package Control: Install Package"
|
|
],
|
|
[
|
|
"powers",
|
|
"SublimeREPL: PowerShell"
|
|
],
|
|
[
|
|
"install ",
|
|
"Package Control: Install Package"
|
|
],
|
|
[
|
|
"Install",
|
|
"Package Control: Install Package"
|
|
],
|
|
[
|
|
"remove ",
|
|
"Package Control: Remove Package"
|
|
],
|
|
[
|
|
"Package Control: ",
|
|
"Package Control: List Packages"
|
|
],
|
|
[
|
|
"insta",
|
|
"Package Control: Install Package"
|
|
],
|
|
[
|
|
"packa",
|
|
"Package Control: Install Package"
|
|
],
|
|
[
|
|
"packa ",
|
|
"Package Control: Install Package"
|
|
],
|
|
[
|
|
"Pack",
|
|
"Package Control: Remove Package"
|
|
]
|
|
],
|
|
"width": 594.0
|
|
},
|
|
"console":
|
|
{
|
|
"height": 368.0,
|
|
"history":
|
|
[
|
|
"import urllib.request,os; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); open(os.path.join(ipp, pf), 'wb').write(urllib.request.urlopen( 'http://sublime.wbond.net/' + pf.replace(' ','%20')).read())"
|
|
]
|
|
},
|
|
"distraction_free":
|
|
{
|
|
"menu_visible": true,
|
|
"show_minimap": false,
|
|
"show_open_files": false,
|
|
"show_tabs": false,
|
|
"side_bar_visible": false,
|
|
"status_bar_visible": false
|
|
},
|
|
"file_history":
|
|
[
|
|
"/C/Dev/oss/grafana/src/app/services/filterSrv.js",
|
|
"/C/Dev/oss/grafana/src/app/panels/filtering/module.js",
|
|
"/C/Dev/oss/grafana/src/app/services/dashboard.js",
|
|
"/C/Users/Torkel/Downloads/Grafana3-1388335099517",
|
|
"/D/ebay/asimov-tradera/WinAgent.ConfigFiles/config.prod_manage.json",
|
|
"/C/Dev/oss/grafana/src/app/components/settings.js",
|
|
"/C/Dev/oss/grafana/src/app/controllers/zoom.js",
|
|
"/C/Dev/oss/grafana/src/app/panels/graphite/module.js",
|
|
"/C/Dev/oss/grafana/src/app/panels/graphite/module.html",
|
|
"/C/Dev/oss/grafana/src/app/directives/kibanaPanel.js",
|
|
"/C/Dev/oss/grafana/src/app/dashboards/default.json",
|
|
"/C/Dev/oss/grafana/src/app/panels/graphite/timeSeries.js",
|
|
"/C/Dev/oss/grafana/src/app/controllers/dash.js",
|
|
"/C/Dev/oss/grafana/src/app/partials/dashboard.html",
|
|
"/C/Dev/oss/grafana/src/app/panels/graphite/graphiteSrv.js",
|
|
"/C/Dev/oss/grafana/src/vendor/bootstrap/less/grafana.less",
|
|
"/C/Dev/oss/grafana/src/index.html",
|
|
"//team-city-agent-02/d$/BuildAgent/work/dfdaf9995bf5db32/build_artifacts/output/_PublishedApplications/WebApi/BrowseInitializer/App.config",
|
|
"/D/ebay/asimov-tradera/WinAgent.ConfigFiles/config.prod_app_servers.json",
|
|
"/D/ebay/tradera/Build/Tasks-WebApi.ps1",
|
|
"/D/oss/grafana/src/config.dev.js",
|
|
"/D/oss/grafana/src/app/controllers/dash.js",
|
|
"/D/oss/grafana/src/app/partials/dashLoader.html",
|
|
"/D/oss/grafana/src/app/panels/histogram/module.html",
|
|
"/D/oss/grafana/src/app/controllers/all.js",
|
|
"/D/oss/grafana/src/app/controllers/zoom.js",
|
|
"/D/oss/grafana/src/app/panels/graphite/module.html",
|
|
"/D/oss/grafana/src/vendor/bootstrap/less/bootstrap.dark.less",
|
|
"/D/oss/grafana/src/app/panels/graphite/editor.html",
|
|
"/D/oss/grafana/src/app/directives/kibanaPanel.js",
|
|
"/D/oss/grafana/src/app/partials/dasheditor.html",
|
|
"/D/oss/grafana/src/app/partials/paneleditor.html",
|
|
"/D/oss/grafana/src/vendor/bootstrap/less/overrides.less",
|
|
"/D/oss/grafana/src/app/partials/dashboard.html",
|
|
"/D/oss/grafana/src/app/components/require.config.js",
|
|
"/D/oss/grafana/src/vendor/bootstrap/less/grafana.less",
|
|
"/D/oss/grafana/src/app/panels/graphite/module.js",
|
|
"/D/oss/grafana/src/app/panels/graphite/graphiteSrv.js",
|
|
"/D/oss/grafana/grafana.sublime-project",
|
|
"/D/ebay/tradera/Applications/TouchWeb/touchweb.sublime-project",
|
|
"//se1-appsrv-01.prod.tradera.com/d$/Applications/WebApi/MemberActivityDenormalizer/App.config",
|
|
"/D/Temp/graphite-web-0.9.12/graphite-web-0.9.12/webapp/graphite/render/views.py",
|
|
"/D/Temp/graphite-web-0.9.12/graphite-web-0.9.12/webapp/graphite/views.py",
|
|
"/D/ebay/tradera/DB/Main/5_sprocs/Listing/EbaySweden_Trading_Listing_GetItemForRestart.proc.sql",
|
|
"//dashboards/d$/Inetpub/GiraffeOps/dashboards.js",
|
|
"/D/oss/grafana/src/app/partials/inspector.html",
|
|
"/D/ebay/tradera/Applications/TouchWeb/src/EbaySweden.TouchWeb/static/script/app/ui/layout/google-tagmanager.js",
|
|
"/D/ebay/asimov-tradera/WinAgent.ConfigFiles/config.json",
|
|
"/D/ebay/tradera/Applications/TouchWeb/src/EbaySweden.TouchWeb/static/script/utils/cookie.js",
|
|
"/D/ebay/tradera/Applications/TouchWeb/src/EbaySweden.TouchWeb/static/script/app/boot/boot-layout.js",
|
|
"/D/ebay/tradera/Applications/TouchWeb/build/js-and-css.ps1",
|
|
"/D/ebay/asimov-tradera/WinAgent.ConfigFiles/config.prod_tradera_site.json",
|
|
"/D/ebay/tradera/Applications/TouchWeb/node_modules/grunt-contrib-uglify/package.json",
|
|
"/D/ebay/asimov-tradera/WinAgent.ConfigFiles/config.test.json",
|
|
"/D/oss/mongodb-metrics/node_modules/mongodb/lib/mongodb/admin.js",
|
|
"/D/oss/mongodb-metrics/node_modules/mongodb/lib/mongodb/connection/repl_set/repl_set.js",
|
|
"/D/oss/mongodb-metrics/node_modules/mongodb/lib/mongodb/connection/repl_set/options.js",
|
|
"/D/oss/mongodb-metrics/node_modules/mongodb/lib/mongodb/db.js",
|
|
"/D/oss/mongodb-metrics/node_modules/mongodb/lib/mongodb/commands/db_command.js",
|
|
"/D/ebay/tradera/Deployment/VerificationPackages/TraderaSite/run.js",
|
|
"/C/Users/todegaard/AppData/Roaming/Sublime Text 3/Packages/User/node_app_js.sublime-build",
|
|
"/D/ebay/tools/Tools/AppLogs2Elastic/Gruntfile.js",
|
|
"/D/oss/mongodb-metrics/gruntfile.js",
|
|
"/C/Users/todegaard/AppData/Roaming/Sublime Text 3/Packages/User/Preferences.sublime-settings",
|
|
"/D/oss/asimov-deploy-ui/Gruntfile.js",
|
|
"/D/ebay/tradera/Applications/TouchWeb/Gruntfile.js",
|
|
"/D/oss/mongodb-metrics/app.js",
|
|
"/D/oss/mongodb-metrics/tests/test.js",
|
|
"/C/Users/todegaard/AppData/Roaming/Sublime Text 3/Installed Packages/Tomorrow Color Schemes.sublime-package",
|
|
"/D/ebay/tradera/Build/EbaySweden-StartBuild.ps1",
|
|
"/D/ebay/tradera/Applications/TouchWeb/src/EbaySweden.TouchWeb/static/script/app.js",
|
|
"/D/ebay/tradera/Applications/TouchWeb/src/EbaySweden.TouchWeb/static/script/app/ui/view-item/bidding-ui.js",
|
|
"/D/ebay/tools/Tools/AppLogs2Elastic/App.config",
|
|
"//dashboards/d$/Inetpub/Kibana/config.js",
|
|
"/D/ebay/asimov-tradera/WinAgent.ConfigFiles/config.prod_api.json",
|
|
"/D/ebay/asimov-tradera/WinAgent.ConfigFiles/config.prod_tradera_site_test.json",
|
|
"/C/Users/todegaard/AppData/Roaming/Sublime Text 3/Packages/User/Package Control.sublime-settings"
|
|
],
|
|
"find":
|
|
{
|
|
"height": 60.0
|
|
},
|
|
"find_in_files":
|
|
{
|
|
"height": 104.0,
|
|
"where_history":
|
|
[
|
|
"",
|
|
"D:\\Temp\\graphite-web-0.9.12\\graphite-web-0.9.12",
|
|
"",
|
|
" \"filter\": {\n \"list\": {\n \"0\": {\n \"type\": \"time\",\n \"field\": \"@timestamp\",\n \"from\": \"now-1h\",\n \"to\": \"now\",\n \"mandate\": \"must\",\n \"active\": true,\n \"alias\": \"\",\n \"id\": 0\n }\n },\n \"ids\": [\n 0\n ]\n",
|
|
" \"filter\": {\n \"list\": {\n \"0\": {\n \"type\": \"time\",\n \"field\": \"@timestamp\",\n \"from\": \"now-1h\",\n \"to\": \"now\",\n \"mandate\": \"must\",\n \"active\": true,\n \"alias\": \"\",\n \"id\": 0\n }\n },\n \"ids\": [\n 0\n ]\n ",
|
|
"D:\\oss\\mongodb-metrics\\node_modules\\mongodb",
|
|
"D:\\ebay\\tradera\\Applications\\TouchWeb",
|
|
"D:\\ebay\\tradera"
|
|
]
|
|
},
|
|
"find_state":
|
|
{
|
|
"case_sensitive": false,
|
|
"find_history":
|
|
[
|
|
"bspop",
|
|
"bs-dropdown",
|
|
"alias",
|
|
"mandate",
|
|
"'mandate'",
|
|
"show_key",
|
|
"bsdropd",
|
|
"bs-drop",
|
|
"set ",
|
|
"zoom",
|
|
"timeField",
|
|
"timeF",
|
|
"timefi",
|
|
"@times",
|
|
"field",
|
|
"queries",
|
|
"editing",
|
|
"'filter'",
|
|
"load",
|
|
"pulldowns",
|
|
".input-mini",
|
|
"keyCode == 27",
|
|
"esc",
|
|
"elem",
|
|
"time_format",
|
|
"row.tit",
|
|
"'app/partials/roweditor.html'",
|
|
"== ",
|
|
"moment",
|
|
"dashboard.current.hideControls",
|
|
"ng-class='",
|
|
" ng-class='{",
|
|
"overrides.less",
|
|
"rootScope",
|
|
"bindonce",
|
|
"anel.targets = _.without(panel.targets, target)",
|
|
">\n",
|
|
"on(",
|
|
"refresh",
|
|
"get_D",
|
|
"maxDataPoints",
|
|
"colspan",
|
|
"width",
|
|
"calculate_interval\ncalculate_interval",
|
|
"resolution",
|
|
"width",
|
|
"resolution",
|
|
"calculate_interval",
|
|
"get_interval",
|
|
"graphite_options",
|
|
"maxDataPoints",
|
|
"kibanaSimplePanel",
|
|
"kibanaPanel",
|
|
"<kibanaPanel",
|
|
"$scope.panelMeta.loading",
|
|
"\"tab\"",
|
|
"\"timepicker\"",
|
|
"doSearch",
|
|
"doSearch = ",
|
|
".loading = false",
|
|
"$scope.apply",
|
|
"get_data",
|
|
"histogram",
|
|
"$scope.panelMeta.loading",
|
|
"$scope.panel.error",
|
|
"$scope.panel",
|
|
"panel.error",
|
|
"requests",
|
|
"graphiteUtil",
|
|
"populate_modal",
|
|
"get_data",
|
|
"inspect",
|
|
"partial",
|
|
"inspector",
|
|
"1h",
|
|
"graphiteFlot",
|
|
"2.4.5",
|
|
"spawn",
|
|
"connections: { cu",
|
|
"connections: { curren",
|
|
"mongoDbUrl",
|
|
"console.lo",
|
|
"createAdminDbCommandSlaveOk",
|
|
"DbCommand",
|
|
"createAdminDbCommand",
|
|
"executeDbAdminCommand",
|
|
"command",
|
|
"executeDbAdminCommand",
|
|
"primaryPreferered",
|
|
"_executeQueryCommand",
|
|
"executeDbA",
|
|
"executeDbAdminCommand",
|
|
"ReadPreference.PRIMARY_PREFERRED",
|
|
"PREFERRED",
|
|
"PRIMARY PREFERRED",
|
|
"No primary found in set",
|
|
"connectWithNoPrimary",
|
|
"No primary found in set",
|
|
"var",
|
|
"_redirectToCartCheckout",
|
|
"data:cart:after-checkout-started",
|
|
"_startCheckout",
|
|
"ui:cart:on-checkout-start",
|
|
"on-checkout-start",
|
|
"_goToCheckout",
|
|
"checkoutAction",
|
|
"data-view-cart-button",
|
|
"cdn",
|
|
"traderaSite",
|
|
"(\"#",
|
|
"traderaSite",
|
|
" ",
|
|
"${",
|
|
"\n",
|
|
"back-to-tradera",
|
|
"CreateDeferr",
|
|
"Deferr<",
|
|
".Deferr",
|
|
"IDeferredMessage",
|
|
"SendFeedbackRemovalMail",
|
|
"SendFeedbackRemovalMail'",
|
|
"SendFeedbackRemovalMail",
|
|
"Create_DSR",
|
|
"Update_DSR_Stats",
|
|
"Create_DSR",
|
|
"Create_Grade_DSR\nCreate_DSR",
|
|
"Create_Grade_DSR\nCreate_Grade_DSR",
|
|
"Create_Grade_DSR\nCreate_Grade_DSR\n"
|
|
],
|
|
"highlight": true,
|
|
"in_selection": false,
|
|
"preserve_case": false,
|
|
"regex": false,
|
|
"replace_history":
|
|
[
|
|
],
|
|
"reverse": false,
|
|
"show_context": true,
|
|
"use_buffer2": true,
|
|
"whole_word": false,
|
|
"wrap": true
|
|
},
|
|
"groups":
|
|
[
|
|
{
|
|
"selected": 3,
|
|
"sheets":
|
|
[
|
|
{
|
|
"buffer": 0,
|
|
"file": "src/app/components/require.config.js",
|
|
"semi_transient": false,
|
|
"settings":
|
|
{
|
|
"buffer_size": 3549,
|
|
"regions":
|
|
{
|
|
},
|
|
"selection":
|
|
[
|
|
[
|
|
0,
|
|
0
|
|
]
|
|
],
|
|
"settings":
|
|
{
|
|
"syntax": "Packages/JavaScript/JavaScript.tmLanguage",
|
|
"tab_size": 4,
|
|
"translate_tabs_to_spaces": true
|
|
},
|
|
"translation.x": 0.0,
|
|
"translation.y": 414.0,
|
|
"zoom_level": 1.0
|
|
},
|
|
"type": "text"
|
|
},
|
|
{
|
|
"buffer": 1,
|
|
"file": "src/config.dev.js",
|
|
"semi_transient": false,
|
|
"settings":
|
|
{
|
|
"buffer_size": 1492,
|
|
"regions":
|
|
{
|
|
},
|
|
"selection":
|
|
[
|
|
[
|
|
910,
|
|
910
|
|
]
|
|
],
|
|
"settings":
|
|
{
|
|
"syntax": "Packages/JavaScript/JavaScript.tmLanguage",
|
|
"tab_size": 2,
|
|
"translate_tabs_to_spaces": true
|
|
},
|
|
"translation.x": 0.0,
|
|
"translation.y": 302.0,
|
|
"zoom_level": 1.0
|
|
},
|
|
"type": "text"
|
|
},
|
|
{
|
|
"buffer": 2,
|
|
"semi_transient": false,
|
|
"settings":
|
|
{
|
|
"buffer_size": 15575,
|
|
"regions":
|
|
{
|
|
"match":
|
|
{
|
|
"flags": 112,
|
|
"regions":
|
|
[
|
|
[
|
|
157,
|
|
166
|
|
],
|
|
[
|
|
303,
|
|
312
|
|
],
|
|
[
|
|
480,
|
|
489
|
|
],
|
|
[
|
|
635,
|
|
644
|
|
],
|
|
[
|
|
883,
|
|
892
|
|
],
|
|
[
|
|
1243,
|
|
1252
|
|
],
|
|
[
|
|
1341,
|
|
1350
|
|
],
|
|
[
|
|
1672,
|
|
1681
|
|
],
|
|
[
|
|
1941,
|
|
1950
|
|
],
|
|
[
|
|
2232,
|
|
2240
|
|
],
|
|
[
|
|
2431,
|
|
2439
|
|
],
|
|
[
|
|
2557,
|
|
2565
|
|
],
|
|
[
|
|
2799,
|
|
2807
|
|
],
|
|
[
|
|
3097,
|
|
3105
|
|
],
|
|
[
|
|
3275,
|
|
3283
|
|
],
|
|
[
|
|
3539,
|
|
3547
|
|
],
|
|
[
|
|
3654,
|
|
3662
|
|
],
|
|
[
|
|
3772,
|
|
3780
|
|
],
|
|
[
|
|
3890,
|
|
3898
|
|
],
|
|
[
|
|
4008,
|
|
4016
|
|
],
|
|
[
|
|
4126,
|
|
4134
|
|
],
|
|
[
|
|
4244,
|
|
4252
|
|
],
|
|
[
|
|
4362,
|
|
4370
|
|
],
|
|
[
|
|
4480,
|
|
4488
|
|
],
|
|
[
|
|
4598,
|
|
4606
|
|
],
|
|
[
|
|
4716,
|
|
4724
|
|
],
|
|
[
|
|
4834,
|
|
4842
|
|
],
|
|
[
|
|
4952,
|
|
4960
|
|
],
|
|
[
|
|
5070,
|
|
5078
|
|
],
|
|
[
|
|
5188,
|
|
5196
|
|
],
|
|
[
|
|
5306,
|
|
5314
|
|
],
|
|
[
|
|
5424,
|
|
5432
|
|
],
|
|
[
|
|
5542,
|
|
5550
|
|
],
|
|
[
|
|
5660,
|
|
5668
|
|
],
|
|
[
|
|
5778,
|
|
5786
|
|
],
|
|
[
|
|
5896,
|
|
5904
|
|
],
|
|
[
|
|
6014,
|
|
6022
|
|
],
|
|
[
|
|
6132,
|
|
6140
|
|
],
|
|
[
|
|
6250,
|
|
6258
|
|
],
|
|
[
|
|
6368,
|
|
6376
|
|
],
|
|
[
|
|
6486,
|
|
6494
|
|
],
|
|
[
|
|
6604,
|
|
6612
|
|
],
|
|
[
|
|
6722,
|
|
6730
|
|
],
|
|
[
|
|
6937,
|
|
6945
|
|
],
|
|
[
|
|
7210,
|
|
7218
|
|
],
|
|
[
|
|
7568,
|
|
7577
|
|
],
|
|
[
|
|
7751,
|
|
7760
|
|
],
|
|
[
|
|
7953,
|
|
7962
|
|
],
|
|
[
|
|
8219,
|
|
8228
|
|
],
|
|
[
|
|
8400,
|
|
8409
|
|
],
|
|
[
|
|
8656,
|
|
8665
|
|
],
|
|
[
|
|
8879,
|
|
8888
|
|
],
|
|
[
|
|
9030,
|
|
9039
|
|
],
|
|
[
|
|
9211,
|
|
9220
|
|
],
|
|
[
|
|
9472,
|
|
9481
|
|
],
|
|
[
|
|
9798,
|
|
9807
|
|
],
|
|
[
|
|
10118,
|
|
10127
|
|
],
|
|
[
|
|
10293,
|
|
10302
|
|
],
|
|
[
|
|
10449,
|
|
10458
|
|
],
|
|
[
|
|
10669,
|
|
10678
|
|
],
|
|
[
|
|
10870,
|
|
10879
|
|
],
|
|
[
|
|
11220,
|
|
11227
|
|
],
|
|
[
|
|
11413,
|
|
11420
|
|
],
|
|
[
|
|
11756,
|
|
11765
|
|
],
|
|
[
|
|
12200,
|
|
12207
|
|
],
|
|
[
|
|
12568,
|
|
12575
|
|
],
|
|
[
|
|
12985,
|
|
12992
|
|
],
|
|
[
|
|
13223,
|
|
13230
|
|
],
|
|
[
|
|
13425,
|
|
13432
|
|
],
|
|
[
|
|
13683,
|
|
13690
|
|
],
|
|
[
|
|
14047,
|
|
14054
|
|
],
|
|
[
|
|
14211,
|
|
14218
|
|
],
|
|
[
|
|
14355,
|
|
14362
|
|
],
|
|
[
|
|
14528,
|
|
14535
|
|
],
|
|
[
|
|
14839,
|
|
14850
|
|
],
|
|
[
|
|
15208,
|
|
15213
|
|
],
|
|
[
|
|
15401,
|
|
15406
|
|
]
|
|
],
|
|
"scope": ""
|
|
}
|
|
},
|
|
"selection":
|
|
[
|
|
[
|
|
15398,
|
|
15398
|
|
]
|
|
],
|
|
"settings":
|
|
{
|
|
"detect_indentation": false,
|
|
"line_numbers": false,
|
|
"output_tag": 9,
|
|
"result_base_dir": "",
|
|
"result_file_regex": "^([A-Za-z\\\\/<].*):$",
|
|
"result_line_regex": "^ +([0-9]+):",
|
|
"scroll_past_end": true,
|
|
"syntax": "Packages/Default/Find Results.hidden-tmLanguage",
|
|
"translate_tabs_to_spaces": false
|
|
},
|
|
"translation.x": 0.0,
|
|
"translation.y": 18288.0,
|
|
"zoom_level": 1.0
|
|
},
|
|
"type": "text"
|
|
},
|
|
{
|
|
"buffer": 3,
|
|
"file": "src/vendor/angular/angular-strap.js",
|
|
"semi_transient": false,
|
|
"settings":
|
|
{
|
|
"buffer_size": 31514,
|
|
"regions":
|
|
{
|
|
},
|
|
"selection":
|
|
[
|
|
[
|
|
15185,
|
|
15185
|
|
]
|
|
],
|
|
"settings":
|
|
{
|
|
"syntax": "Packages/JavaScript/JavaScript.tmLanguage",
|
|
"tab_size": 2,
|
|
"translate_tabs_to_spaces": true
|
|
},
|
|
"translation.x": 0.0,
|
|
"translation.y": 14100.0,
|
|
"zoom_level": 1.0
|
|
},
|
|
"type": "text"
|
|
},
|
|
{
|
|
"buffer": 4,
|
|
"file": "src/app/panels/timepicker/module.js",
|
|
"semi_transient": false,
|
|
"settings":
|
|
{
|
|
"buffer_size": 6147,
|
|
"regions":
|
|
{
|
|
},
|
|
"selection":
|
|
[
|
|
[
|
|
2855,
|
|
2855
|
|
]
|
|
],
|
|
"settings":
|
|
{
|
|
"syntax": "Packages/JavaScript/JavaScript.tmLanguage",
|
|
"tab_size": 2,
|
|
"translate_tabs_to_spaces": true
|
|
},
|
|
"translation.x": 0.0,
|
|
"translation.y": 2742.0,
|
|
"zoom_level": 1.0
|
|
},
|
|
"type": "text"
|
|
},
|
|
{
|
|
"buffer": 5,
|
|
"file": "src/app/dashboards/guided.json",
|
|
"semi_transient": false,
|
|
"settings":
|
|
{
|
|
"buffer_size": 6721,
|
|
"regions":
|
|
{
|
|
},
|
|
"selection":
|
|
[
|
|
[
|
|
289,
|
|
289
|
|
]
|
|
],
|
|
"settings":
|
|
{
|
|
"syntax": "Packages/JavaScript/JSON.tmLanguage",
|
|
"tab_size": 2,
|
|
"translate_tabs_to_spaces": true
|
|
},
|
|
"translation.x": 0.0,
|
|
"translation.y": 0.0,
|
|
"zoom_level": 1.0
|
|
},
|
|
"type": "text"
|
|
},
|
|
{
|
|
"buffer": 6,
|
|
"file": "src/app/panels/filtering/module.html",
|
|
"semi_transient": false,
|
|
"settings":
|
|
{
|
|
"buffer_size": 2866,
|
|
"regions":
|
|
{
|
|
},
|
|
"selection":
|
|
[
|
|
[
|
|
0,
|
|
0
|
|
]
|
|
],
|
|
"settings":
|
|
{
|
|
"syntax": "Packages/HTML/HTML.tmLanguage",
|
|
"tab_size": 2,
|
|
"translate_tabs_to_spaces": true
|
|
},
|
|
"translation.x": 0.0,
|
|
"translation.y": 1440.0,
|
|
"zoom_level": 1.0
|
|
},
|
|
"type": "text"
|
|
},
|
|
{
|
|
"buffer": 7,
|
|
"file": "src/app/panels/filtering/module.js",
|
|
"semi_transient": false,
|
|
"settings":
|
|
{
|
|
"buffer_size": 2288,
|
|
"regions":
|
|
{
|
|
},
|
|
"selection":
|
|
[
|
|
[
|
|
0,
|
|
0
|
|
]
|
|
],
|
|
"settings":
|
|
{
|
|
"syntax": "Packages/JavaScript/JavaScript.tmLanguage",
|
|
"tab_size": 2,
|
|
"translate_tabs_to_spaces": true
|
|
},
|
|
"translation.x": 0.0,
|
|
"translation.y": 1500.0,
|
|
"zoom_level": 1.0
|
|
},
|
|
"type": "text"
|
|
},
|
|
{
|
|
"buffer": 8,
|
|
"file": "src/app/panels/graphite/module.js",
|
|
"semi_transient": false,
|
|
"settings":
|
|
{
|
|
"buffer_size": 23005,
|
|
"regions":
|
|
{
|
|
},
|
|
"selection":
|
|
[
|
|
[
|
|
22424,
|
|
22424
|
|
]
|
|
],
|
|
"settings":
|
|
{
|
|
"syntax": "Packages/JavaScript/JavaScript.tmLanguage",
|
|
"tab_size": 2,
|
|
"translate_tabs_to_spaces": true
|
|
},
|
|
"translation.x": 0.0,
|
|
"translation.y": 25998.0,
|
|
"zoom_level": 1.0
|
|
},
|
|
"type": "text"
|
|
},
|
|
{
|
|
"buffer": 9,
|
|
"file": "src/app/services/filterSrv.js",
|
|
"semi_transient": false,
|
|
"settings":
|
|
{
|
|
"buffer_size": 6631,
|
|
"regions":
|
|
{
|
|
},
|
|
"selection":
|
|
[
|
|
[
|
|
0,
|
|
0
|
|
]
|
|
],
|
|
"settings":
|
|
{
|
|
"syntax": "Packages/JavaScript/JavaScript.tmLanguage",
|
|
"tab_size": 2,
|
|
"translate_tabs_to_spaces": true
|
|
},
|
|
"translation.x": 0.0,
|
|
"translation.y": 1296.0,
|
|
"zoom_level": 1.0
|
|
},
|
|
"type": "text"
|
|
},
|
|
{
|
|
"buffer": 10,
|
|
"file": "src/app/services/graphite/graphiteSrv.js",
|
|
"semi_transient": false,
|
|
"settings":
|
|
{
|
|
"buffer_size": 2343,
|
|
"regions":
|
|
{
|
|
},
|
|
"selection":
|
|
[
|
|
[
|
|
1504,
|
|
1505
|
|
]
|
|
],
|
|
"settings":
|
|
{
|
|
"syntax": "Packages/JavaScript/JavaScript.tmLanguage",
|
|
"tab_size": 2,
|
|
"translate_tabs_to_spaces": true
|
|
},
|
|
"translation.x": 0.0,
|
|
"translation.y": 1554.0,
|
|
"zoom_level": 1.0
|
|
},
|
|
"type": "text"
|
|
},
|
|
{
|
|
"buffer": 11,
|
|
"file": "src/app/controllers/graphiteTarget.js",
|
|
"semi_transient": false,
|
|
"settings":
|
|
{
|
|
"buffer_size": 6702,
|
|
"regions":
|
|
{
|
|
},
|
|
"selection":
|
|
[
|
|
[
|
|
2673,
|
|
2673
|
|
]
|
|
],
|
|
"settings":
|
|
{
|
|
"syntax": "Packages/JavaScript/JavaScript.tmLanguage",
|
|
"tab_size": 2,
|
|
"translate_tabs_to_spaces": true
|
|
},
|
|
"translation.x": 0.0,
|
|
"translation.y": 3168.0,
|
|
"zoom_level": 1.0
|
|
},
|
|
"type": "text"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"incremental_find":
|
|
{
|
|
"height": 28.0
|
|
},
|
|
"input":
|
|
{
|
|
"height": 40.0
|
|
},
|
|
"layout":
|
|
{
|
|
"cells":
|
|
[
|
|
[
|
|
0,
|
|
0,
|
|
1,
|
|
1
|
|
]
|
|
],
|
|
"cols":
|
|
[
|
|
0.0,
|
|
1.0
|
|
],
|
|
"rows":
|
|
[
|
|
0.0,
|
|
1.0
|
|
]
|
|
},
|
|
"menu_visible": false,
|
|
"output.exec":
|
|
{
|
|
"height": 271.0
|
|
},
|
|
"project": "grafana.sublime-project",
|
|
"replace":
|
|
{
|
|
"height": 52.0
|
|
},
|
|
"save_all_on_build": true,
|
|
"select_file":
|
|
{
|
|
"height": 0.0,
|
|
"selected_items":
|
|
[
|
|
[
|
|
"grapte",
|
|
"src\\app\\controllers\\graphiteTarget.js"
|
|
],
|
|
[
|
|
"fil",
|
|
"src\\app\\services\\filterSrv.js"
|
|
],
|
|
[
|
|
"mod",
|
|
"src\\app\\panels\\graphite\\module.js"
|
|
],
|
|
[
|
|
"filters",
|
|
"src\\app\\services\\filterSrv.js"
|
|
],
|
|
[
|
|
"dashb",
|
|
"src\\app\\services\\dashboard.js"
|
|
],
|
|
[
|
|
"graf",
|
|
"src\\vendor\\bootstrap\\less\\grafana.less"
|
|
],
|
|
[
|
|
"gsrv",
|
|
"src\\app\\panels\\graphite\\graphiteSrv.js"
|
|
],
|
|
[
|
|
"over",
|
|
"src\\vendor\\bootstrap\\less\\overrides.less"
|
|
],
|
|
[
|
|
"graphites",
|
|
"src\\app\\panels\\graphite\\graphiteSrv.js"
|
|
],
|
|
[
|
|
"inspec",
|
|
"src\\app\\partials\\inspector.html"
|
|
],
|
|
[
|
|
"module",
|
|
"src\\app\\panels\\graph\\module.js"
|
|
],
|
|
[
|
|
"tagm",
|
|
"src\\EbaySweden.TouchWeb\\static\\script\\app\\ui\\layout\\google-tagmanager.js"
|
|
],
|
|
[
|
|
"cookie.",
|
|
"src\\EbaySweden.TouchWeb\\static\\script\\utils\\cookie.js"
|
|
],
|
|
[
|
|
"page.js",
|
|
"src\\EbaySweden.TouchWeb\\static\\script\\app\\ui\\layout\\page.js"
|
|
],
|
|
[
|
|
"_main",
|
|
"src\\EbaySweden.TouchWeb\\Areas\\Default\\Views\\Shared\\_MainLayout.cshtml"
|
|
],
|
|
[
|
|
"",
|
|
"D:\\ebay\\tradera\\Applications\\TouchWeb\\src\\EbaySweden.TouchWeb\\TouchWeb.csproj"
|
|
],
|
|
[
|
|
"start-",
|
|
"src\\EbaySweden.TouchWeb\\static\\style\\components\\start-page.scss"
|
|
],
|
|
[
|
|
"bidding",
|
|
"src\\EbaySweden.TouchWeb\\static\\script\\app\\ui\\view-item\\bidding-ui.js"
|
|
],
|
|
[
|
|
"app.",
|
|
"src\\EbaySweden.TouchWeb\\static\\script\\app.js"
|
|
]
|
|
],
|
|
"width": 0.0
|
|
},
|
|
"select_project":
|
|
{
|
|
"height": 0.0,
|
|
"selected_items":
|
|
[
|
|
],
|
|
"width": 0.0
|
|
},
|
|
"select_symbol":
|
|
{
|
|
"height": 0.0,
|
|
"selected_items":
|
|
[
|
|
],
|
|
"width": 0.0
|
|
},
|
|
"settings":
|
|
{
|
|
},
|
|
"show_minimap": false,
|
|
"show_open_files": true,
|
|
"show_tabs": true,
|
|
"side_bar_visible": true,
|
|
"side_bar_width": 279.0,
|
|
"status_bar_visible": true,
|
|
"template_settings":
|
|
{
|
|
}
|
|
}
|