This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "database":{ | |
| "reachable":true | |
| }, | |
| "memory":{ | |
| "workers_lua_vms":[ | |
| { | |
| "http_allocated_gc":"71.22 MiB", | |
| "pid":21 | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| kind: Deployment | |
| apiVersion: apps/v1 | |
| metadata: | |
| name: kong-kong | |
| namespace: gateway | |
| selfLink: /apis/apps/v1/namespaces/gateway/deployments/kong-kong | |
| uid: 8ea5bc8f-f1a5-45ed-a8bb-2a292d39c272 | |
| resourceVersion: '17017273' | |
| generation: 73 | |
| creationTimestamp: '2020-09-24T01:23:12Z' |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"log":"2020/11/05 19:36:09 [warn] ulimit is currently set to \"1024\". For better performance set it to at least \"4096\" using \"ulimit -n\"\n","stream":"stderr","time":"2020-11-05T19:36:09.371751919Z"} | |
| {"log":"2020/11/05 19:36:09 [debug] 1#0: [lua] globalpatches.lua:10: installing the globalpatches\n","stream":"stderr","time":"2020-11-05T19:36:09.459891843Z"} | |
| {"log":"2020/11/05 19:36:09 [debug] 1#0: [lua] globalpatches.lua:246: randomseed(): seeding PRNG from OpenSSL RAND_bytes()\n","stream":"stderr","time":"2020-11-05T19:36:09.533484053Z"} | |
| {"log":"2020/11/05 19:36:09 [debug] 1#0: [lua] globalpatches.lua:272: randomseed(): random seed: 119411622191 for worker nb 0\n","stream":"stderr","time":"2020-11-05T19:36:09.533499797Z"} | |
| {"log":"2020/11/05 19:36:09 [debug] 1#0: [lua] client.lua:449: init(): [dns-client] (re)configuring dns client\n","stream":"stderr","time":"2020-11-05T19:36:09.543991577Z"} | |
| {"log":"2020/11/05 19:36:09 [debug] 1#0: [lua] client.lua:454: init(): [dns-client] staleTtl = 4\n","stream":"std |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "plugins": { | |
| "enabled_in_cluster": [ | |
| "key-auth", | |
| "rate-limiting", | |
| "acl", | |
| "prometheus", | |
| "basic-auth", | |
| "cors", | |
| "aws-lambda" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| _format_version: '2.1' | |
| consumers: | |
| - custom_id: '04' | |
| created_at: 1604582063 | |
| id: cdb40d75-61f4-5131-b373-e2fd378da197 | |
| tags: ~ | |
| username: foo-34 | |
| - custom_id: ~ | |
| created_at: 1604582063 | |
| id: 836749b9-29db-5305-b8cb-e5fe0d5edf3c |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| // Use IntelliSense to learn about possible attributes. | |
| // Hover to view descriptions of existing attributes. | |
| // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
| "version": "0.2.0", | |
| "configurations": [ | |
| { | |
| "type": "node", | |
| "request": "launch", | |
| "name": "Jest [Current File]", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 'use strict'; | |
| let { spawn } = require("child_process") | |
| let BIN_PATH = "./node_modules/.bin/"; | |
| let DEBUG_PORT = 9229; | |
| let getFileName = (file) => { | |
| if (!file) { return } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| define([ | |
| 'angular', | |
| 'angularUiRouter', | |
| 'uiRouterExtras', | |
| 'uiRouterExtrasStatevis', | |
| 'ocLazyLoad', | |
| 'core/module', | |
| 'core/services/settings', | |
| 'states/core' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- Plugin git repo: https://github.com/davidB/yuicompressor-maven-plugin. --> | |
| <!-- incluir en plugins --> | |
| <plugins> | |
| ... | |
| <plugin> | |
| <groupId>net.alchim31.maven</groupId> | |
| <artifactId>yuicompressor-maven-plugin</artifactId> | |
| </plugin> |